Crates.io | bookmark-cd |
lib.rs | bookmark-cd |
version | |
source | src |
created_at | 2022-04-13 12:51:43.621589 |
updated_at | 2025-02-05 15:05:17.169439 |
description | Bookmark directories and move to them |
homepage | https://bcd.a1ecbr0wn.com |
repository | https://github.com/a1ecbr0wn/bcd |
max_upload_size | |
id | 566974 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.