Skip to content

giraugh/pi-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🥧 Pi-Time

We all know pi time is the best time, but when is it? Use this cli-tool to quickly find out and never miss out on pi time again.

Usage

Running the pi-time binary will output either "Its pi time" or the remaining time until pi time. Run with -h to view other options.

> pi-time
10h 28m 42s until pi time

Installation

You can install pi-time on mac using homebrew.

brew tap giraugh/giraugh
brew install pi-time

Building

Building pi-time requires a copy of the rust compiler. You can install it using the rust toolchain available here.

  1. Clone locally
git clone https://github.com/giraugh/pi-time
  1. Build the crate
cd pi-time
cargo build
  1. Optionally, install pi-time to your PATH.
cargo install --path .

Contributing

If you encounter any issues or bugs, please leave an issue on Github. Additionally, all and any PRs are welcome :)

Copyright

Ewan Breakey - MIT 2022