pnote - The PromptNote CLI
Manage your prompts and notes from the terminal. Requires npm install -g pnote and authentication via pnote auth token <your-pat>.
Available Commands
!pnote --help
Quick Reference
List & Search:
pnote notes- list all notespnote notes --tag "AI/art"- filter by tagpnote search "query"- search notes and snippets
Read & Copy:
pnote notes get <id>- get note with snippetpnote snippet copy <id>- copy to clipboard
Create & Manage:
pnote notes create "Title"- create notepnote snippet add <id>- add snippet from stdinpnote tags rename "old" "new"- rename tag
PIN Protection:
For protected notes, set PNOTE_PIN env var or use -p <pin> flag.
Execute
Run the user's command:
pnote $ARGUMENTS