Linux Shell 'cd' replacement tool. Kindof like, cd on steroids, with fuzzy file finder and a directory bookmark saver.
License: Standard MIT License.
By: Ankit Vadehra
To Update goto:
~$ wget -O goto "https://raw.githubusercontent.com/ankitvad/goto/master/goto"
~$ mv goto ~/.local/bin/
~$ wget -O goto.1 "https://raw.githubusercontent.com/ankitvad/goto/master/man_page/goto.1"
~$ sudo cp goto.1 /usr/local/share/man/man1/
~$ sudo mandb
man goto
For New users, the normal installation will suffice. Look below for instructions.
Detailed Description: goto | cd on steroids. =========== To install:
If You have "git" installed
~$ git clone "https://github.com/ankitvad/goto"
~$ cd goto
~$ make install
~$ wget -O goto.zip "https://github.com/ankitvad/goto/archive/master.zip"
~$ unzip goto.zip
~$ cd goto-master
~$ make install