Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 667 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 667 Bytes

sshcd

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

installation

$ curl -s https://raw.github.com/christianbundy/sshcd/master/install.sh | sh

usage

The default usage is pretty simple.

$ sshcd [email protected]:/your/favorite/folder

It supports prepended flags, too!

$ sshcd -v [email protected]:/lets/get/verbose