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

This branch is 4 commits ahead of yftx/zap:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 8, 2016
f616cb1 · Jan 8, 2016

History

6 Commits
Jan 8, 2016
Jan 2, 2016

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%