cd-bookmark
cd-bookmark copied to clipboard
Add delete command -d
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, it should be as easy as
$ cd-bookmark -d BOOKMAK_ID
to remove it!
Tested on zsh 5.8 on macOS.
Fixes #5