37 releases (16 stable)
new 1.0.15 | Feb 5, 2025 |
---|---|
1.0.12 | Feb 18, 2024 |
1.0.10 | Dec 21, 2023 |
1.0.9 | Nov 3, 2023 |
0.1.6 | Jun 6, 2022 |
#1671 in Command line utilities
399 downloads per month
60KB
457 lines
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
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.
Dependencies
~6–13MB
~151K SLoC