This repo contains perl and bash scripts to allow easier migration of directories on linux. (it contains a tcsh set of aliases, too, but these do not currently work).
cd ~
# skip if scripts already exists
mkdir -p scripts
cd scripts
# *note* : If scripts is a git controlled directory, use git submodule add instead of git clone
git clone [email protected]:cplager/dirstack.git
# consider adding this line to your .bashrc or .bash_aliases
. ~/scripts/dirstack/aliases.bash
cd some/directory
- change to
some\directory
- change to
b
orb 3
- go back to previous or 3rd directory
li
- list directory stack
cg xyz
orcdgr xyz
- go to directory which has
xyz
in name
- go to directory which has