summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* contrib/bash-completion: add missing command line flags0.1.7Alexander Sulfrian2013-05-171-1/+2
|
* bin/hostinfo: write error messages to stderr0.1.6Alexander Sulfrian2013-05-171-3/+2
|
* bin/hostinfo: ignore HOSTINFO_PATH if its emptyAlexander Sulfrian2013-05-171-1/+1
| | | | | | | | | If the environment variable HOSTINFO_PATH is an empty string it is now handled as if the variable is unset. With this you can overwrite a global value in the shell simply with the following command: HOSTINFO_PATH="" hostinfo ...
* bin/hostinfo: add support for --hosts and --shortAlexander Sulfrian2013-05-172-6/+29
| | | | | | | | 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.
* some code layoutAlexander Sulfrian2013-05-172-22/+22
|
* hostinfo: basepath for the hostinfo files is configurable nowAlexander Sulfrian2013-05-172-15/+56
| | | | | | | 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-172-7/+13
|
* Printer: add more spaces for better structure of the outputAlexander Sulfrian2013-05-172-13/+32
| | | | | The new output has more spaces for better readablility. If you want to get the old format you could use --nospaces or -n.
* Printer: refactor the whole thing, add --verbose flag to show keys with ↵Alexander Sulfrian2013-05-172-105/+111
| | | | value None
* Printer: indent multiline values correctly0.1.5Alexander Sulfrian2013-05-161-0/+5
|
* Printer: ignore vserver ips on vserver hostAlexander Sulfrian2013-05-161-0/+3
|
* bin/hostinfo: add --keys to get valid keys for a hostAlexander Sulfrian2013-05-162-3/+26
| | | | | 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-162-31/+39
|
* bin/hostinfo: allow intermixing of option and non-option argumentsAlexander Sulfrian2013-05-081-1/+1
|
* share/bash-completion: add simple bash-completion0.1.4Alexander Sulfrian2013-05-081-0/+20
|
* hostinfo: add filter support for sub keys like addresses.eth00.1.3Alexander Sulfrian2013-05-081-26/+38
|
* bin/hostinfo: add getopt for advanced parameter supportAlexander Sulfrian2013-05-081-10/+17
|
* hostinfo: Prefix class, ports/addresses handling adjusted, new online modeAlexander Sulfrian2013-05-082-28/+71
|
* hostinfo/printer: new lablesAlexander Sulfrian2013-05-081-1/+3
|
* bin/hostinfo: fix local lib importAlexander Sulfrian2013-05-081-2/+4
|
* bin/hostinfo: use development libraries if available0.1.2Alexander Sulfrian2013-05-061-1/+4
|
* add setup.py0.1.1Alexander Sulfrian2013-05-064-1/+14
|
* initial commit0.1.0Alexander Sulfrian2013-05-062-0/+133