docs(readme): fix malformed usage sections for recent features#140
Merged
Conversation
Rewrites usage sections from fzf onward so each feature gets a clean, consistent heading + jsonc + bash block. Previously several sections were collapsed to a single line and the jsonc/bash blocks for delta, mise, jj, difftastic, open-code-review, skillspector and actionlint were intermingled across feature headings. Affected features: fzf, lazygit, ripgrep, fd, rtk, zoxide, hyperfine, glow, fx, hurl, markitdown, ast-grep, mise, jj, difftastic, delta, actionlint, zizmor, open-code-review, skillspector. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Many of the per-feature usage sections in the README had degraded over the recent rounds of feature PRs being merged in parallel:
fzf,lazygit,ripgrep,fd,rtk,zoxide,hyperfine,glow,fx,hurl,markitdown,ast-grep,zizmor.deltasection contained a jsonc block listing fzf/lazygit/ripgrep/fd/rtk/zoxide/hyperfine/glow/fx/hurl/jj/delta together; theopen-code-reviewsection had a combined jsonc + bash for markitdown/ast-grep/zizmor/open-code-review;actionlintended withskillspector --version;miseanddifftasticshared one jsonc block;jj's bash block includeddifft --version.This PR rewrites the trailing portion of the README so that each feature from
fzfonward gets the same clean four-element structure used by the older sections:### \`` headingjsoncdevcontainer config snippetbashversion-check commandAffects 20 features. No other content is touched.
Co-authored-by: Copilot 223556219+Copilot@users.noreply.github.com