Commit Graph

44 Commits

Author SHA1 Message Date
972bef1dbf Added short flag for ssh override. 2017-08-14 14:26:59 -07:00
7cae48d0d6 Fixed to work on recent Ubuntu releases, and to update copyright. 2017-08-09 14:30:59 -07:00
Graeme Humphries
7aa0249136 Fixes issue #25. 2014-05-23 14:32:24 -07:00
Graeme Humphries
e45854e9a9 Fixes and closes issue 17. 2013-08-26 15:13:56 -07:00
Graeme Humphries
3c91fcf821 Fixes and closes #19. 2013-07-19 14:46:53 -07:00
Graeme Humphries
3e5ab6f290 Fix for issue #22. 2013-07-19 13:55:00 -07:00
Graeme Humphries
4abcdfcdcb Adds functionality to load hostnames from file, for issue#17. 2013-03-15 12:22:28 -07:00
Graeme Humphries
65893e806c Fixes copy/paste issue#18. 2013-03-15 12:10:04 -07:00
Graeme Humphries
b248a1db49 Fixed bug where terminal being removed didn't remove it from edit menu list of terminals. 2013-03-15 11:50:10 -07:00
Graeme Humphries
725ceb4a1a Added explict notification on CLI of individual session disconnects. 2012-12-10 15:10:05 -08:00
Graeme Humphries
3caeb74479 Stripped out opacity code, since it seems to be broken in python-vte. github#6 2012-05-15 13:53:56 -07:00
Graeme Humphries
2c1d53f5c6 ctl-shift-v now pastes gtk/gnome clipboard to multiple terminals. github#12 2012-05-15 13:37:33 -07:00
Graeme Humphries
edfa01e3e7 Fixed middle click pasting into EntryBox. 2012-05-15 12:04:43 -07:00
Graeme Humphries
3689a251a8 Added menu to enable/disable hosts on demand. github#13 2012-05-15 11:46:22 -07:00
Graeme Humphries
f57955594b Added tooltip identifying remote host to terminals. github#14 2012-05-15 10:44:20 -07:00
Graeme Humphries
eb7ebdfa01 Fixed paste bug. github#11 2012-04-17 11:23:52 -07:00
Graeme Humphries
24112ed67b Updated to conform to PEP-8, based on suggestions from SublimeLinter. 2012-03-22 16:41:39 -07:00
Graeme Humphries
634e514a6c Merge branch 'master' of github.com:unit3/crussh 2012-03-21 15:54:21 -07:00
Graeme Humphries
cb80fa43e8 Default to unlimited scroll buffer in terminals. 2012-03-21 15:54:10 -07:00
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
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
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
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
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