oraczr / cli-bookmarks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cli-bookmarks

Create, delete and jump directory bookmarks

requirements

fzf
apt install fzf 

Installation

Add to .zshrc

source fzf-bookmark.zsh
alias cd='cd -P'

Usage

$ mark @bookmarkName - add bookmark for current directory
$ dmark @bookmarkName - remove bookmark 
$ cd @bookmarkName
or 
ctrl-g to GUI

About


Languages

Language:Shell 100.0%