docs: add comprehensive TUI dashboard guide#203
Merged
Merged
Conversation
Add documentation for the interactive TUI dashboard feature including: - Keyboard shortcuts reference table - Mouse support documentation - Feature explanations (search, profile switching, copy, edit) - Tips for common workflows Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive documentation for fnox's interactive TUI dashboard feature, enabling users to browse and manage secrets through a terminal interface.
Changes:
- Added detailed TUI documentation covering features, keyboard shortcuts, and common workflows
- Integrated TUI docs into the sidebar navigation under Features section
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| docs/guide/tui.md | New comprehensive guide documenting TUI dashboard features, keyboard shortcuts, mouse support, and usage tips |
| docs/.vitepress/config.mjs | Added TUI Dashboard link to Features section in sidebar navigation |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Merged
jdx
pushed a commit
that referenced
this pull request
Jan 25, 2026
### 🚀 Features - **(1password)** add token field supporting secret references by [@jdx](https://github.com/jdx) in [#200](#200) - **(vault)** add namespace option by [@pierrop](https://github.com/pierrop) in [#220](#220) - add JSON schema for fnox.toml by [@jdx](https://github.com/jdx) in [#196](#196) - add --all flag to provider test command by [@jdx](https://github.com/jdx) in [#202](#202) - add documentation URLs to error diagnostics by [@jdx](https://github.com/jdx) in [#212](#212) - preserve source error chains for JSON/YAML errors by [@jdx](https://github.com/jdx) in [#214](#214) - use structured error variants instead of generic Config/Provider by [@jdx](https://github.com/jdx) in [#213](#213) - add "Did you mean?" suggestions for typos by [@jdx](https://github.com/jdx) in [#204](#204) - add --dry-run flag to data-modifying commands by [@jdx](https://github.com/jdx) in [#201](#201) - Support fnox.toml (and variants) dotfiles. by [@dharrigan](https://github.com/dharrigan) in [#141](#141) - add source code spans for better error reporting by [@jdx](https://github.com/jdx) in [#205](#205) - use #[related] for validation errors to show all issues at once by [@jdx](https://github.com/jdx) in [#211](#211) - add source code span tracking for default_provider errors by [@jdx](https://github.com/jdx) in [#209](#209) - add source code span tracking for SecretConfig.value by [@jdx](https://github.com/jdx) in [#210](#210) - improve miette error handling with structured provider errors and URLs by [@jdx](https://github.com/jdx) in [#216](#216) ### 🐛 Bug Fixes - update claude CLI model and add bypassPermissions by [@jdx](https://github.com/jdx) in [#194](#194) - update claude CLI model and add bypassPermissions by [@jdx](https://github.com/jdx) in [#195](#195) - preserve TOML comments in `fnox set` by [@jdx](https://github.com/jdx) in [#223](#223) ### 🚜 Refactor - convert miette::miette!() to FnoxError in encrypt.rs and list.rs by [@jdx](https://github.com/jdx) in [#208](#208) - use structured errors in remove and export commands by [@jdx](https://github.com/jdx) in [#206](#206) - use structured errors in import command by [@jdx](https://github.com/jdx) in [#207](#207) ### 📚 Documentation - add comprehensive TUI dashboard guide by [@jdx](https://github.com/jdx) in [#203](#203) - add mise integration guide by [@jdx](https://github.com/jdx) in [#215](#215) ### ⚡ Performance - reduce KMS API calls in CI tests by [@jdx](https://github.com/jdx) in [#217](#217) ### 🛡️ Security - add Black Ops One font branding to docs by [@jdx](https://github.com/jdx) in [#198](#198) ### 📦️ Dependency Updates - lock file maintenance by [@renovate[bot]](https://github.com/renovate[bot]) in [#197](#197) - update jdx/mise-action digest to 6d1e696 by [@renovate[bot]](https://github.com/renovate[bot]) in [#218](#218) - update rust crate proc-macro2 to v1.0.106 by [@renovate[bot]](https://github.com/renovate[bot]) in [#219](#219) ### New Contributors - @pierrop made their first contribution in [#220](#220) - @dharrigan made their first contribution in [#141](#141)
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.
Summary
Test plan
mise run docs:dev🤖 Generated with Claude Code
Note
Introduces documentation for the interactive terminal UI and surfaces it in navigation.
docs/guide/tui.mddetailing features (secret list, search, profile switching, details, copy, edit), keyboard shortcuts reference, mouse support, and tipsdocs/.vitepress/config.mjsto include "TUI Dashboard" under the Features sidebarWritten by Cursor Bugbot for commit 5f818bd. This will update automatically on new commits. Configure here.