From f533986bb5ec70e0c427016d3707453808317234 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Mon, 23 Feb 2026 00:59:09 -0800 Subject: [PATCH] update readme --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 460746d..966436c 100644 --- a/readme.md +++ b/readme.md @@ -27,6 +27,8 @@ todo: - implement all client-side js modules from https://pogmom.me (i'm draining brendan of his life force so i can save the world from him) -- structure page templates +- make /c/[path] endpoint that basically just returns `curl https://address/[path]?w=${COLUMNS}` so you can pipe it directly into a shell to get a sized output -- so much more \ No newline at end of file +- implement ?w=width parameter that resizes curl endpoint + +- so much more