You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know, I know, tables aren't prompts, but hear me out.
I've been looking for a CLI UI crate (not something like TUI) for a while now, and this one looks great. dialoguer isn't as customizable as I'd like. One piece that I still need is table views (without borders honestly), and a lot of the CLI table crates out there kind of just suck.
Now why do I need table views? I'd like to create interactive prompts based on table data, like when upgrading dependencies. Here's an example of Yarn:
Trying to force an existing table implementation to support this isn't a lot of fun. It would be great if this crate provided an easy mechanism for rendering tables, with or without prompts inside of them. I believe it would help unlock a lot of cool stuff.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I know, I know, tables aren't prompts, but hear me out.
I've been looking for a CLI UI crate (not something like TUI) for a while now, and this one looks great. dialoguer isn't as customizable as I'd like. One piece that I still need is table views (without borders honestly), and a lot of the CLI table crates out there kind of just suck.
Now why do I need table views? I'd like to create interactive prompts based on table data, like when upgrading dependencies. Here's an example of Yarn:
Trying to force an existing table implementation to support this isn't a lot of fun. It would be great if this crate provided an easy mechanism for rendering tables, with or without prompts inside of them. I believe it would help unlock a lot of cool stuff.
Beta Was this translation helpful? Give feedback.
All reactions