]> git.scottworley.com Git - tablify/log
tablify
5 weeks agoRender table
Scott Worley [Mon, 19 Aug 2024 20:36:15 +0000 (13:36 -0700)]
Render table

5 weeks agocolumn_order()
Scott Worley [Mon, 19 Aug 2024 19:55:11 +0000 (12:55 -0700)]
column_order()

5 weeks agoTrim whitespace when parsing entries
Scott Worley [Mon, 19 Aug 2024 19:43:34 +0000 (12:43 -0700)]
Trim whitespace when parsing entries

5 weeks agoSplit entries at ':' to separate instance data
Scott Worley [Mon, 19 Aug 2024 19:41:49 +0000 (12:41 -0700)]
Split entries at ':' to separate instance data

5 weeks agoMake a place in Entrty for instance data
Scott Worley [Mon, 19 Aug 2024 19:29:52 +0000 (12:29 -0700)]
Make a place in Entrty for instance data

5 weeks agoEntry type
Scott Worley [Mon, 19 Aug 2024 19:21:49 +0000 (12:21 -0700)]
Entry type

5 weeks agoHTML, CSS, & JS
Scott Worley [Mon, 19 Aug 2024 19:04:29 +0000 (12:04 -0700)]
HTML, CSS, & JS

Copied over from the old prototype

5 weeks agoStart connecting stuff
Scott Worley [Mon, 19 Aug 2024 18:45:25 +0000 (11:45 -0700)]
Start connecting stuff

5 weeks agoSort column counts
Scott Worley [Mon, 19 Aug 2024 18:28:02 +0000 (11:28 -0700)]
Sort column counts

5 weeks agoDon't count multiple entries in a single row in column counts
Scott Worley [Mon, 19 Aug 2024 18:17:26 +0000 (11:17 -0700)]
Don't count multiple entries in a single row in column counts

5 weeks agoColumn counts
Scott Worley [Mon, 19 Aug 2024 18:09:43 +0000 (11:09 -0700)]
Column counts

5 weeks agoLine numbers in error messages
Scott Worley [Mon, 19 Aug 2024 17:49:44 +0000 (10:49 -0700)]
Line numbers in error messages

5 weeks agoTreat all-whitespace lines as blank lines
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.

5 weeks agoProper log parsing
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.

5 weeks agoRead multiple row headers
Scott Worley [Mon, 19 Aug 2024 07:17:14 +0000 (00:17 -0700)]
Read multiple row headers

5 weeks agoRead one row header
Scott Worley [Mon, 19 Aug 2024 07:12:54 +0000 (00:12 -0700)]
Read one row header

5 weeks agoread_rows() lies
Scott Worley [Mon, 19 Aug 2024 06:46:55 +0000 (23:46 -0700)]
read_rows() lies

5 weeks agoSeparate library & executable
Scott Worley [Mon, 19 Aug 2024 06:13:03 +0000 (23:13 -0700)]
Separate library & executable

5 weeks agoSwitch to rust
Scott Worley [Mon, 19 Aug 2024 05:56:43 +0000 (22:56 -0700)]
Switch to rust

3 years agoThe prototype
Scott Worley [Wed, 4 Aug 2021 18:55:02 +0000 (11:55 -0700)]
The prototype

5 weeks agoLicense: GPL-3
Scott Worley [Mon, 19 Aug 2024 05:43:25 +0000 (22:43 -0700)]
License: GPL-3