Crates.io | tee-hee |
lib.rs | tee-hee |
version | 0.5.0 |
source | src |
created_at | 2024-04-02 17:01:01.775931 |
updated_at | 2024-11-08 22:39:29.759673 |
description | Replay, index and detect bugs in DDNet Teehistorian files |
homepage | |
repository | https://gitlab.com/ddnet-rs/twgame |
max_upload_size | |
id | 1193766 |
size | 337,444 |
Replay, index and detect bugs in DDNet Teehistorian files.
Tee-Hee transparently decompresses (.xz, .zst) Teehistorian files. Some commands require an index to efficiently go through all or a subset of Teehistorian files. To index Teehistorian files they need to be named in the form "{game_uuid}.teehistorian{,.xz,.zst}". After a Teehistorian file got indexed, Tee-Hee expects the file to stay at its location.
Usage: tee-hee <COMMAND>
Commands:
replay Replays Teehistorian file, generates DDNet demo file
cat Prints Teehistorian header and all Teehistorian chunks
header Prints Teehistorian header
run Indexes new files from passed directory and runs all world implementations on all indexed Teehistorian files [TODO]
index Indexes new files from passed directory
select Selects Teehistorian files from the index based on specified criteria
select-replay Replays Teehistorian files selected from the index based on specified criteria
max-teehistorian-id Prints current largest teehistorian_id within the index
help Print this message or the help of the given subcommand(s)
On Debian 12:
sudo apt install pkg-config libssl-dev cmake rustc-web
~/.cargo/bin
is in your path.Removing the binary and the data directory:
rm ~/.cargo/bin/tee-hee
rm -r ~/.local/share/tee-hee