https://github.com/knowbee/keep
🔐 A CLI tool for keeping terminal commands and access them anywhere on any machine
https://github.com/knowbee/keep
cli keep keeper shell
Last synced: 3 months ago
JSON representation
🔐 A CLI tool for keeping terminal commands and access them anywhere on any machine
- Host: GitHub
- URL: https://github.com/knowbee/keep
- Owner: knowbee
- License: mit
- Created: 2020-02-11T10:19:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T15:02:13.000Z (over 5 years ago)
- Last Synced: 2024-08-08T21:10:25.144Z (over 1 year ago)
- Topics: cli, keep, keeper, shell
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@knowbee/keep
- Size: 368 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Keep
[](https://travis-ci.org/knowbee/keep)
[](https://badgen.net/npm/dw/@knowbee/keep)
[](https://david-dm.org/knowbee/keep)
[](https://github.com/ellerbrock/open-source-badge/)
[](https://github.com/ellerbrock/open-source-badge/)
Your personal shell command keeper
## Why?
Keep solves the hustle of forgeting shell commands and having to always google/stackoverflow them wasting your precious time 😉
## Features
- Save a new command with a description
- Search the saved commands
- Use `keep --sync` and `keep --fetch` to sync the commands between your keep account and other computers.
**ProTip : Save the commands you usually forget in a database and sync it with your local machine.**
## Installation
```cli
npm install -g @knowbee/keep
```
or
```cli
yarn global add @knowbee/keep
```
## Usage
::
Usage: keep [options]
Keep helps you view and save shell commands
Options:
--version, -V output the version number
--register, r create new keep account
--login, l login into your account
--logout , lo logout from your account
--new n keep a new command
--fetch f fetch commands from database
--list li list saved commands with description
--search s search for a specific command
--sync sync your account with local storage
-h, --help output usage information
## Contribution
- Please before making a PR, read first this [Contributing Guideline](./CONTRIBUTING.md)
## License
MIT
## Author
Igwaneza Bruce