zmx

created pr with 110.1 on 2026-02-22T16:35:36Z · by 76f86f72
cmds
checkout latest patchset:
ssh pr.pico.sh print 110 | git am -3
checkout any patchset in a patch request:
ssh pr.pico.sh print 110.[rev] | git am -3
add changes to patch request:
git format-patch main --stdout | ssh pr.pico.sh pr add 110

Patchset 110.1 on 2026-02-22T16:35:36Z · commit 059ac0c

docs: Fix typo in CHANGELOG
Noelle Leigh 2026-02-22T16:33:08Z
"stale" → "stall"

Signed-off-by: Noelle Leigh <noelle_leigh@fastmail.com>
Semantic diff summary
0 added, 0 modified, 0 signature changed, 0 removed across 0 analyzed files (1 file skipped: unsupported file type)
+1 -1 CHANGELOG.md #
......@@ -7,7 +7,7 @@ Use spec: https://common-changelog.org/
77 ### Added
88
99 - New environment variable `ZMX_SESSION_PREFIX` which will be inserted before every session name for every command
10-- New command `zmx wait` which will stale until all tasks (`zmx run`) are completed.
10+- New command `zmx wait` which will stall until all tasks (`zmx run`) are completed.
1111
1212 ### Changed
1313
Back to top