Crates.io | rusti-cal |
lib.rs | rusti-cal |
version | 1.1.0 |
source | src |
created_at | 2021-04-24 15:23:32.164271 |
updated_at | 2023-01-23 14:31:55.15605 |
description | ⚡️ Lightning-fast and minimal calendar command line. It's similar to `cal`. Written in Rust 🦀 |
homepage | |
repository | https://github.com/arthurhenrique/rusti-cal |
max_upload_size | |
id | 389000 |
size | 653,747 |
⚡️ Lightning-fast and minimal calendar command line. It's similar to cal
.
Written in Rust 🦀
$ 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
$ rusti-cal <year>
$ 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
The current locale can be overwritten with the LANG
environment variable to display the calendar in another language.
$ LANG=fr_FR rusti-cal <year>
Enable colored output with the --color
or -c
option. This highlights weekend days and the current day.
$ rusti-cal <year> --color
Show week numbers with the --week-numbers
or -w
option.
$ rusti-cal <year> --week-numbers