šŸš€ Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →
Socket
Sign inDemoInstall
Socket

@knowbee/keep

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@knowbee/keep

A CLI tool for keeping terminal commands

1.0.3
latest
Source
npm
Version published
Maintainers
1
Created
Source

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

Keywords

keep

FAQs

Package last updated on 17 Feb 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts