Conversation
Adds install.sh and uninstall.sh at the repo root so users can install via `curl ... | bash`. Scripts detect OS/arch, verify the archive's SHA-256 against SHA256SUMS, never invoke sudo, and honor TERMDOWN_VERSION / TERMDOWN_INSTALL_DIR overrides. Release workflow uploads both as release assets. READMEs (EN + CN) document the new flow with the manual curl+tar commands preserved under <details>. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Strip the explanatory prose around the install and uninstall one-liners in both READMEs; keep only the command and a terse note about overridable env vars. Full details remain in the script itself and in the collapsed manual-install fallback. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
install.sh always pulls the latest release — the TERMDOWN_VERSION override was speculative (YAGNI). Source-install section in both READMEs shrinks to a single `cargo install --git <url>` line; the clone + cargo-install + manual cp variants were redundant with the install-script flow and the cargo invocation violated the project's "build via Makefile" rule anyway. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Inserts a two-column HTML table with the two demo screenshots (docs/screenshots/) right after the tagline in both READMEs, forcing a reliable side-by-side layout on GitHub (<p align=center> gets its align attribute stripped). Width 380 per image keeps 2x380=760px under a narrow README content column. Also syncs a handful of English phrasings to match the Chinese source: # Flags -> # View help, shorter [font.heading] comments, and a terser note on standalone-emoji font fallback. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.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.
No description provided.