Has Anyone Created an Interactive, Tab-Completed CLI with Textual? #5041
TheTechromancer
started this conversation in
General
Replies: 1 comment 1 reply
-
It is very doable. Have a look at the mother.py example, it is an LLM chat interface, but functionally similar to what you at proposing. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There seems to be a lot of potential for something like this -- e.g. an interface with one window for issuing commands, and another for tailing logs, monitoring performance, etc.
I am the creator of BBOT and I'm working on an interactive console front-end. Textual seems like a cool option, but I can't find an example of anyone else doing this.
I'm imagining something metasploit-like; possibly using cmd2:
I've made several small attempts at putting a cmd2 program inside a textual widget, but without success. Has anyone succeeded in creating an interactive, tab-completed CLI using textual?
Related: Textualize/rich#2406
Beta Was this translation helpful? Give feedback.
All reactions