# Cursed Timer v0.3.3 A simple Console Timer Application for Recording Rubik Cube Solving Times ## Demo [![asciicast](https://asciinema.org/a/3iOMHmr1ZbexqnjUBOPuJC7oN.svg)](https://asciinema.org/a/3iOMHmr1ZbexqnjUBOPuJC7oN) ## Installation ### Cargo Install You can install it using `cargo` ```sh $ cargo install cursed-timer ``` ### Linux (Pre-built Binary) You can download the pre-built binary from the [Releases](https://github.com/dhruvasagar/cursed-timer/releases) page. Download the `cursed-timer-x86_64-unknown-linux-gnu.tar.gz` for linux. Once you have the tarball file with the executable, you can follow these steps to install: ```bash $ tar -zxvf cursed-timer-x86_64-unknown-linux-gnu.tar.gz $ sudo mv cursed-timer /usr/bin/ ``` ### Mac OS (Pre-built Binary) You can download the pre-build binary from the [Releases](https://github.com/dhruvasagar/cursed-timer/releases) page. Download the `cursed-timer-x86_64-apple-darwin.tar.gz` tarball for mac os. Once you have the tarball file with the executable, you can follow these steps to install: ```bash $ tar -zxvf cursed-timer-x86_64-unknown-linux-gnu.tar.gz $ sudo mv cursed-timer /usr/bin/ ``` ### Windows (Pre-built Binary) You can download the pre-build binary from the [Releases](https://github.com/dhruvasagar/cursed-timer/releases) page. Download the `cursed-timer-x86_64-pc-windows-msvc.zip` zip file for windows. unzip the `zip` file & move the `cursed-timer.exe` to a location in the PATH system environment variable. Note: If you Run into an msvc error, please install MSCV from [here](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170) ## Credits Some Parts of this have been borrowed from https://github.com/cacharle/rutikmer