Skip to content

twerth/bashmarks

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
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