5 Commits (7004de4e82013feaaf006fd3f090b754e08b0c44)

Author SHA1 Message Date
Jordan Orelli cd51f4cce1 i'm redoing all the parsing lol 12 months ago
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
Jordan Orelli b8e001f008 ok ctrl+c works 2 years ago
Jordan Orelli b548b908e7 fucking crowdstrike 2 years ago
Jordan Orelli 05c3d0832c hmm how do you debug a shell 2 years ago