sasha1024
-
2010-08-19
Makes "Start Terminal Here" to work not only for local directories, but also when working with sftp or fish.
It uses the following command when starting terminal for panel with sftp/fish folder:
ssh -t -l {username} -p {port} {host} "cd {path} && $SHELL"