Skip to content
/ moveto Public

Bash script to move between specified directories

Notifications You must be signed in to change notification settings

Tohyo/moveto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

MOVETO

This is a simple bash script to move between a set of defined directories

Usage

Move the script to make it availble globaly

sudo cp moveto /usr/local/bin

Move the folders.json file into your home folder and edit it

mv folders.json.dist /home/$USER/folders.json

I also recommand adding a alias in your bash_aliases

alias m=". moveto"

NB: You need to add the dot before to run the execute the script in the same shell as you run it

About

Bash script to move between specified directories

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages