Nice! I had a similar idea some months back (https://github.com/federicotdn/brief). Both our projects use external files to document the flags for CLI commands - I'm using YAML instead of TOML.
federicotdn | 7 months ago
Either I'm stupid or there are some serious UX flow problems, halfway through the video I'm still totally lost what it is doing.
xingwu | 7 months ago
Does this work for all CLIs? There is Gooey [1], a similar Python project that works, but only for Python CLIs.
rochak | 7 months ago
I don’t know about this tool, but I can recommend the comic.
layer8 | 7 months ago
Define TUI
TUI
noun
1. Initialism of Tangible User Interface
Although here it apparently means "Terminal User Interface".
RossBencina | 7 months ago
So, the point is to make CLIs discoverable and aid with writing commands? Cool!
Here's what's missing. A persistent view of what the user is actually typing. The menus are all nice, but if this is fancy autocomplete I always want to also see the partial command that I've been typing so far. At least, there's no such view in the demo video.
PS. The demo video is very confusing.