Skip to content
/ jumpo Public

Simple alias manager with custom handling for POSIX shells.

Notifications You must be signed in to change notification settings

slamko/jumpo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Back to work with one shell command.


Getting started:

  • Add your project to jumpo list
  • Jump to your project with an alias:
$ jumpo add code Documents/projects/my_project
$ jumpo my_project

That is going to:

  • 'cd' into your project directory
  • Open choosen editor
  • And give some git info:

opened_vscode

Install:

sudo wget -O /usr/bin/jumpo https://raw.githubusercontent.com/slamko/jumpo/master/jumpo && 
sudo chmod +x /usr/bin/jumpo && 
echo "alias jumpo='source jumpo'" >> ~/.bash_aliases

*you may want to replace '.bash_aliases' with your preferred config file.

About

Simple alias manager with custom handling for POSIX shells.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages