Crates.io | weeks-from-now |
lib.rs | weeks-from-now |
version | 0.2.1 |
source | src |
created_at | 2017-08-08 00:18:09.080426 |
updated_at | 2023-01-26 05:01:23.502423 |
description | Show a date x weeks from now |
homepage | |
repository | https://github.com/tshepang/weeks-from-now |
max_upload_size | |
id | 26809 |
size | 30,727 |
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.