]> git.scottworley.com Git - tablify/log
tablify
2 months agoStart on 0.2.1
Scott Worley [Tue, 20 Aug 2024 17:39:59 +0000 (10:39 -0700)]
Start on 0.2.1

2 months agoRelease 0.2.0 v0.2.0
Scott Worley [Mon, 19 Aug 2024 21:35:44 +0000 (14:35 -0700)]
Release 0.2.0

2 months agoRemove unused CSS
Scott Worley [Mon, 19 Aug 2024 21:23:26 +0000 (14:23 -0700)]
Remove unused CSS

2 months agoSet ids, add divs & triggers to engage with the CSS & JS
Scott Worley [Mon, 19 Aug 2024 21:16:42 +0000 (14:16 -0700)]
Set ids, add divs & triggers to engage with the CSS & JS

2 months agoLighter gray background for active cells
Scott Worley [Mon, 19 Aug 2024 21:15:33 +0000 (14:15 -0700)]
Lighter gray background for active cells

2 months agoClippy wants this to use mut and write!
Scott Worley [Mon, 19 Aug 2024 20:56:55 +0000 (13:56 -0700)]
Clippy wants this to use mut and write!

2 months agoRender column headers
Scott Worley [Mon, 19 Aug 2024 20:46:51 +0000 (13:46 -0700)]
Render column headers

2 months agoRender table
Scott Worley [Mon, 19 Aug 2024 20:36:15 +0000 (13:36 -0700)]
Render table

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

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

2 months 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

2 months 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

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

2 months 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

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

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

2 months 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

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

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

2 months 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.

2 months 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.

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

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

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

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

2 months 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

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