thaddeuscleo/qn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
qn - QuickNote ============== A fast, CLI-first note manager. Capture ideas instantly, organize them effortlessly, and read them later. Why qn? ----- Most note-taking apps are complex and has a lot of features that i personally really don't need. qn is designed for the classics: - Write fast : Create a note in seconds from your terminal. - Read later : Organize and review your notes when you have time. - Stay minimal : No databases, no cloud sync, just plain Markdown files. Features ----- - Open notes in your `$EDITOR` with `qn edit <title>` - Organize notes by notebook - Plain Markdown storage — portable and future-proof - Basically nothing is special Quick Start ----- # Create a new note qn note new "Meeting notes" # List all notes qn note list # Edit a note qn note edit "meeting-notes" Installation ------ cargo install qn # Completion source <(COMPLETE=zsh qn)