TimeWarp.Nuru.Search 3.0.0-beta.62

Prefix Reserved
This is a prerelease version of TimeWarp.Nuru.Search.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet tool install --global TimeWarp.Nuru.Search --version 3.0.0-beta.62
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local TimeWarp.Nuru.Search --version 3.0.0-beta.62
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=TimeWarp.Nuru.Search&version=3.0.0-beta.62&prerelease
                    
nuke :add-package TimeWarp.Nuru.Search --version 3.0.0-beta.62
                    

TimeWarp.Nuru.Search

A CLI search tool for indexing and searching Nuru CLI endpoints across multiple CLIs.

Installation

dotnet tool install -g TimeWarp.Nuru.Search

Usage

Index a CLI

nuru index rebuild --cli /path/to/cli

Search endpoints

nuru search build
nuru search --cli my-cli deploy
nuru search --query "greet name"

List indexed CLIs

nuru index list

Clear index

nuru index clear
nuru index clear --cli my-cli

Features

  • SQLite FTS5 - Full-text search with Porter stemmer for better word matching
  • Multi-CLI support - Index and search across multiple CLIs
  • AOT compatible - Fast startup, single binary deployment
  • On-demand indexing - No background services, index when needed

Database Location

The search index is stored at ~/.nuru/index.db.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
3.0.0-beta.70 63 4/27/2026
3.0.0-beta.68 77 3/24/2026
3.0.0-beta.67 59 3/24/2026
3.0.0-beta.66 57 3/23/2026
3.0.0-beta.65 57 3/23/2026
3.0.0-beta.64 51 3/23/2026
3.0.0-beta.63 88 3/17/2026
3.0.0-beta.62 60 3/15/2026
3.0.0-beta.61 62 3/15/2026
3.0.0-beta.60 54 3/15/2026
3.0.0-beta.59 69 3/15/2026
3.0.0-beta.58 62 3/15/2026