feat: sort sessions by workspace number in list output

Also restart daemon on make watch so new binary is used.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Pierre Martin
2026-03-23 20:42:10 +01:00
parent afa238e29a
commit c921124bcc
2 changed files with 9 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ vet:
go vet ./...
watch: build
-./vmux stop 2>/dev/null
watch --color -n2 ./vmux list
clean: