quest/README.md

32 lines
971 B
Markdown
Raw Normal View History

2021-09-17 07:14:35 +10:00
# Quinn's Utterly Elegant Speedrun Timer
2021-09-17 05:21:45 +10:00
2021-09-17 07:14:35 +10:00
A speedrun timer for \*nix terminals
## Features
- Global hotkeys
- 24-bit terminal color
- Human readable JSON splits file
- Import splits from a Splits.io file
- High fps rendering
2021-09-17 09:25:36 +10:00
## Usage
Copy `examples/sample.json` somewhere, replace the sample information with
the names of your game, catagories and splits. Changing split names/number of
splits after the first use of the split file is currently unsupported.
### Default Keybinds
| Keys | Action | Global |
| ---- | --------------------- | ------ |
| `R` | Start | YES |
| `F` | Stop / Reset | YES |
| `E` | Split | YES |
| `G` | Undo split | YES |
| `V` | Skip split | YES |
| `Q` | Close | NO |
| `T` | Toggle global hotkeys | YES |
| `C` | Toggle compact UI | NO |
2021-09-17 09:25:36 +10:00
Customisable hotkeys without editing the source code coming soon!