@knowbee/keep

1.0.3 • Public • Published

Keep

Build Status Npm Weekly Downloads Dependency Status Open Source Love Open Source Love

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

npm install -g @knowbee/keep

or

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

License

MIT

Author

Igwaneza Bruce

Package Sidebar

Install

npm i @knowbee/keep

Weekly Downloads

0

Version

1.0.3

License

MIT

Unpacked Size

20.2 kB

Total Files

12

Last publish

Collaborators

  • knowbee