https://github.com/navxio/songbird
Minimal command line snippet manager
https://github.com/navxio/songbird
cli command-line snippets
Last synced: 6 months ago
JSON representation
Minimal command line snippet manager
- Host: GitHub
- URL: https://github.com/navxio/songbird
- Owner: navxio
- License: gpl-3.0
- Created: 2021-05-17T14:32:22.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-30T09:22:04.000Z (about 5 years ago)
- Last Synced: 2025-10-21T23:01:58.609Z (9 months ago)
- Topics: cli, command-line, snippets
- Language: JavaScript
- Homepage:
- Size: 708 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## songbird
A minimal command line snippet manager
#### Requirements
* node >= 10
* npm
#### Installation
`npm i -g songbird-cli`
#### Usage
`song [value]`
Store any string inside the register `key`
or read from stdin
`cat myFile | song myKey -s`
To retrieve the value, just omit the `[value]` parameter
`song `
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` Skip copying to clipboard
`-p` pretty print a stored value
`-s` accept value from stdin
## todo
- [ ] tests
- [ ] expand documentation, create man page
### Planned Features
- [ ] GNU pass like folders
- [ ] Tab Completion
- [ ] Password protected strings
Note: Only utf8 strings supported.
#### License
GPL v3