All Projects → bukinoshita → save-me

bukinoshita / save-me

Licence: MIT License
🔒 Save anything

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].