Allows you to bookmark your current working directory then use fzf to search and cd to your desired bookmark.
bookmark help
save - saves your current working directory to bookmarks
cd - lets you search through your bookmarks and cds to the one you select
list - lists your bookmarks
delete - deletes your current working directory from your bookmarks
Recommended aliases:
alias b="bookmark save"
alias bcd="bookmark cd"
alias bd="bookmark delete"
alias bl="bookmark list"
git clone https://github.com/danhab99/cli-bookmarks ~/.local/bin"- Add this line to your
.bashrcor.zshrc:source ~/.local/bin/bookmark.sh
- Delete
~/.local/bin/cli-bookmarks - Remove that
sourceline from yourrcfile