⚡️ Lightning-fast and minimal calendar command line. It's similar to cal. Written in Rust 🦀

How Can Install?

sh $ cargo install rusti-cal

Usage

sh $ rusti-cal <year>

Hands On

hands-on

Optional Usage

sh $ rusti-cal <year> --starting-day 0

sh $ rusti-cal <year> --starting-day 1

sh $ rusti-cal <year> --starting-day 2

sh $ rusti-cal <year> --starting-day 3

sh $ rusti-cal <year> --starting-day 4

sh $ rusti-cal <year> --starting-day 5

sh $ rusti-cal <year> --starting-day 6

Locale based names

The current locale can be overwritten with the LANG environment variable to display the calendar in another language.

sh $ LANG=fr_FR rusti-cal <year>