aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/quarg/main.py (follow)
Commit message (Expand)AuthorAgeLines
* main: Allow intermixing optional with positional argumentsWolfgang Müller2021-05-08-1/+1
* main: Make sure to parse arguments before reading configWolfgang Müller2021-05-05-3/+3
* main: Handle BrokenPipeError cleanlyWolfgang Müller2021-05-04-1/+1
* Revert "Rename 'prefix' to 'umode'"Wolfgang Müller2021-05-04-2/+2
* main: Handle user interrupts more nicelyWolfgang Müller2021-05-03-0/+4
* main: Handle SQLAlchemy errors more nicelyWolfgang Müller2021-05-03-6/+9
* main: Split run_query into prepare_query and time_queryWolfgang Müller2021-05-03-7/+8
* Add option to specify the order for printed messagesWolfgang Müller2021-05-02-5/+11
* Add option to limit the number of matchesWolfgang Müller2021-05-02-3/+8
* actions: Allow specifying a unit suffix for --aroundWolfgang Müller2021-05-01-1/+1
* main: Improve help messageWolfgang Müller2021-05-01-19/+21
* Rename 'prefix' to 'umode'Wolfgang Müller2021-04-29-2/+2
* main: Adjust help message for -u to match the restWolfgang Müller2021-04-29-1/+1
* filters: Rename time_from and time_toWolfgang Müller2021-04-28-2/+2
* main: Make --around mutually exclusive with either --after or --beforeWolfgang Müller2021-04-28-2/+6
* main: Make --joined and --no-joined mutually exclusiveWolfgang Müller2021-04-28-3/+4
* Move Actions to their own fileWolfgang Müller2021-04-28-68/+8
* Split errx and parse_isodate out into utils.pyWolfgang Müller2021-04-28-14/+1
* main: Improve readability of collect_predicatesWolfgang Müller2021-04-28-10/+19
* Initial prototypeWolfgang Müller2021-04-28-0/+193