bcd

Bookmark Change Directory - `bcd` is a way to `cd` to directories that have been bookmarked.

APACHE-2.0 License

Downloads
19.9K
Stars
3
Committers
3

bcd is a way to cd to directories that have been bookmarked.

How to use: create a bookmark

# create a bookmark to the logs directory
$ cd /var/log
$ bcd -s logs

# move to home
$ cd ~

# list the bookmarks
$ bcd -l

# change to the bookmarked directory
$ bcd logs
$ pwd

Installation

Installation Issues

Contribute

There are many shell that this tool could be used on, I just don't use them. I would be happy to take a look at any PRs that add support for other shells.