Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 490 Bytes

readme.md

File metadata and controls

23 lines (20 loc) · 490 Bytes

Simple Bash Bookmarking

Written By "getmizanur" and improved by Taylor Otwell

Install:

cp zap.bash ~/zap.bash

Add this line to your .bashrc

# zap bookmark manager
if [ -f ~/.zap.bash ]; then
    source ~/zap.bash
fi

Usage:

$ cd ~/test && zap remember test # save bookmark
$ zap to test # go to bookmark
$ zap locations # show all bookmarks
$ zap forget test # delete bookmark