Skip to content

[codex] v0.1.8 render command and help#8

Merged
cowboycodr merged 1 commit into
mainfrom
codex/v0.1.8-render-help
May 20, 2026
Merged

[codex] v0.1.8 render command and help#8
cowboycodr merged 1 commit into
mainfrom
codex/v0.1.8-render-help

Conversation

@cowboycodr
Copy link
Copy Markdown
Contributor

@cowboycodr cowboycodr commented May 20, 2026

Summary

  • Add glass --render / --dump-render for full-page ANSI debug snapshots ending with the status bar.
  • Automatically render the same ANSI snapshot when glass <path> writes to redirected or piped stdout.
  • Add a thorough --help / -h launch mode that documents usage, render options, output behavior, keybindings, commands, mouse behavior, and examples.
  • Match the render debug ANSI color conversion to Crossterm palette indices so status-bar colors line up with the live app.

Validation

  • cargo fmt --all -- --check
  • cargo test --locked
  • cargo build --release --locked
  • cargo run --quiet -- --help | sed -n '1,80p'
  • cargo run --quiet -- benchmark.md > /tmp/glass-auto-render.ansi && tail -n 1 /tmp/glass-auto-render.ansi
  • cargo run --quiet -- benchmark.md | head -n 1

@cowboycodr cowboycodr force-pushed the codex/v0.1.8-render-help branch from b463655 to 6c507c2 Compare May 20, 2026 23:02
@cowboycodr cowboycodr marked this pull request as ready for review May 20, 2026 23:04
@cowboycodr cowboycodr merged commit 669b050 into main May 20, 2026
1 check passed
@cowboycodr cowboycodr deleted the codex/v0.1.8-render-help branch May 20, 2026 23:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant