A simple tool to sync and load terminal commands with zero knowledge encryption.
Save your history online.
termex_cli signup
# Create some anonymous username and password.
# To sync your terminal commands
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
cd scripts/
./install.sh
export PATH="$HOME/.termex:$PATH"
./setup.sh
Work in progress