Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 960 Bytes

File metadata and controls

31 lines (26 loc) · 960 Bytes

goto

About

goto is a small Bash script & function to maintain a list of aliases that can be used to quickly jump to any directory in the filesystem.

Installing

On a modern Debian system just use

sudo make install

Uninstalling

The Makefile provides uninstall, and if you provide the exact same parameters as for install,

sudo make uninstall

should remove all files.

catch 1
folders created during installation will not be removed at the moment (e.g. /usr/local/share/bash).
catch 2
the ‘source’ line will be removed from the bashrc, but one empty line that is inserted during ‘install’ is currently not being removed.

License

(C) 2021 Tobias Marczewski SPDX: GPL-3.0-or-later