Documentation Index
Fetch the complete documentation index at: https://mintlify.com/SGizek/Raiku/llms.txt
Use this file to discover all available pages before exploring further.
raiku search queries the local ~/.raiku/index.json for packages whose name, description, or author field contains the given query string. Matching is case-insensitive substring search, so raiku search mat will surface packages named fast-math, matrix-ops, and anything else that contains mat. You can narrow results to a specific language or tag, control how many rows are shown, and choose a sort order. Because the search runs entirely against the local index, it works offline — but you should run raiku sync first to make sure the index is current.
Usage
Flags
| Flag | Short | Default | Description |
|---|---|---|---|
--language | -l | all | Filter results to a single language (accepts aliases) |
--tag | -t | none | Filter to packages that carry a specific tag |
--limit | -n | 20 | Maximum number of results to display |
--sort | name | Sort order: name, latest, or language | |
--verified | off | Show only packages marked as verified | |
--interactive | -i | off | Open the interactive TUI package browser |
Language Aliases
The--language flag accepts both full names and common short aliases. All comparisons are case-insensitive.
| Canonical Name | Accepted Aliases |
|---|---|
| Python | python, py |
| Rust | rust, rs |
| C | c |
| C++ | cpp, c++ |
| Zig | zig |
| Java | java |
| C# | csharp, c#, cs |
| Go | go, golang |
Examples
raiku search operates entirely on the local index file. If the index is missing or stale, run raiku sync first to download the latest package list from GitHub.