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