- mc - a Noron Comander like file manager
sudo apt install -y mc
- mcedit - an editor
sudo update-alternatives --set editor /usr/bin/mcedit
. Now you can usesudo -e /file
to edit as admin - ranger - ls alternative for a faster navigation.
sudo apt install -y ranger
- thefuck - use it for sudo install
sudo apt install thefuck; echo 'eval $(thefuck --alias)' >> .bash_profile
- history lookup
sudo apt install fzf
See https://github.com/junegunn/fzf
Also install the alisases into ~/.bash_aliases
See also edit_file.sh to edit root files in gedit