The previous logic that was intended to find the first non-empty
filename that represented a valid file location was wrong. Replaced with
a simpler filter-based version.
Additionally, if the user provides a specific configuration filename, we
no longer fall back to the defaults if it is not found. Instead we just
err out and inform them that the file the specified was not found.
When we can't find a config file, log all the locations we looked and
don't create a new file in $HOME/.ptkrc.
There is currently an intermittent bug in the config loading logic that
is leading to the default config file in $HOME/.ptkrc not being found
and then being overwritten with the default config. This is step one in
fixing it.
* `--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.
Something depends on isaac 0.1.0, but that version doesn't compile on Nim 0.16
and above. Until the transitive dependancy is updated, ask for at least 0.1.2.
An incorrect time format that was used in version 0.6 and prior.
Version 0.7 between 1.0 support this format on read only and will write
out the correct format (so they can be used to convert older timelines).