weeks-from-now

Crates.ioweeks-from-now
lib.rsweeks-from-now
version0.2.1
sourcesrc
created_at2017-08-08 00:18:09.080426
updated_at2023-01-26 05:01:23.502423
descriptionShow a date x weeks from now
homepage
repositoryhttps://github.com/tshepang/weeks-from-now
max_upload_size
id26809
size30,727
Tshepang Mbambo (tshepang)

documentation

README

weeks-from-now

crates.io build status

You may want to know date of 6 weeks from now:

$ weeks-from-now 6
2017-09-19

You may even want to know date of 3 weeks ago:

$ weeks-from-now 3 --past
2017-07-18

Following is the most easy way to install the tool (assuming you have the Rust toolchain installed):

cargo install weeks-from-now

NOTE: minimum required rustc is v1.64, due to clap.

Commit count: 49

cargo fmt