summaryrefslogtreecommitdiff
path: root/vdstatus
AgeCommit message (Expand)Author
2019-07-05plugins, vdstatus: massive plugin overhaul, conf: some formattingVon Random
2019-06-17vdstatus: replace deprecated yaml.load() with yaml.safe_load() callVon Random
2019-03-28vdstatus, plugins: some refactoring and better usage of dict() methods; renam...Von Random
2019-03-11vdstatus: proper utf-8 output in jsonVon Random
2019-03-06completely remove global hide_ok to avoid ambiguityVon Random
2019-03-05some more sensible defaults, get rid of todoVon Random
2019-03-05move config to yaml, json is atrociousVon Random
2018-05-24there is no need to explicitly pass sys.argv to argparse... embarrassingVon Random
2017-12-16use json instead of ini: less readable, easier to work withVon Random
2017-11-30add pytz to the mix, so that we can display time for specific time zones (tot...Von Random
2017-01-13add hide_ok option support both globally (precedence) and per plugin, true by...Von Random
2016-11-21get rid of thread_id and useless logic it usedVon Random
2016-11-19yay, found out about Thread.daemon lol, also more oop and less code duplicationVon Random
2016-11-18a bit more OOPVon Random
2016-11-18some primitive exit handling, still have to do something about waiting till t...Von Random
2016-10-31enable unbuffered print instead of using shebangVon Random
2016-10-31disk check to auto hide as wellVon Random
2016-10-25replace colors with urgency status + add means to hide unimportant measures; ...Von Random
2016-10-23style fix + TODO listVon Random
2016-10-23get rid of vdstatus.py as a module since we will not have to write separate s...Von Random
2016-10-23rename the executableVon Random