Skip to content

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

License

Notifications You must be signed in to change notification settings

Anthhon/rscalendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages