0.2.4 • Published 3 years ago

songbird-cli v0.2.4

Weekly downloads
-
License
GPLv3
Repository
github
Last release
3 years ago

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

or read from stdin cat myFile | song myKey -s

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 Skip copying to clipboard

-p pretty print a stored value

-s accept value from stdin

Planned Features

  • GNU pass like folders
  • Tab Completion
  • Password protected strings

Note: Only utf8 strings supported.

License

GPL v3

0.2.4

3 years ago

0.1.10

3 years ago

0.1.0

3 years ago

0.2.1

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.0.8

3 years ago

0.1.9

3 years ago

0.2.3

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.0.7

3 years ago

0.1.5

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago