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.
On a modern Debian system just use
sudo make installThe Makefile provides uninstall, and if you provide the exact same
parameters as for install,
sudo make uninstallshould 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.
(C) 2021 Tobias Marczewski SPDX: GPL-3.0-or-later