aboutsummaryrefslogtreecommitdiff
path: root/zola-static
diff options
context:
space:
mode:
authorJack Jamison <jackqjamison@gmail.com>2025-10-21 23:31:34 -0400
committerJack Jamison <jackqjamison@gmail.com>2025-10-21 23:31:34 -0400
commite14cdc7a505025b4319f1addeb365828017f6a14 (patch)
treee8cab8e4265936f1110e26cc6222abebb2a9c04d /zola-static
parentdc227db1f1cbf0fe7078fbba3d1a85d1bc0581a8 (diff)
table wrangler
Diffstat (limited to 'zola-static')
-rw-r--r--zola-static/content/projects/table-wrangler.md7
-rw-r--r--zola-static/static/images/projects/table-wrangler.pngbin0 -> 380965 bytes
2 files changed, 7 insertions, 0 deletions
diff --git a/zola-static/content/projects/table-wrangler.md b/zola-static/content/projects/table-wrangler.md
new file mode 100644
index 0000000..4edcffb
--- /dev/null
+++ b/zola-static/content/projects/table-wrangler.md
@@ -0,0 +1,7 @@
++++
+title = 'Table Wrangler'
+date = 2025-08-21
+[extra]
+cover = 'table-wrangler.png'
++++
+[Jack's Table Wrangler](https://github.com/JackJ30/table-wrangler) is a CLI and TUI for viewing and editing tables written in Golang. You can transform the table (remove columns, filter, etc) and save presets for future invocations. I developed this for Kubernetes tables while I was working at Coreweave after an awk wasn't cutting it anymore.
diff --git a/zola-static/static/images/projects/table-wrangler.png b/zola-static/static/images/projects/table-wrangler.png
new file mode 100644
index 0000000..d187636
--- /dev/null
+++ b/zola-static/static/images/projects/table-wrangler.png
Binary files differ