Skip to content

BoolPurist/week_calendar_cli

Repository files navigation

Purpose

Build status Crates.io

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.

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.

Current version

Current version is 0.1.3

Version on crates.io and the last git tag correspond to the current version.

How to install it

Download a pre-built binary

There are pre-built binaries for the following targets under the latest release:

  • x86_64-unknown-linux-gnu => Linux 64 Bit

After downloading the archive and unpacking it. Put the binary to a location which is in your PATH environmental variable.

Install from crates.io

This appliaction is also published on this page of crates.io

You can install via

cargo install week_calendar

Install it from source

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

Changelog

Changelog can be found here

Licenses

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

About

Cli application to show the calendar week of a date

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published