Menu

Tree [r2] /
 History

HTTPS access


File Date Author Commit
 README 2011-02-02 darshantrvd [r2] Added a README file
 bm.py 2011-02-02 darshantrvd [r1] The first version of the utility.Currently we h...
 bmrc 2011-02-02 darshantrvd [r1] The first version of the utility.Currently we h...

Read Me

This README describes the installation and usage of the bashmarker utility

INSTALL
------
There are just two files needed for bashmarker.

1. Put the bm.py file somewhere on your path.This could /usr/bin or just any directory on your path
  (NOTE:As an alternative,you could modify the path in bmrc file to point to this file.The BOOKMARKSAPP
   option is where you set this)
2. Put 'source bmrc' into your .bashrc file.This is the file that bash uses to store your preferences.Removing 
   this line disables the bookmark features from the shell.


USAGE:
-----
After install steps,open up a new terminal.The bm command should be now there in your shell.You can verify this by typing bm -h at the shell
that prints a help message

Here is how to use it

      bm bookmark        -Goes to the directory specified by the bookmark	
      bm -a bookmark     -Sets the current directory as bookmark.If you are in /home/user/Downloads/videos and you do bm -a vid.Then vid is the
			  bookmark for storing
      bm -r bookmark     -Removes the given bookmark  
      bm -h              -Prints a help message
      bm -p              -Shows a list of your bookmarks

      bm --add is same as bm -a
      bm --print is same as bm -p
      bm --help is same as bm -h
      bm --remove is same as bm -r


CONTACT
------
You can mail any queries,suggestions at mailtodarshantrvd@gmail.com
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.