Skip to content

tkmnet/rwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rwd

Registered working directory command

You can jump to the named directory from any where.

Usage

# Register current directory to rwd with [KEY].
rwd [KEY] # the empty key is available; it will be replaced "_default".

# Jump to a refistered working directory.
rcd [KEY]

Installation

  1. Clone this repository. I recommend to clone to ~/.rwd because rwd will create file in ~/.rwd.
git clone https://github.com/tkmnet/rwd.git ~/.rwd
  1. Add following line to ~/.bashrc. If you put rwd in a place other than ~/.rwd, then replace $HOME/.rwd.
source $HOME/.rwd/rwd.sh
  • If you are using csh families, you can use rwd.csh.

About

Registered working directory command

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages