summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* contrib/bash-completion: add missing command line flags0.1.7Alexander Sulfrian2013-05-171-1/+2
|
* bin/hostinfo: add support for --hosts and --shortAlexander Sulfrian2013-05-171-3/+2
| | | | | | | | You could now use --hosts to get a listing of all available hosts with in the current basepath (set by HOSTINFO_PATH or --path or the default value /usr/local/share/hostinfo/). If you use --short you will remove the domain spline.inf.fu-berlin.de from the output and you will get only the hostnames.
* hostinfo: basepath for the hostinfo files is configurable nowAlexander Sulfrian2013-05-171-6/+41
| | | | | | | The basepath for the hostinfo files could now customized via the HOSTINFO_FILES environment variable or the --path, -p command line option. If nothing exists the default path /usr/local/share/hostinfo is used like before.
* hostinfo: add help cmdline parameterAlexander Sulfrian2013-05-171-1/+1
|
* bin/hostinfo: add --keys to get valid keys for a hostAlexander Sulfrian2013-05-161-2/+2
| | | | | The bash completion uses now a dynamic list of valid keys for a host and therefor calls the hostinfo tool itself.
* bin/hostinfo: add --file to get the path of the yaml file with the informationAlexander Sulfrian2013-05-161-1/+1
|
* share/bash-completion: add simple bash-completion0.1.4Alexander Sulfrian2013-05-081-0/+20