Home

Awesome

<p align="center"> <img src="https://user-images.githubusercontent.com/3329711/116007073-5c9f4380-a5e4-11eb-9d79-aa0aab50c14d.png"> </p>

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

Tests

How Can Install?

$ cargo install rusti-cal

If you are on NetBSD, there's a package available from the official repositories. To install simply run:

# pkgin install rusti-cal

Usage

$ rusti-cal <year>

Hands On

hands-on

Starting Day

$ rusti-cal <year> --starting-day 0
$ rusti-cal <year> --starting-day 1
$ rusti-cal <year> --starting-day 2
$ rusti-cal <year> --starting-day 3
$ rusti-cal <year> --starting-day 4
$ rusti-cal <year> --starting-day 5
$ 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.

$ LANG=fr_FR rusti-cal <year>

Colored output

Enable colored output with the --color or -c option. This highlights weekend days and the current day.

$ rusti-cal <year> --color

colored

Show Week Numbers

Show week numbers with the --week-numbers or -w option.

$ rusti-cal <year> --week-numbers

talk is cheap