aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update Cargo.lock for newer version of cargo.Harald Eilertsen2025-01-011-61/+63
* Add readmeHarald Eilertsen2018-12-181-0/+27
* Make regex matches case insensitive.Harald Eilertsen2018-12-181-2/+11
* Use regex for matching values.Harald Eilertsen2018-12-183-2/+88
* 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-182-0/+63
* 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-175-0/+882