Calendar notifications for linux desktops with performance in mind.
This repo houses a rewrite of the original script in Rust for performance gains.
cargo install --path .
calendar-notification curr # Show current month
calendar-notification next # Show next month
calendar-notification prev # Show previous month
On running ./benchmark.sh
, the Rust variant is found to be around 3x faster than the shell script. A screenshot of the benchmark can be seen below.
MIT