to-dir - folder alias manager

Add to your .bashrc to use:

shell function to { if [[ -z "$1" ]]; then to-dir list else cd $(to-dir get $1) pwd ls fi }