jotjot
v0.1.0
Published
A minimal CLI for quickly jotting down notes.
Maintainers
Readme
JotJot
A minimal CLI for quickly jotting down notes.
Install
Requires Node.js 20 or later and pnpm.
pnpm install
pnpm build
pnpm link --globalUsage
Create a note:
jot "This is a test"List notes, newest first:
jot list
jot lsFuzzy-search notes:
jot find "test"
jot f "test"Edit a note:
jot edit <id>
jot edit <id> "Updated text"Remove a note:
jot remove <id>
jot rm <id>
jot rm <id> --forceIDs can be shortened to any unique prefix. If a prefix matches multiple notes, JotJot asks you to choose one.
Storage
Notes are stored locally as JSON in ~/.jotjot/db.json.
