aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make regex matches case insensitive.Harald Eilertsen2018-12-181-2/+11
* Use regex for matching values.Harald Eilertsen2018-12-181-1/+10
* Use unwrap_or_default instead of explicitly creating empty string.Harald Eilertsen2018-12-181-1/+1
* Fix clippy issues.Harald Eilertsen2018-12-181-6/+6
* Take filename and pattern from command line and output matching events.Harald Eilertsen2018-12-181-2/+5
* Move common test code into function.Harald Eilertsen2018-12-181-8/+19
* Match events by simple pattern on given key.Harald Eilertsen2018-12-181-2/+20
* Add minimal function to match all events.Harald Eilertsen2018-12-181-0/+12
* Move reading of calendar file to function.Harald Eilertsen2018-12-181-4/+8
* Move printing of event to a function.Harald Eilertsen2018-12-181-22/+21
* Parse date/time into proper objects.Harald Eilertsen2018-12-171-5/+25
* Initial commit.Harald Eilertsen2018-12-171-0/+51