Vital Terminal Tools
TLDR
A humane version of man pages.
Install
pip3 install tldr
AutoJump
A faster way to navigate your filesystem. Saves a lot of time.
Install
sudo apt install autojump
Trash-CLI
Deletes the files to recycle bin in terminal.
Install
sudo apt install trash-cli
You can make a alias for “rm” to trash-cli by adding the following alias to ~/.bashrc file.
alias rm="trash"
Ccrypt
Secure encryption and decryption of files and streams.
Install
sudo apt install ccrypt
Encrypt
ccencrypt path-to-file
Decrypt
ccdecrypt path-to-file
that’s it ✌🏽