runtimeverification / runtimeverification/kontrol
Ability to reload the TUI without closing it
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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