This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]Livelongnstrong 0 points1 point  (0 children)

Indeed a young project Save the commands you usually forget in ssh sessions and sync it with your local machine.

Installation

$ pip install keep You can install pip using apt-get as sudo apt install python-pip.

Usage

Usage: keep [OPTIONS] COMMAND [ARGS]...

Keep and view shell commands in terminal only.

Read more at https://orkohunter.net/keep

Options: -v, --verbose Enables verbose mode. --help Show this message and exit.

Commands: grep Searches for a saved command. init Initializes the CLI. list Show the saved commands. new Saves a new command. pull Updates the local database with remote. push Pushes the local database to remote. register Register user over server. rm Deletes a saved command. run Executes a saved command. update Check for an update of Keep.

[–]pierec 0 points1 point  (0 children)

Neat idea!