nexo-note
v0.6.2
Published
A local markdown-based notes CLI for your knowledge base
Downloads
1,616
Maintainers
Readme
nexo-note (npm wrapper)
This npm package is a thin wrapper around the Rust CLI nexo. It downloads the correct pre-built binary for your platform from GitHub Releases during installation.
Install
npm install -g nexo-noteOr use without installing:
npx nexo-note --helpUsage
nexo init --git
nexo create "My first note" -c issues -t "hello"
nn ls
nexo statsSupported platforms
- Windows x86_64
- Linux x86_64
- macOS x86_64
- macOS ARM64 (Apple Silicon)
Note
The actual CLI is written in Rust. This npm package only downloads and invokes the binary.
