Commit Graph
7 Commits
Author SHA1 Message Date
Jonathan Bernard 5140afa671 All informational messages start with 'ptk:'. 2018-05-16 12:13:00 -05:00
Jonathan Bernard 56be47f7e1 Stop no longer appends extra stop messages if we're already stopped. 2018-05-16 11:50:08 -05:00
Jonathan Bernard 75f74c3a0a Make -m case insensitive. 2018-04-30 11:05:46 -05:00
Jonathan Bernard e5c6e6187c Add --yesterday and --or filter criteria.
* `--yesterday` is like `--today`, but for yesterday 😄.
* `--or` changes the behavior of filter criteria to return a union of
  events matching an of the criteria than an intersection of events
  matching all the criteria. Example:

      ptk list --today --yesterday

  Will never return results (because the criteria are mutually
  exclusive).

      ptk list --today --or --yesterday

  Will return the marks for both today and yesterday.
2018-04-27 13:22:06 -05:00
Jonathan Bernard 81d326c5c8 Filter out empty whitespace when considering new tags. 2018-04-16 04:29:19 -05:00
Jonathan Bernard 72c332fa45 Add start as an alias for add. 2018-04-09 09:53:00 -05:00
Jonathan Bernard 4a878026d8 Bump library version to compile under Nim 0.18 2018-04-02 14:44:26 -05:00