7 Commits (1d504ff36d7bc914406f71a962cd0c54d4fa6aa5)

Author SHA1 Message Date
Jordan Orelli 71f148139e refactored some stuff 11 months ago
Jordan Orelli aa6bcedcf0 the new parser is doing parsing now 11 months ago
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