🚀 🚀 🚀 A command line tool for teleporting around your computer! 🚀 🚀 🚀
The (very) tldr usage of goto
:
Gifs and usage documentation can be found in the docs folder
code/my_project
and teleport to it from anywhere!my_project
"secret_project" instead? Goto's got you covered!j
!Goto - The good way to program
sh
pip install --user goto-cd
_gotohelper --install bash
source ~/.bashrc
sh
pip install --user goto-cd
_gotohelper --install zsh
source ~/.zshrc
There is a slight chance you get the error message _gotohelper: command not
found
when installing. This probably means that goto was installed correctly,
but your PATH
variable needs to include where _gotohelper
is located. With
newer versions of pip _gotohelper
tends to be installed in ~/.local/bin
and
so you would add export PATH=$PATH:~/.local/bin
to the end of your .bashrc
in bash and .zshrc
in zsh.
See the docs folder.
See contributing.md.
MIT - see LICENSE