Skip to content

i-2/termex

Repository files navigation

Termex

A simple tool to sync and load terminal commands with zero knowledge encryption.

Build Status

Save your history online.

Termex Signup

 termex_cli signup

 # Create some anonymous username and password.
 # To sync your terminal commands

Termex Login

 termex_cli login

 # login with your username and password
  • termex_sync is used to sync your terminal inputs.
  • termex_import is used for importing your terminal commands

Installation

cd scripts/
./install.sh
export PATH="$HOME/.termex:$PATH"
./setup.sh

Os Archives

Work in progress