terminal tools


 if you use terminal you might need some tools to make it more fun, below are some of them


1- fish | a more advanced terminal with autocompletion extended

sudo apt-get install fish


2- (CTR-R) | a keyboardshort to search in command history

press (CTR + R) to seach

press again (CTR + R) to cycle forward

press  (CTR + SHIFT + R) to cycle backword


3- hstr | advanced history seach alternative

add-apt-repository ppa:ultradvorka/ppa
apt-get update
apt-get install hstr


Enjoy (:

Comments