Skip to content

Polish and usability: logo transparency, session picker, edit/last/exclude#4

Merged
bthall merged 8 commits into
feat/pending-workfrom
feat/usability
Jul 6, 2026
Merged

Polish and usability: logo transparency, session picker, edit/last/exclude#4
bthall merged 8 commits into
feat/pending-workfrom
feat/usability

Conversation

@bthall

@bthall bthall commented Jul 6, 2026

Copy link
Copy Markdown
Owner

Stacked on #3 — GitHub will retarget this to main once #3 merges (with branch delete).

Polish

  • Logo: the PNG had the transparency checkerboard flattened into it; background is now true alpha, interior whites are flat, 136KB@627px instead of 1MB@1254px.
  • README: CI/release/report-card/license badges; install section updated for the real release (download commands, PKGBUILD instructions); import docs reflect SSH recovery.

Usability

  • Bare mox session picker — on a TTY, no-args mox lists every running/configured/recent session in one numbered table (running sorted by activity, stopped by last use); a number, name, or unique prefix creates-or-attaches. Pipes/scripts still get help.
  • mox edit — opens the config in $VISUAL/$EDITOR and validates on exit; schema errors surface at save time, with line numbers, without ever blocking the save.
  • mox last — attach to the session you used before this one (cd - for sessions); bindable via run-shell "mox last".
  • -x/--exclude on mox newmox new @webfarm -x web3 broadcasts to the cluster minus the host that's mid-deploy; exclusions accept @Clusters and error on no-match typos.

All features are pure stdlib + existing deps, covered by unit tests, lint-clean.

bthall added 8 commits July 6, 2026 16:11
The PNG had the transparency checkerboard flattened into it. Background
is now actual alpha, interior whites are flat, and the file is 136KB at
627px instead of 1MB at 1254px.
Add CI/release/report-card/license badges; replace the pre-release
install caveats with real release-download and PKGBUILD instructions;
document that import now recovers SSH connections.
Opens the config in $VISUAL/$EDITOR (vi fallback) and validates it when
the editor exits — schema errors with line numbers land in your face at
save time instead of at attach time. Validation failure exits non-zero
but never blocks the save.
'mox new @Webfarm -x web3' broadcasts to the whole cluster minus the
host that's mid-deploy — without editing any config. Values expand like
positionals, so excluding a whole @cluster works too. An exclusion that
matches nothing is an error rather than a silent no-op.
Attaches to the most recently used session that isn't the current one —
the session equivalent of 'cd -'. Uses the recents history, builds
configured sessions on demand, and switches clients when run inside
tmux. Bind it to a key to bounce between two sessions.
Running mox with no arguments used to print help. On a TTY it now lists
every session you could be in — running (by activity), configured, and
recent — numbered; a number, name, or unique prefix creates-or-attaches.
Empty input or Ctrl-D cancels. Non-TTY stdin/stdout keeps the help
output so scripts and pipes behave exactly as before.
PRs based on another feature branch (stacked work) previously got no
checks at all because the pull_request trigger filtered to main.
@bthall bthall merged commit 8647699 into feat/pending-work Jul 6, 2026
5 checks passed
@bthall bthall deleted the feat/usability branch July 6, 2026 21:55
bthall added a commit that referenced this pull request Jul 6, 2026
Re-land polish and usability (PR #4 merged into a deleted branch, not main)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant