Skip to main content

change dirpath or open a url by bookmark fast in terminal

Project description

# cdx

* Introduction
* change derectory fast by 'cdx bookmark'.


* Features
* bookmark saved for dirpath or url
* cdx a directory by bookmark fast
* modify, dispaly, delete bookmarks

### version
cdx 1.1.1 , Dec 6 2017

### setup
sudo pip install cdx


### Usage
"""
usage: cdx [option] [arg]
Options and arguments:
cdx -s bookmark [dirpath|url|note1 note2 ..] # save the CURRENT dirpath or some notes as bookmark (also --save)
cdx bookmark # cdx to a location or retuan notes by bookmark
cdx -l # dispaly the saved bookmarks(also --list)
cdx -m old_bookmark new_bookmark # modify a bookmark name (also --modify)
cdx -d bookmark1 bookmark2 ... # delete a bookmark (also --delete)
"""

### Example
# save the current dirpath as 'py'
js@py:~/Documents/pycodes$ cdx -s py
py >>> /home/js/Documents/pycodes

# save a directory path as 'pj'
js@py:~/Documents/pycodes$ cdx -s pj ./projects/
pj >>> ./projects/

# save 'google' website as 'gg'
js@py:~/Documents/pycodes$ cdx -s gg 'http://www.google.com'

# display the bookmarks saved
js@py:~/Documents/pycodes$ cdx -l
--------------------------------------------------
Bookmarks Locations
--------------------------------------------------
gg http://www.google.com
pj /home/js/Documents/pycodes/projects
py /home/js/Documents/pycodes
--------------------------------------------------

# modify the bookmark 'gg' to 'g'
js@py:~/Documents/pycodes$ cdx -m gg g
Done!
g >>> http://www.google.com

# save a directory path as 'doc'
js@py:~/Documents/pycodes$ cdx -s doc /home/js/Documents/
doc >>> /home/js/Documents/

# use the bookmark 'doc'
js@py:~/Documents/pycodes$ cdx doc
js@py:~/Documents$

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cdx-1.1.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Built Distribution

cdx-1.1.1-py2.7.egg (7.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page