Skip to content

LetsMelon/how_many_days_until

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How many days until ... ?

Install

Copy the tar.gz-archive for your platform or install via package manger.

Package manager

Brew (MacOS only)

$ brew tap LetsMelon/homebrew-how-many-days-until
$ brew install how_many_days_until

Tap Repository

Usage

Usage: how_many_days_until [OPTIONS] -e <end>

Options:
  -s <start>      Start date; format: YYYY-MM-DD; default: today
  -e <end>        Until when inclusive; format: YYYY-MM-DD
  -h, --help      Print help information
  -V, --version   Print version information

Build

/ $ git clone https://github.com/LetsMelon/how_many_days_until.git
/ $ cd how_many_days_until
how_many_days_until/ $ cargo b -r
how_many_days_until/ $ mv ./target/release/how_many_days_until how_many_days_until

About

Command line tool to calculate how many days are until a date, considering national holidays.

Resources

License

Stars

Watchers

Forks

Packages

No packages published