Polish and usability: logo transparency, session picker, edit/last/exclude#4
Merged
Conversation
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.
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
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked on #3 — GitHub will retarget this to main once #3 merges (with branch delete).
Polish
Usability
moxsession 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 viarun-shell "mox last".-x/--excludeonmox new—mox new @webfarm -x web3broadcasts 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.