Commit graph

283 commits

Author SHA1 Message Date
Duncan Ferguson
5c31d13f83 Switch location of Pod::Usage calls 2014-06-16 21:31:10 +01:00
Duncan Ferguson
4abbf5e494 Rework all pod
This is to simplify code and layout, as well as make it far easier to switch to Locale::TextDomain in the future
2014-06-14 08:10:56 +01:00
Duncan Ferguson
6113f5d83a Add more doc sections 2014-06-11 18:04:51 +01:00
Duncan Ferguson
5b8cfc9e4d Add more doc sections 2014-06-08 10:10:18 +01:00
Duncan Ferguson
374775bf87 Display default option value if one is defined 2014-06-08 09:51:58 +01:00
Duncan Ferguson
13442fb156 Add in more documentation sections 2014-06-08 09:51:28 +01:00
Duncan Ferguson
a802b09964 Move pod generation into a sub rather than part of another sub 2014-06-08 08:58:52 +01:00
Duncan Ferguson
352a2108dc Set all remaining options up in a standard way 2014-06-08 08:55:34 +01:00
Duncan Ferguson
8569cdaca5 Start setting up the options in a standard way 2014-06-07 23:02:40 +01:00
Duncan Ferguson
be4093f728 Convert and localise more options 2014-06-07 17:54:59 +01:00
Duncan Ferguson
b2156d8170 Convert and localise more options 2014-06-07 16:48:30 +01:00
Duncan Ferguson
e0b5514341 Converted more options 2014-06-07 15:54:42 +01:00
Duncan Ferguson
b33f3ffb13 More generated and localised pod 2014-06-07 15:43:38 +01:00
Duncan Ferguson
1edf8088f9 Move action option into the getopt module 2014-06-07 12:26:58 +01:00
Duncan Ferguson
88d4946596 More pod translations 2014-05-29 10:13:05 +01:00
Duncan Ferguson
29297fa116 Add in more common options along with pod generation hidden switch 2014-05-29 10:12:49 +01:00
Duncan Ferguson
b4f2f56a29 Move default options definition into new so can use 'loc' on them for localisation 2014-05-21 22:38:33 +01:00
Duncan Ferguson
8c56a7a8e1 Start to rework how pod is generated 2014-05-21 22:33:28 +01:00
Duncan Ferguson
b54863993d Merge branch 'master' of github.com:duncs/clusterssh into getopt 2014-05-17 17:32:23 +01:00
Duncan Ferguson
31d2d6dd07 Initial reworking of options code 2014-05-17 17:32:03 +01:00
Duncan Ferguson
61a04ac3d2 Release 4.02_04 2014-05-17 17:17:43 +01:00
Duncan Ferguson
155b861e08 Fix 'Add host or cluster' to contain cluster names 2014-05-15 18:24:15 +01:00
Duncan Ferguson
74151fe5e0 Fix 'title' option
Thanks to Barry Roberts
2014-05-15 17:54:43 +01:00
Duncan Ferguson
f8723f2dce Fix use_all_a_records option
Thanks to Simon Fraser for reporting it with a patch
2014-05-13 15:22:18 +01:00
Duncan Ferguson
17cbd36d7c Merge branch 'master' of github.com:duncs/clusterssh 2014-02-18 20:29:03 +00:00
Matt Perry
cfaf930f16 Correct spelling and grammar errors
Corrected several typos, spelling errors, and grammatical errors.
2014-02-17 15:39:20 -08:00
Duncan Ferguson
f344270921 Add wondow geomerty into host spec
Also improve host tests to be more comprehensive and understandable
2014-02-01 13:47:42 +00:00
Duncan Ferguson
58bd88a023 Amend 'tag-file' short option to 'r'
This is to avoid an option clash with the cluster file option
2014-01-17 09:31:19 +00:00
Duncan Ferguson
56faa0ac30 Fix 'File->Show History'
Missed an object reference in the original call for showing the window
2014-01-14 11:17:50 +00:00
Duncan Ferguson
3fa50f0b49 Add in config for macro's
Allow for changing macro strings. Also add option in UI to enable/disable macro processing
2014-01-13 18:44:12 +00:00
Duncan Ferguson
583c8bbe53 Fixed the default cluster not being opened
This was due to a method being called in scalar context, which returned incorrect detail

Reported by Aaron C. de Bruyn
2014-01-04 15:07:34 +00:00
Duncan Ferguson
e825bc17ca Fixed "uninitialised errors in hash element" bug 2013-12-31 11:18:46 +00:00
Duncan Ferguson
6aca350f8b Add in key shortcut for local hostname macro
Another useful macro to have - ALT-l
2013-04-21 22:13:54 +01:00
Duncan Ferguson
85a796600a Fixed a bug with 'show history' key shortcut
Fix incorrect method call
2013-04-21 22:09:43 +01:00
Duncan Ferguson
b93253123d Add in key shortcut for username (ALT-u)
Seems a useful shortcut to have
2013-04-21 22:05:17 +01:00
Duncan Ferguson
e9bb9ef34c Fixed macros (%u,%s,%h,%n) multiple replacements 2013-04-20 09:17:20 +01:00
Duncan Ferguson
5ea730aff9 Fix tests 2013-04-16 09:23:03 +01:00
Duncan Ferguson
ea811ba639 Run through 'perltidy -pbp'
Standardise the code layout
2013-04-15 21:56:19 +01:00
Duncan Ferguson
d7e116e470 Functionality to call external command
Code and tests to call the external command
2013-04-15 21:34:05 +01:00
Duncan Ferguson
f1546a0d7d Resolving tags by external command
Start coding up resolving tags by an external command instead of a cluster or tag file
2013-03-25 13:13:03 +00:00
Duncan Ferguson
6fccd92d6a Bring new 'tag' file into use
/etc/tags and $HOME/.clusterssh/tags is now used

Refacter some code to make it clearer and update docs for new options
2013-03-19 21:06:00 +00:00
Duncan Ferguson
b2ba4daa46 Start of tags file handling
Refactor file loading code into one place since it should all work in a similar way.

Added in tag functionality.
- Cluster files are: tag host host host host
- Tag files are: host tag tag tag

Yes to add in remainder of code to load in the files automatically
2013-03-16 21:56:56 +00:00
Duncan Ferguson
402f6c34a9 Don't set default user name in configuration file
Setting the default username in the config file will override ssh settings, which is generally not what is wanted.  Show the option in generated config files but commented out.
2013-03-08 07:58:39 +00:00
Duncan Ferguson
83691ee6be New options to not open repeated terminals
In many situations it can be very useful to open multiple terminals to the same host.  In others, it isn't.  Provide for either usage.

Patch from Oliver Meissner
2013-02-27 10:26:05 +00:00
Duncan Ferguson
0eb27e2538 Fixed clusters defined in .clusterss/config file
Bug due to incorrect passing of arguments to the module method

Sf bug 3605675
2013-02-26 20:11:37 +00:00
Duncan Ferguson
72e37269fb Fix 'ccon'
Fixed 'ccon' not calling the correct command

Sf bug 3605002
2013-02-26 20:10:01 +00:00
Duncan Ferguson
052ed6ca62 Set WM_CLASS on windows
SourceForge bug ID 3187736

Also run through perltidy
2013-02-15 08:26:41 +00:00
Duncan Ferguson
d0fa3f1df4 Fix cssh starting if xterm is not installed
Fix cssh not starting if xterm isn't installed and an alternate terminal such as uxrvt is used,

SourceForge bug 3494988
2013-02-14 23:44:15 +00:00
Duncan Ferguson
dc7b4ccb17 Fix watch line expression to catch 4.x series tarballs
Debian patch LP ID #1076897
2013-02-14 22:17:43 +00:00
Duncan Ferguson
74d1cf7f0a Updated manpage whatis entries
Patch by Tony Mancill
2013-02-14 22:11:21 +00:00