Skip to content
/ zap Public
forked from yftx/zap

🔖 Simple Bash Bookmarking

Notifications You must be signed in to change notification settings

voxel-web/zap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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

About

🔖 Simple Bash Bookmarking

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%