Duncan Ferguson
91a2b70b33
Correct typo and perltidy
2015-11-09 23:04:09 +00:00
Duncan Ferguson
1a3d5495d6
Terminal path documentation
2015-11-09 23:00:23 +00:00
Duncan Ferguson
ffe6a9d283
Add config to allow terminals to run in given dir
...
Add in terminal_chdir and terminal_chdir_path so that when terminals start they are run in a specific directory.
Documentation to be added.
Github issue #42
2015-11-09 22:46:02 +00:00
Duncan Ferguson
5e8f1b1166
Perltidy to pass the test
2015-11-03 20:59:18 +00:00
Duncan Ferguson
c0f2b8af41
Update copyright year
2015-10-01 18:15:51 +01:00
Duncan Ferguson
1d492e3ba2
Minor doc corrections
2015-10-01 18:15:01 +01:00
Duncan Ferguson
94d3bca20e
Merge pull request #43 from mperry2/move_send_menu
...
Move send menu file to $HOME/.clusterssh directory
2015-10-01 07:32:55 +01:00
Duncan Ferguson
e1df115736
Add docs for use_natural_sort
2015-09-30 18:03:05 +01:00
Duncan Ferguson
efcc12e1d5
Remove unnecessary code
2015-09-30 17:37:24 +01:00
Matt Perry
dda4297711
Move send menu file to $HOME/.clusterssh directory
...
Move send menu file from $HOME/.csshrc_send_menu to $HOME/.clusterssh
directory.
2015-09-26 09:25:52 -07:00
Andrew Stevenson
ed49237f52
Support natural sorting for the order of hosts
...
Both window order and order in the hosts menu
Fixes #24
2015-03-23 13:10:35 +01:00
Duncan Ferguson
9b21aaaa61
Fix case when the terminal isn't installed
...
Fix the case when the configured terminal isn't actually on the system. Alert for the problem rather than attempt to continue and hang.
2014-12-12 17:18:19 +00:00
Duncan Ferguson
f8ed9da353
Ensure code is run through 'perltidy -pbp -nst -nse'
2014-09-19 23:33:08 +01:00
Duncan Ferguson
8aaea928d7
Ensure ssh_args in config file is honored
...
Because the default value is defined for --options parameter, the config file value was always overwritten
Only use --options if config file option is not defined and --options is not the default value
2014-09-19 23:01:41 +01:00
Duncan Ferguson
f88353d3dd
Fix behaviour when no cluster command defined
...
Also tidyup output to 'cssh -L' when no external clusters defined
2014-08-10 10:37:34 +01:00
Duncan Ferguson
72668c128f
Fix printing of correct version with '-v'
2014-07-09 20:28:52 +01:00
Duncan Ferguson
d7d9f83b15
Correct ctel pod
...
Amend references to ssh in the pod to be either the comms binary (telnet, rsh) or more generic wording
2014-07-05 23:26:06 +01:00
Duncan Ferguson
085803c328
List external clusters
...
List on command line (cssh -L) and in 'add host' dialogue in GUI
2014-07-05 20:26:44 +01:00
Duncan Ferguson
c6747288d5
Improve test coverage
2014-07-04 21:41:52 +01:00
Duncan Ferguson
3e2392e9b6
Improve test coverage
2014-07-02 22:39:36 +01:00
Duncan Ferguson
0853d8fee6
Alternative IPv6 address port
...
Allow for parsing ports from 'xxxx:xxxx:xxxx:xxxx/pppp' style IPv6 addresses
2014-07-02 18:48:06 +01:00
Duncan Ferguson
858112c072
Additional pod docs
2014-06-29 12:49:37 +01:00
Duncan Ferguson
a0b4514176
Perltidy -pbp
2014-06-28 11:40:16 +01:00
Duncan Ferguson
3987586e3f
Move tiling and auto quit option processing into module
2014-06-27 18:18:36 +01:00
Duncan Ferguson
dbfa2733fd
Move auto close and show history option processing into module
2014-06-27 18:17:22 +01:00
Duncan Ferguson
3cffd71b2f
Swap around some of the short options
2014-06-22 14:49:45 +01:00
Duncan Ferguson
2f9779d8f5
Move some post-processing option handling into the getopt module
2014-06-22 14:42:21 +01:00
Duncan Ferguson
e6ed822a43
Fix using accessors names where the original option used hyphens
2014-06-21 13:31:04 +01:00
Duncan Ferguson
97884dd03e
Start using config provided in getopts module
2014-06-20 15:16:41 +01:00
Duncan Ferguson
f39ffcb9e4
Generate synopsis text from options
2014-06-18 22:28:44 +01:00
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