/corporate-clock

cli application to print out the current week of the year, quarter etc

Primary LanguageRustMIT LicenseMIT

corporate-clock

It tells you where you are in the year/quarter.

corporateclock command line image

Usage

$ corporateclock

Install

Providing your ~/bin is added to your PATH correctly:

$ cargo build --release
$ cp ./target/release/corporateclock ~/bin

otherwise;

$ cargo run