Skip to content

lecfab/bashmarks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bashmarks is a shell script that allows you to save and jump to commonly used directories. Now supports tab completion.

Install

  1. git clone [email protected]:lecfab/bashmarks.git
  2. cd bashmarks
  3. make install
  4. source ~/.local/bin/bashmarks.sh from within your ~.bash_profile or ~/.bashrc file

Shell Commands

b                 - Lists all available bookmarks
b <bookmark_name> - Goes (cd) to the directory associated with "bookmark_name"
bs <bookmark_name> - Saves the current directory as "bookmark_name"
bp <bookmark_name> - Prints the directory associated with "bookmark_name"
bd <bookmark_name> - Deletes the bookmark

Example Usage

$ cd /var/www/
$ bs webfolder
$ cd /usr/local/lib/
$ bs locallib
$ b
$ b web<tab>
$ b webfolder

Where Bashmarks are stored

All of your directory bookmarks are saved in a file called ".sdirs" in your HOME directory.

Creators

Releases

No releases published

Packages

No packages published

Languages

  • Shell 91.1%
  • Makefile 8.9%