Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.1 KB

readme.md

File metadata and controls

49 lines (32 loc) · 1.1 KB

save-me Build Status

🔐 Save anything

Install

$ npm install -g save-me

Linux users will probably have to install xsel to use copy to clipboard option: sudo apt install xsel

Usage

$ save-me --help

  Usage:
    $ save-me                 Save an item
    $ save-me <item>          Search and get an item

  Example:
    $ save-me
    $ save-me <item> --copy
    $ save-me -l
    $ save-me -r <item>

  Options:
    -r, --remove              Remove item selected
    -l, --list                List all saved items
    -c, --copy                Copy item to clipboard
    -h, --help                Show help options
    -v, --version             Show version

Demo

Related

License

MIT © Bu Kinoshita