WIP, a marriage between my awful go skills and LLM hallucinations
A command-line interface for browsing DevDocs documentation offline. This tool allows you to:
- Download documentation for multiple programming languages and frameworks
- Browse documentation offline
- Search across all installed documentation
- View documentation entries in your terminal
lynxbrowser. Currently hardcoded, more configurable in the future. Maybe even a builtin viewer 🤷
- Interactive TUI interface
- Documentation version management
- Cached documentation for offline access
- HTML content rendering in terminal
go install github.com/bart-jaskulski/ddc@latestddc listddc search <query>ddc view <docset>Documentation is cached in ~/.local/share/devdocs by default.
MIT