runtimeverification / runtimeverification/kontrol

Ability to reload the TUI without closing it

Open
#72 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement tui
Dominant language
Python
Stars
122
Forks
16
PR merge metrics
No merged PRs in 30d

Description

It should be possible to reload the TUI without quitting it and reopening: just hit Shift+R or similar to add new nodes, update status, etc. It could be as simple as just initiating the exact smae sequence as hitting Q followed by running the command for starting it again, as long as it's a single step from the user's perspective.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the TUI entry point and the existing Q handling, then trace the command used to start the TUI again. Determine how a single reload action should add new nodes and update status without closing the interface; done means those updates occur from one user action.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.