In #linux you can simply remember the last directories you went to using 'pushd' and 'popd'. That makes it easy to jump around these directories.
show the stack:
$~ dirs
add to stack & goto:
$~ pushd [folder-name]
remove from stack & goto
$~ popd