week_calendar

Crates.ioweek_calendar
lib.rsweek_calendar
version0.1.3
sourcesrc
created_at2023-07-16 08:50:41.536681
updated_at2023-07-16 08:50:41.536681
descriptionweek_calendar is a command line tool which shows calendar weeks. It provides the number of week and from which day it starts and on which day a week ends. Different intervals can be chosen. Year, month, or just one specific week.
homepagehttps://github.com/BoolPurist/week_calendar_cli
repositoryhttps://github.com/BoolPurist/week_calendar_cli
max_upload_size
id917685
size75,063
Florian (BoolPurist)

documentation

https://github.com/BoolPurist/week_calendar_cli

README

Purpose

Build status

week_calendar is a command line tool which shows calendar weeks. It provides the number of week and from which day it starts and on which day a week ends. Different intervals can be chosen. Year, month, or just one specific week.

How to install it

  1. Clone this repository
  2. Go into to the cloned folder
  3. Type the following command into the terminal
cargo install --path=. --force

Examples

Here little demonstration of the appliaction

week_calendar date 2023 6 30

Output:

+-------------+------------+------------+
| Week Number | From       | To         |
+-------------+------------+------------+
| 26          | 2023-06-26 | 2023-07-02 |
+-------------+------------+------------+

More examples for usage can be found here here.

Licenses

This appliaction can be used under MIT or Apache 2.0 at your choice

Commit count: 18

cargo fmt