summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* More python 3 adaptionHEADmasterJonah Brüchert2024-04-161-2/+2
* Add type hintsJonah Brüchert2024-04-161-7/+24
* 2to3Jonah Brüchert2024-04-161-10/+10
* hostinfo: add -V and --version to get the version0.2.0Alexander Sulfrian2013-06-051-0/+20
* hostinfo: _match and _match_key are now private functionsAlexander Sulfrian2013-06-051-8/+8
* hostinfo: add basic string matching for the searchAlexander Sulfrian2013-06-051-10/+27
* Printer: add force argument to force to print at least an empty entryAlexander Sulfrian2013-06-051-2/+4
* hostinfo: add missing orAlexander Sulfrian2013-06-051-1/+1
* utils: new group_by interface for generic groupingAlexander Sulfrian2013-06-051-7/+5
* hostinfo: add filter for matching hostsAlexander Sulfrian2013-06-051-4/+4
* hostinfo: add --details optionAlexander Sulfrian2013-06-051-4/+9
* hostinfo: add --only-names optionAlexander Sulfrian2013-06-051-1/+7
* hostinfo: fix some pylintAlexander Sulfrian2013-06-051-15/+18
* hostinfo: add basic search mechanismAlexander Sulfrian2013-06-051-11/+92
* hostinfo: migration from getopts to argparseAlexander Sulfrian2013-06-051-51/+37
* hostinfo: print keys of list elements0.1.10Alexander Sulfrian2013-05-291-3/+8
* Printer: refactoring the whole thing for better pylint result0.1.9Alexander Sulfrian2013-05-291-8/+12
* bin/hostinfo: use realpath do find relativ lib pathAlexander Sulfrian2013-05-171-1/+1
* bin/hostinfo: fix typo0.1.8Alexander Sulfrian2013-05-171-1/+1
* 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
* bin/hostinfo: add support for --hosts and --shortAlexander Sulfrian2013-05-171-3/+27
* some code layoutAlexander Sulfrian2013-05-171-16/+16
* hostinfo: basepath for the hostinfo files is configurable nowAlexander Sulfrian2013-05-171-9/+15
* 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
* Printer: refactor the whole thing, add --verbose flag to show keys with value...Alexander Sulfrian2013-05-171-7/+10
* bin/hostinfo: add --keys to get valid keys for a hostAlexander Sulfrian2013-05-161-1/+24
* 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