From f10830ee9b0ba0d0095e5ca5a68aa08eebd88985 Mon Sep 17 00:00:00 2001 From: Chris Wanstrath <2+defunkt@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:50:23 -0800 Subject: [PATCH] we did it --- TODO.txt | 55 ------------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 TODO.txt diff --git a/TODO.txt b/TODO.txt deleted file mode 100644 index 2054dc4..0000000 --- a/TODO.txt +++ /dev/null @@ -1,55 +0,0 @@ -# toes - -## server - -[x] start toes server -[x] scans for apps/**/package.json, scripts.toes -[x] runs that for each, giving it a PORT -[x] has GET / page that shows all the running apps/status/port -[x] watch each app and restart it on update -[x] watches for and adds/removes apps -[ ] run on rpi on boot -[ ] found at http://toes.local -[ ] https? -[ ] apps are subdomains (verify if this works w/ chrome+safari) -[ ] if not: apps get ports but on the proper domain ^^ - -## apps - -[x] truism -[x] big clock -[ ] shrimp repl(?) -[ ] dungeon party - -## cli - -[x] `toes --help` -[x] `toes --version` -[x] `toes list` -[x] `toes start ` -[x] `toes stop ` -[x] `toes restart ` -[x] `toes open ` -[x] `toes logs ` -[x] `toes logs -f ` -[x] `toes info ` -[x] `toes new` -[x] `toes pull` -[x] `toes push` -[x] `toes sync` -[x] `toes new --spa` -[x] `toes new --ssr` -[x] `toes new --bare` -[ ] needs to either check toes.local or take something like TOES_URL - -## webui - -[x] list projects -[x] start/stop/restart project -[x] create project -[x] todo.txt -[x] tools -[x] code browser -[x] versioned pushes -[x] version browser -[ ] ...