Jeff Fisher
7dd4980ace
unit3 likes the idea of both methods so I've added back in the old way with a minor code change
2012-03-21 14:34:33 -06:00
Jeff Fisher
fde90035af
Removed the ssh argument code that uses --.
...
Added --ssh which can be used to change the ssh executable and pass arugments, it also lets you do things like:
./crussh --ssh telnet "www.google.com 80" "www.bing.com 80"
2012-03-21 14:09:46 -06:00
Jeff Fisher
f0b74c5b1f
minor doc update since HOST is used in the help output
2012-03-21 14:09:13 -06:00
Graeme Humphries
c99b013ae5
Merge pull request #9 from guppy/master
...
Minor fixes
2012-03-19 12:22:28 -07:00
Jeff Fisher
4a1633acc3
fixed printing to stderr. display a simple error message if vte isn't found, we're running crussh from the command line anyways.
2012-03-17 09:08:49 -06:00
Jeff Fisher
ef6b38ec73
Merge remote-tracking branch 'upstream/master'
2012-03-17 09:02:12 -06:00
Jeff Fisher
64db28c0a7
minor formatting change
2012-03-17 09:02:07 -06:00
Graeme Humphries
3dabd60eeb
Minor code simplification.
2012-03-17 00:11:26 -07:00
Graeme Humphries
7fc46e3a04
Min-size now customizable, but only takes effect on restart.
2012-03-17 00:09:41 -07:00
Graeme Humphries
25836a77cf
Remove unnecessary error message.
2012-03-16 23:11:51 -07:00
Graeme Humphries
492dbeadc1
Merge pull request #7 from guppy/master
...
Added missing usage details.
2012-03-16 22:56:48 -07:00
Jeff Fisher
d37362aadf
'is not None' is more pythonic. extra indention on some of the icon code.
2012-03-16 22:10:18 -06:00
Jeff Fisher
cd2d50c32e
document the ability to pass ssh options.
2012-03-16 22:01:22 -06:00
Graeme Humphries
bef3896ff0
Fixed missing icon issue. (github-4)
2012-03-16 16:43:40 -07:00
Graeme Humphries
f71222a9ff
Save/restore prefs works, opacity settings don't, so disabled for now.
2012-03-16 16:18:07 -07:00
Graeme Humphries
a48ac22c9b
Removed unneeded -s option.
2012-03-16 15:59:08 -07:00
Graeme Humphries
8945722173
Merged cli args changes from master.
2012-03-16 15:56:13 -07:00
Graeme Humphries
6cdd355350
Config dialog box. Still doesn't save / restore settings.
2012-03-16 15:52:40 -07:00
Graeme Humphries
babb5a5366
Merge pull request #5 from guppy/master
...
Generic ssh arguments support.
2012-03-16 15:49:59 -07:00
Jeff Fisher
f19d1f50ec
Moved some of the ssh arguments code out of CruSSH. Made the program a bit more pythonic in case people want to import CruSSH into another program.
2012-03-15 21:17:10 -06:00
Jeff Fisher
c0f5af19d0
Added support for passing arguments to ssh. Got rid of -l and -p since we can just pass them directly to ssh.
2012-03-15 20:53:52 -06:00
Graeme Humphries
8db6995db9
Fixed display bug with only one host, and github-3.
2012-03-15 17:26:20 -07:00
Graeme Humphries
5d58acd882
Fixed remaining reflow() bugs.
2012-03-15 11:56:36 -07:00
Graeme Humphries
9a27fa34f3
Refactored as a class, fixed bugs where -l and -p behaviour would ignore ssh configs.
2012-03-15 11:21:45 -07:00
Graeme Humphries
b7ca428dfb
Removed Debian-specific error messages.
2012-03-15 10:16:49 -07:00
Graeme Humphries
3bf746f034
Fixed bug where -l and -p option flags were non-functional.
2012-03-15 10:15:16 -07:00
Graeme Humphries
a438c4b43b
Fixed loss of focus bug (github-1).
2012-03-15 10:08:08 -07:00
Graeme Humphries
1403b9151d
Minor typo fix.
2012-03-14 17:54:14 -07:00
Graeme Humphries
47f1dc27eb
Added Bugs section.
2012-03-14 17:52:52 -07:00
Graeme Humphries
736f1bb5c7
Missed a key feature.
2012-03-14 16:59:57 -07:00
Graeme Humphries
831883482a
Fixed minor formatting problems.
2012-03-14 16:57:45 -07:00
Graeme Humphries
7c11cb9a25
Initial code release.
2012-03-14 16:45:41 -07:00