| Crates.io | cursed-timer |
| lib.rs | cursed-timer |
| version | 0.3.3 |
| created_at | 2022-09-21 20:47:43.590581+00 |
| updated_at | 2023-01-25 08:45:40.225566+00 |
| description | A TUI Rubik Cube Timer |
| homepage | |
| repository | https://github.com/dhruvasagar/cursed-timer |
| max_upload_size | |
| id | 671171 |
| size | 63,291 |
A simple Console Timer Application for Recording Rubik Cube Solving Times
You can install it using cargo
$ cargo install cursed-timer
You can download the pre-built binary from the 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:
$ tar -zxvf cursed-timer-x86_64-unknown-linux-gnu.tar.gz
$ sudo mv cursed-timer /usr/bin/
You can download the pre-build binary from the 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:
$ tar -zxvf cursed-timer-x86_64-unknown-linux-gnu.tar.gz
$ sudo mv cursed-timer /usr/bin/
You can download the pre-build binary from the 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
Some Parts of this have been borrowed from https://github.com/cacharle/rutikmer