A terminal calendar writen in Rust.
A pet project to learn how to write CLI app in rust. Clone from cal
.
- Using left/right arrow key to go to prev/next month
- Press "q" to quit
I will try to keep it simple and incremental.
- Create a simple cli to show current date
- Render simple calendar
- Support using arrow key to go to next/prev month