27 releases (6 stable)

1.0.5 Feb 19, 2023
1.0.3 Jan 30, 2023
1.0.0 Dec 31, 2022
0.2.13 Dec 30, 2022
0.1.6 Jun 6, 2022

#371 in Command line utilities

Apache-2.0

58KB
455 lines

Crates.io Crates.io Build Status dependency status snapcraft.io

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

<script id="asciicast-549018" src="https://asciinema.org/a/549018.js" async></script>

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.

Get it from the Snap Store

Dependencies

~5MB
~91K SLoC