it's a shell
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jordan Orelli ca94a86a24 a shockingly bad tail implementation
the version of tail.exe that exists in coreutils on scoop cannot handle
unicode at all, which is really annoying, so I wrote an in-shell tail
that handles utf-8 cleanly. It reads one byte at a time and then checks
if the whole buffer that it has read is valid utf-8 and then spits it
out of it is. There's also no way to stop it lol. It is -terrible-
2 years ago
src a shockingly bad tail implementation 2 years ago
.gitignore this is a bad idea 2 years ago
Cargo.lock hmm how do you debug a shell 2 years ago
Cargo.toml hmm how do you debug a shell 2 years ago