Notes CLI
A simple, lightweight command-line notes manager written in Go.
Features
Installation
go install github.com/ionut-t/notes@latest
Or install the binary from the Releases page.
Usage
Basic Commands
# Create a new note
notes add
# Launch the notes manager UI
notes
# Configure settings
notes config [flags]
Configuration Options
# Open configuration file in your default editor
notes config
# Set custom editor
notes config --editor nvim
# Set custom storage location
notes config --storage ~/Documents/my-notes
Directory Structure
~/.notes/ # Default storage location
├── .config.toml # Configuration file
└── *.md # Your markdown notes
License
MIT License