cdbookmarks

Simple directory bookmark tool


License
BSD-3-Clause
Install
pip install cdbookmarks==0.0.1

Documentation

CDBookmarks

https://pypip.in/v/cdbookmarks/badge.png https://pypip.in/d/cdbookmarks/badge.png

CDBoomkars is a simple app to easy bookmark directories on your filesystem.

Install

To install you can use the setup.py script:

python setup.py install

or the pip command:

pip install cdbookmarks

Configure

To configure cdbookmarks you only have to add the cdb.sh to your shell config startup file, like .bashrc o .zshrc, with the comand source:

source /usr/bin/cdb.sh

Zsh completion works by default, but if you want completion on bash you have to add the line:

source /usr/bin/cdb_completion.bash
Bitdeli badge