| Crates.io | manx-cli |
| lib.rs | manx-cli |
| version | 0.5.6 |
| created_at | 2025-08-30 06:10:20.796688+00 |
| updated_at | 2026-01-02 21:07:09.424127+00 |
| description | A blazing-fast CLI documentation finder powered by Context7 MCP |
| homepage | https://github.com/neur0map/manx |
| repository | https://github.com/neur0map/manx |
| max_upload_size | |
| id | 1817293 |
| size | 1,533,910 |
Find code snippets, documentation, and answers instantly from your terminal
# Install and run setup wizard
cargo install manx-cli
manx init # Interactive setup wizard
# Exisiting users
manx update
# Or install and start immediately
curl -fsSL https://raw.githubusercontent.com/neur0map/manx/main/install.sh | bash
# Find code snippets instantly
manx snippet react "useState hook"
manx snippet python "async functions"
# Search documentation and crawl sites
manx search "rust error handling"
manx doc fastapi "middleware"
manx index https://docs.rs/ --crawl
Works immediately with no setup required. Enhanced features available through the manx init wizard.
Manx helps developers find answers fast with four modes:
| Mode | Setup | Description |
|---|---|---|
| Default | None | Official docs + keyword search (works instantly) |
| Enhanced | Download neural model | Neural search + semantic understanding |
| RAG | Index docs and sites | Search your private documentation |
| AI | Add API key | Full synthesis with explanations + citations |
Start simple -> Add semantic search -> Index your docs -> Enable AI
manx snippet react "custom hooks"
manx snippet python "decorators"
manx snippet rust "error handling"
Retrieves code examples with explanations from official documentation.
manx search "authentication best practices"
manx doc fastapi "dependency injection"
Searches official documentation across frameworks and languages.
# Index local documentation or crawl websites
manx index ~/dev-notes/
manx index https://docs.python.org --crawl-depth 2
manx index https://react.dev --crawl-all
# Search with semantic understanding
manx search "team coding standards" --rag
Index local files or crawl documentation sites for private search.
manx init # Setup wizard includes AI configuration
manx snippet react hooks # Includes AI explanations when configured
Provides comprehensive answers with code examples, explanations, and citations.
Thanks to the open source community and projects that make Manx possible:
Built using Claude Code
I'm not a programmer - just a cybersecurity student learning the basics and building tools for my own use under prowl.sh. If people find these tools useful, I'm more than happy to continue working on them and improving the experience!
Future enhancement to search directly within GitHub repositories for code examples and implementation patterns:
Example: manx search "Tauri tables" would search official docs AND tauri-apps/tauri repo for implementations.
GPL-3 © neur0map