docs: correct the README key table for 0.19.0 - #46
Merged
Conversation
Three claims didn't match the shipped binary: - `space` / `enter` toggled done — only space does. `enter` has no case in updateList, and per the key conventions space toggles while enter activates. - The detail view's `esc`/`q` were both described as "back". `q` quits (saving first), as the footer grid itself says. - The global view section didn't say which keys stay live there, now that A and F work in it: j/k, d, v, /, e, b, o, F, ?, A/esc, q, with every editing key inert and dimmed in both footers. Also fixes two `--help` flag descriptions: --filter listed a stale field set (no tags/defer/link) and --board read "open this board's board", a leftover from the projects→boards rename.
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.
Audited the README against the 0.19.0 binary. Three claims were wrong:
space/entertoggle done — onlyspacedoes.enterhas no case inupdateList, and the key conventions in CLAUDE.md are explicit: space toggles, enter activates.esc/qback —qquits (saving first), which is what the detail footer grid says. Onlyescgoes back.AandFwork there:j/k,d,v,/,e,b,o,F,?,A/escto leave,qto quit — every editing key inert and dimmed in both footers.Also two
--helpstrings:--filteradvertised a stale field set (no tags/defer/link, thoughtodo.Matchcovers them) and--boardread "open this board's board", a leftover from the projects→boards rename.No hardcoded version numbers in the README, so nothing else needed bumping for the release.