Crates.io | bookmark-cd |
lib.rs | bookmark-cd |
version | 1.0.12 |
source | src |
created_at | 2022-04-13 12:51:43.621589 |
updated_at | 2024-02-18 00:26:04.883517 |
description | Bookmark directories and move to them |
homepage | https://bcd.a1ecbr0wn.com |
repository | https://github.com/a1ecbr0wn/bcd |
max_upload_size | |
id | 566974 |
size | 115,734 |
bcd
is a way to cd
to directories that have been bookmarked.
# 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
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.