aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove debug outputHarald Eilertsen2025-01-041-3/+1
* "Fix" date/time parsing by using naive datetimes.Harald Eilertsen2025-01-041-7/+9
* Update dependencies.Harald Eilertsen2025-01-011-7/+7
* Output event descriptions if present.Harald Eilertsen2025-01-011-0/+7
* Make clippy happy.Harald Eilertsen2025-01-011-4/+4
* Move business logic out of main.Harald Eilertsen2025-01-012-141/+176
* Fix testsHarald Eilertsen2025-01-011-1/+1
* Match against all properties if only regex given.Harald Eilertsen2025-01-011-2/+7
* Improva error messages when missing cmd line args.Harald Eilertsen2025-01-011-10/+31
* 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