cd-bookmark icon indicating copy to clipboard operation
cd-bookmark copied to clipboard

zsh plugin to bookmark directories to cd.

Results 7 cd-bookmark issues
Sort by recently updated
recently updated
newest added

First of all, thanks for this really great shell enhancer. I use it every day! # Background Lately the [XDG Base Directory Specification](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html) has been gaining quite a steady [popularity](https://wiki.archlinux.org/title/XDG_Base_Directory#Support),...

# Problem description I just discovered the cool feature (27a8863051aff4fd87adff1eded289b490c92e0b) of relative completion. However it seems like there is also a bug: each completed relative path is listed multiple times...

This PR adds support for bash, that works along-side (an unaffecting) the zsh support. Completion for bash is added as well, including relative path completion (`$ cd-bookmark -c BOOKMARKID/path`)! This...

The missing piece for this shell program: easily delete bookmarkas as well without having to being faced with all bookmarks with the -e edit command. When one know the BOOKMARK_ID,...

Backwards compatible change that supports storing the bookmarks in `$XDG_CONFIG_HOME/cd-bookmarks`. 1. If the user as set the previously existing `$CD_BOOKMARK_FILE`, this is always overriding. 1. If the user has created/moved...

It would be great if this plugin would additionally support bash. Even though zsh is the default shell for me, at times I need to jump back to a bash...

It would be convenient to be able to delete a bookmark by name from the cli tool. As I migrated from [huyng/bashmarks](https://github.com/huyng/bashmarks), I have aliases like ```bash alias g='cd-bookmark -c'...