Skip to content

mcstafford-git/bm-bookmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

bm

bm is a shell bookmark script adapted from a page on jeroen janssens' website.

I thought it might work well to add a different pattern to the commands and worked them around a little.

make a bm

$ cd /some/very/deep/often-used/directory
# uses basename of ${PWD} as a default
$ bm
directory  ->  /some/very/deep/often-used/directory
# otherwise, uses whatever first word you provide
$ bm deep
deep ->  /some/very/deep/often-used/directory

list bms

$ bml
deep       ->  /some/very/deep/often-used/directory
directory  ->  /some/very/deep/often-used/directory

remove a bm

$ bmr directory
removed '${BMPATH}/.bm/directory'

cd to a bm

bmc deep

About

bm is a shell bookmark script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages