-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: gui-cs/cli
base: develop
head repository: gui-cs/cli
compare: main
- 7 commits
- 9 files changed
- 2 contributors
Commits on May 24, 2026
-
Merge pull request #4 from gui-cs/tig/readme-and-hero-gif
Expand README and add hero GIF recording guide
Configuration menu - View commit details
-
Copy full SHA for 3935614 - Browse repository at this point
Copy the full SHA 3935614View commit details -
Plan: help command and --help flag should render markdown
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78455f3 - Browse repository at this point
Copy the full SHA 78455f3View commit details -
Fix help command and --help flag to render markdown
- Convert MetadataHelpProvider.GetRootHelp to generate markdown with ## headings, bullet lists, and backtick formatting - Fix CliHost.WriteRootFlag to render via MarkdownRenderer.RenderToAnsi instead of plain stdout.WriteLine - Fix HelpCommand.RunAsync to display markdown in a fullscreen Terminal.Gui Markdown viewer using RunnableWrapper - Add tests for --help ANSI output, help --cat, and MetadataHelpProvider markdown generation Fixes #5 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 642d31e - Browse repository at this point
Copy the full SHA 642d31eView commit details -
Fix help TUI: set Markdown.Text in Initialized handler, add integrati…
…on tests The help command's TUI viewer rendered empty content because Markdown.Text was set before the view was initialized/laid out. Following the pattern from gui-cs/clet's MarkdownClet, set the text inside the Initialized event handler on the containing Runnable. Also switches from RunnableWrapper to a plain Runnable with an embedded Markdown view — the help viewer is read-only and needs no result extraction. Adds integration tests using Application.Create()/Init(ansi) with StopAfterFirstIteration to verify: - The TUI renders without hanging - Driver contents contain expected command text - Subcommand help renders correctly - RenderCatAsync produces ANSI output Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 98efef3 - Browse repository at this point
Copy the full SHA 98efef3View commit details -
Merge pull request #6 from gui-cs/tig/fix-help-markdown-rendering
Help command and --help flag should render markdown
Configuration menu - View commit details
-
Copy full SHA for b4af0ca - Browse repository at this point
Copy the full SHA b4af0caView commit details
Commits on May 25, 2026
-
Add hero GIF recording and polish README
- Re-record docs/images/hero.gif using tuirec v0.4.0 with the example app - Rewrite README for clarity: add badges, a Why section, feature table, real JSON output example, contributing pointer, and cleaner structure Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 00293b2 - Browse repository at this point
Copy the full SHA 00293b2View commit details -
Merge pull request #8 from gui-cs/tig/hero-gif-and-readme
Add hero GIF and polish README
Configuration menu - View commit details
-
Copy full SHA for 694dc1c - Browse repository at this point
Copy the full SHA 694dc1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff develop...main