songbird
A minimal command line snippet manager
Requirements
- node >= 10
- npm
Installation
npm i -g songbird-cli
Usage
song <key> [value]
Store any string inside the register key
To retrieve the value, just omit the [value]
parameter
song <key>
Note: By default, song
command copies the result to your clipboard. To avoid it, use the -n
flag
song
prints all the key value pairs in a formatted table
Flags
-n, --no-clip
Skip copying to clipboard
-p, --pretty
pretty print a stored value
TODO
-
create storage dir creation on package install
-
pretty print
-
Enable reading from stdin
Planned Features
- GNU pass like folders
- Tab Completion
License
GPL v3