Tired of having to type this janky command to ssh and cd into unfamiliar remote servers?
$ ssh -t [email protected] "cd /over/the/rainbow; exec \$SHELL"
Me too.
$ sshcd [email protected]:/over/the/rainbow
$ curl -s https://raw.github.com/christianbundy/sshcd/master/install.sh | sh
The default usage is pretty simple.
$ sshcd [email protected]:/your/favorite/folder
It supports prepended flags, too!
$ sshcd -v [email protected]:/lets/get/verbose