Skip to content
forked from fraction/sshcd

Tired of having to cd around after you've SSH'd into a server? Me too.

License

Notifications You must be signed in to change notification settings

jjehannet/sshcd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Tired of having to cd around after you've SSH'd into a server? Me too.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%