aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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