@mazhu/notecard
v1.0.0
Published
A lightweight CLI note-taking tool with tags, search, and export
Readme
Notecard
A lightweight command-line note-taking tool with tags, search, and export capabilities.
Installation
npm install -g @mazhu/notecardUsage
Add a note
notecard add "Buy milk" --tag todo
notecard add "Meeting at 3pm" --tag work --tag importantList all notes
notecard listSearch notes
notecard search "milk"List all tags
notecard tagsExport notes
notecard export --format md
notecard export --format jsonDelete a note
notecard delete <id>Data Storage
Notes are stored in ~/.notecard/notes.json
License
MIT
