Skip to content
/ goto Public

Python script to create shortcut for terminal navigation

License

Notifications You must be signed in to change notification settings

leakira/goto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoTo

Github: @leakira License

Python script to create shortcut for terminal navigation

Commands

  • 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

Installing

Run install.py to configure script to call directly, from anywhere

For remote install use command:

bash <(curl -L -Ss https://raw.githubusercontent.com/leakira/goto/master/install.sh)

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Python script to create shortcut for terminal navigation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published