Open GoogleCodeExporter opened 9 years ago
Found a pretty gnarly workaround.
Apparently you can specify the starting directory in the "Host" field, i.e.
localhost:C:\ will cause cygterm to start in the directory /cygdrive/c
In your .bashrc file, you can include a line that looks something like
if [ $(pwd) == /irssi ]; then irssi; fi
Then, start Cygterm using the hostname localhost:C:\cygwin\irssi
Still, it would be a pretty nice feature to be able to specify a fully custom
invocation of PuTTY, rather than forcing SuperPuTTY work out all the arguments
automatically.
Original comment by BriarPat...@gmail.com
on 5 Jun 2013 at 11:17
This would be extremely helpful to me (and the group I work within) as well.
Other than the workaround above I don't see a way with any of the putty
wrappers out there (mremote, poderosa, superputty, putty conn mgr) to feed
commands to cygterm shells.
Original comment by KaosX2...@gmail.com
on 23 Jul 2013 at 3:23
Original issue reported on code.google.com by
BriarPat...@gmail.com
on 5 Jun 2013 at 10:39