Script to save and navigate on your list of favourite path
Add the Go_script
folder to the environment variable, replacing [path]
with the path of the folder.
For example:/Users/loreand/Documents/Go_script
$ cd ~
$ echo 'export PATH=$PATH:[path]' >> .bash_profile
Add alias to script
$ echo 'alias go=". go"' >> .bash_profile
$ go
$ go [title]
or
$ go [number of row]
Move to path
$ cd [path]
Save with a title
$ go save [title]
$ go
$ rm [ number of path ]
Lorenzo Andreoli