Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 723 Bytes

README.md

File metadata and controls

19 lines (18 loc) · 723 Bytes

goto

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
Detailed Description: goto | cd on steroids.

Installation:

To install:
If You have "git" installed
~$ git clone "https://github.com/ankitvad/goto"
~$ cd goto
~$ make install
If "git" is not present
~$ wget -O goto.zip "https://github.com/ankitvad/goto/archive/master.zip"
~$ unzip goto.zip
~$ cd goto-master
~$ make install