Skip to content

Add a CLI for named views #289

Description

@jongio

Named views can be stored in config and selected in the TUI, but there is no command-line way to inspect or switch the active view. Add dispatch views commands so shell users can see available views and set the active one before launching the TUI.

Acceptance criteria:

  • dispatch views lists configured views and marks the active one.
  • dispatch views --json prints views and active view in a stable JSON object.
  • dispatch views use <name> activates an existing view, and dispatch views use default clears the active view.
  • Invalid names return a clear error and do not save config.
  • Usage text documents the command.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestideaFeature idea from the idea pipeline

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions