Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

README

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

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.