Terminal calander for linux written in rust.
This is a command line app which can be used to see the calander within the terminal. It can be used to see the calander of any year between 0 and 4294967295.
- Interactive
- Simple UI
- Written using rust
- Command line interface
Up and down keys can be used to change month and left and right keys can be used to change year
Press q to quit and t to go to current year's calander
Month and year can be passed as command line arguements in respective order to see the specified calander
Build using cargo
cargo build --release