Re-land polish and usability (PR #4 merged into a deleted branch, not main)#11
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.
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.
PR #4 was based on
feat/pending-workand got merged into that branch rather than main — the base was never retargeted, and the branch was subsequently deleted, so none of its content actually reached main. This re-lands the identical 8 commits, rebased onto current main and re-verified (build, full test suite, lint 0 issues).Content is exactly PR #4's: transparent logo, README badges + install docs, bare-
moxsession picker,mox edit,mox last,mox new -x/--exclude, and the CI fix so stacked PRs get checks (which would have caught this scenario).