Skip to content

gavinwahl/b

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

b, a simple bookmarking system

Usage:

  b [bookmark] [directory]

Options:

  -h, --help            Show this help screen

Notes:

If b is run with no arguments, it will list all of the bookmarks. If it is given a bookmark, it will attempt to cd into that bookmark. If it is given a bookmark and directory, it will create that bookmark.

Examples:

$ b home /home/user
  Added home,/home/user to bookmark list    
$ b
  List of bookmarks:
  home,/home/user
  ...
$ b home
  will cd to the home directory

About

a simple bookmarking system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%