mattfinlayson + hacks   5

Create and Change to a New Directory in One Command
I just had a brain baby.
# mkdir, cd into it
mkcd () {
mkdir -p "$*"
cd "$*"
}
unix  hacks  tech 
may 2010 by mattfinlayson
Irradiated Software - SizeUp
Wonderful. This gives me the keyboard shortcuts I've been looking for to move windows and do basic tile management. Also makes spaces usable. AAAAA++++ would buy again!!!!!
osx  mac  tools  hacks  post:links  jive 
february 2010 by mattfinlayson

Copy this bookmark:



description:


tags: