summaryrefslogtreecommitdiffstats
path: root/main.py
Commit message (Expand)AuthorAgeFilesLines
* main: avoid using programmer's expression needlesslyJan Pokorný2014-06-171-1/+1
* Add "quiet" general parameter and make XMLFilter honor itJan Pokorný2014-05-261-0/+4
* Introduce an explicit notion about target system+distroJan Pokorný2014-05-221-2/+18
* main: make style/PEP-8 checker happyJan Pokorný2014-05-191-2/+2
* Refactor: separate set_logging func in utils_progJan Pokorný2014-05-191-4/+4
* utils_prog: new program-specific unit incl. some moves from utilsJan Pokorný2014-05-191-1/+1
* Relicence GPLv2 -> GPLv2+Jan Pokorný2014-04-251-1/+1
* logging: allow destination file/logfile to be specifiedJan Pokorný2014-04-041-1/+8
* main: make logging work also under Python <2.7Jan Pokorný2014-04-031-1/+2
* main: logging.captureWarnings not present until Python 2.7Jan Pokorný2014-04-031-1/+5
* format/main: start using warnings standard moduleJan Pokorný2014-04-011-0/+1
* main: in fact "@" magic file have more trailing digitsJan Pokorný2014-03-271-2/+2
* format: allow for non-linear piping using @DIGIT notationJan Pokorný2014-03-201-2/+2
* main: accompany "version" output with Python runtime infoJan Pokorný2014-03-131-1/+2
* main: dash++Jan Pokorný2014-03-071-1/+1
* main: extend hint about getting per-command helpJan Pokorný2014-03-071-1/+2
* format: '-' file specification on output means stdout as usualJan Pokorný2014-03-071-7/+8
* command: integrate cmd alias support (incl. help screen+completion)Jan Pokorný2014-03-061-3/+8
* main: allow to pass also raw description (cmd alias related)Jan Pokorný2014-03-061-8/+5
* main: adjust help messagesJan Pokorný2014-02-261-3/+5
* completion: way to get bash (and perhaps others) autocompletionsJan Pokorný2014-02-261-1/+8
* command-related: postpone creating Option instancesJan Pokorný2014-02-261-41/+51
* Allow more convenient way of specifying command parametersJan Pokorný2014-02-191-2/+9
* Move base exceptions and exit codes to separate error.pyJan Pokorný2014-01-271-1/+1
* Finalize basic command-line handlingJan Pokorný2014-01-231-12/+159
* command_manager: make handle help (at least)Jan Pokorný2014-01-201-1/+1
* main: prepare exception harness (commented for verbose info)Jan Pokorný2014-01-201-0/+4
* main: use __init__'s version_line insteadJan Pokorný2014-01-201-2/+2
* main: in fact, we expect being passed full "argv"Jan Pokorný2014-01-201-1/+1
* Add ./clufter as a launcher script + edit its vicinityJan Pokorný2013-11-181-4/+3
* Batch header unificationJan Pokorný2013-11-181-5/+2
* Initial commitJan Pokorný2013-11-181-0/+26