Python script to create shortcut for terminal navigation
- goto --add [name] [path]: adds new path shortcut, if name already exists, overrides
- goto --remove [name]: removes a shortcut
- source goto [name]: goes to added directory using the name. Only here need to call first the source command because terminal runs in subprocess
- goto --list: lists all shortcuts
- goto --help: lists all commands
Run install.py
to configure script to call directly, from anywhere
bash <(curl -L -Ss https://raw.githubusercontent.com/leakira/goto/master/install.sh)
This project is licensed under the MIT License - see the LICENSE file for details