summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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-171-3/+27
| | | | | | | | 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-171-16/+16
|
* hostinfo: basepath for the hostinfo files is configurable nowAlexander Sulfrian2013-05-171-9/+15
| | | | | | | 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-6/+12
|
* Printer: add more spaces for better structure of the outputAlexander Sulfrian2013-05-171-11/+21
| | | | | 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-171-7/+10
| | | | value None
* bin/hostinfo: add --keys to get valid keys for a hostAlexander Sulfrian2013-05-161-1/+24
| | | | | 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-30/+38
|
* bin/hostinfo: allow intermixing of option and non-option argumentsAlexander Sulfrian2013-05-081-1/+1
|
* 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-081-1/+1
|
* 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-061-0/+59