Skip to content

twerth/bashmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Provides bookmarking ability for folders/directories in bash.

To install, put bashmarks.sh somewhere such as ~/bin, then source it 
in your .bashrc file (or other bash startup file):
  source ~/bin/bashmarks.sh

To bookmark a folder, simply go to that folder, then bookmark it like so:
  bookmark foo

The bookmark will be named "foo"

When you want to get back to that folder use:
  go foo

To see a list of the bookmarks:
  bookmarksshow

Tab completion works, to go to the shoobie folder:
  go sho[tab]

About

Bookmarking for the command-line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages