Skip to content

feat(tui): add dataset-mode hint bar and more exit commands#10

Open
jbuchananr wants to merge 2 commits into
Liquid4All:mainfrom
jbuchananr:jbuchanan/hints-and-exit-cmds
Open

feat(tui): add dataset-mode hint bar and more exit commands#10
jbuchananr wants to merge 2 commits into
Liquid4All:mainfrom
jbuchananr:jbuchanan/hints-and-exit-cmds

Conversation

@jbuchananr

Copy link
Copy Markdown

Summary

  • Add a dimmed keyboard-shortcut hint bar shown beneath the ds> prompt in dataset mode, toggleable with ?.
  • Accept exit, quit, /exit, and /q (in addition to /quit) as ways to shut down the TUI so users don't need Ctrl-C.

Test plan

  • Launch lqh, open a dataset, confirm the hint row appears under ds> and toggles with ?.
  • Confirm status bar shows the ? hide/show hints indicator while in dataset mode.
  • At the main prompt, verify each of exit, quit, /exit, /q, /quit cleanly exits.
  • Verify /exit and /q appear in /help and tab-completion.

🤖 Generated with Claude Code

Adds a dimmed shortcut hint shown below the `ds>` prompt in dataset mode,
toggleable with `?`. Also accepts `exit`, `quit`, `/exit`, and `/q` as
shutdown commands so users don't need Ctrl-C.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
The hint-bar row added in this branch became a new HSplit child,
bringing the layout from 5 to 6 children. The test was asserting the
old count. Tighten the assertion to also verify the status bar stays
last — that's the property the test name describes.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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