/rscalendar

rscal is simple and efficient command line based calendar application developed in Rust.

Primary LanguageRustMIT LicenseMIT

Rscal

A command line-based calendar application written in Rust.

Features

  • Displays a generic calendar based in your time
  • Display a specific calendar for a given month and year

Usage

To compile the program, run the following command into the build folder:

cargo build

Print out the current month calendar:

cargo run

To specify a year/month:

cargo run -- -y [YEAR] -m [MONTH]

Requirements

  • Rust programming language (stable)
  • Cargo package manager

Contributions

Feel free to submit pull requests and bug reports