summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* hostinfo: add -V and --version to get the version0.2.0Alexander Sulfrian2013-06-051-1/+1
| | | | | The version is generated from the git-tags during build (setup.py) or during run time, if executed from the git repository.
* hostinfo: add --details optionAlexander Sulfrian2013-06-051-1/+1
| | | | | With --details the whole hostinfo entry is displayed for all matching hosts.
* hostinfo: add --only-names optionAlexander Sulfrian2013-06-051-1/+2
| | | | | | With the --only-names option only the hostnames of the matching hosts are printed. This is default with negative match (there is nothing to print if the key does not exists).
* 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