<Trogon> can be used to generate TUI for `dagster`...
# dagster-feedback
d
Trogon can be used to generate TUI for
dagster
and
dagster-cloud
commands as they are built with
Click
and
Typer
.
dagster tui
/
dagster-cloud tui
could become available in 3 lines of code (and a (extra?) dependency) Would this be interesting to you guys?
👀 2
z
love all the textualize projects
2
t
Textualize's work is so cool. hadn't seen trogon before. Thanks for sharing, Daniel!
z
I use frogmouth all the time to view .md files in terminal
d
For Markdown I use
glow
from https://charm.sh/ They are like Textualize but for
go
, which sometimes makes their apps a little faster than Python-based apps
❤️ 1
z
I'll check it out!
d
I also saw a post on
/r/rust
about a new Markdown editor in pure rust with GPU acceleration recently...
j
Ooo, would that have been
Ubiquity
? I've been meaning to give that a look
d
Yeah I think so
j
Rust projects are coming out fast and furious these days. I've been really wanting to mess around with building some sort of TUI with
ratatui