Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bukinoshita/save-me
:lock: Save anything
https://github.com/bukinoshita/save-me
cli command-line nodejs save-me
Last synced: about 2 months ago
JSON representation
:lock: Save anything
- Host: GitHub
- URL: https://github.com/bukinoshita/save-me
- Owner: bukinoshita
- License: mit
- Created: 2017-02-21T16:27:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T09:52:32.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T16:07:30.470Z (2 months ago)
- Topics: cli, command-line, nodejs, save-me
- Language: JavaScript
- Homepage:
- Size: 9.28 MB
- Stars: 17
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# save-me [![Build Status](https://travis-ci.org/bukinoshita/save-me.svg?branch=master)](https://travis-ci.org/bukinoshita/save-me)
> 🔐 Save anything
## Install
```bash
$ npm install -g save-me
```
_Linux users will probably have to install xsel to use copy to clipboard option: `sudo apt install xsel`_## Usage
```bash
$ save-me --helpUsage:
$ save-me Save an item
$ save-me Search and get an itemExample:
$ save-me
$ save-me --copy
$ save-me -l
$ save-me -rOptions:
-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
- [caesar-encrypt](https://github.com/bukinoshita/caesar) — :closed_lock_with_key: One of the simplest forms of encryption
- [save-local](https://github.com/bukinoshita/save-local) — Save stuff locally## License
MIT © [Bu Kinoshita](https://bukinoshita.io)