]>
git.scottworley.com Git - tablify/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Scott Worley [Mon, 19 Aug 2024 08:48:16 +0000 (01:48 -0700)]
Treat all-whitespace lines as blank lines
As a side effect, this also removes trailing whitespace, which nice.
Scott Worley [Mon, 19 Aug 2024 08:38:40 +0000 (01:38 -0700)]
Proper log parsing
I'm bummed that this couldn't be a simple Iterator::scan(). Scan
doesn't have a way to get control one last time at end-of-stream to dump
the accumulator state.
Scott Worley [Mon, 19 Aug 2024 07:17:14 +0000 (00:17 -0700)]
Read multiple row headers
Scott Worley [Mon, 19 Aug 2024 07:12:54 +0000 (00:12 -0700)]
Read one row header
Scott Worley [Mon, 19 Aug 2024 06:46:55 +0000 (23:46 -0700)]
read_rows() lies
Scott Worley [Mon, 19 Aug 2024 06:13:03 +0000 (23:13 -0700)]
Separate library & executable
Scott Worley [Mon, 19 Aug 2024 05:56:43 +0000 (22:56 -0700)]
Switch to rust
Scott Worley [Wed, 4 Aug 2021 18:55:02 +0000 (11:55 -0700)]
The prototype
Scott Worley [Mon, 19 Aug 2024 05:43:25 +0000 (22:43 -0700)]
License: GPL-3