Remix.run Logo
dkdcio 5 hours ago

the title of this post is odd? it’s a showcase of TUI applications built with this Rust crate — which I am hearing about for the first time, and am interested in. I was expecting a blog post on why Rust is experiencing a TUI revolution or something

wrs 5 hours ago | parent | next [-]

I think they're saying this crate is why Rust is experiencing a TUI revolution.

Charm would probably say the same for Go.

qudat 4 hours ago | parent [-]

Charm was my introduction into the world of ssh apps which prompted me to create https://pico.sh

SSH apps serve a similar UX to web apps which I just think is a great idea for many use cases. Needing to install a cli tool just to upload some files is tedious when you can just use rsync, sftp, piping, or even sshfs

kstrauser 2 hours ago | parent [-]

What’s an SSH app vs a terminal app?

moooo99 2 hours ago | parent [-]

A terminal app is running during an interactive shell session. A ssh app basically allows you to SSH into the app, without ever ending up in the shell.

A fun example of this is https://www.terminal.shop/

hnlmorg an hour ago | parent [-]

Any terminal app can be an “ssh app”. There isn’t really a distinction.

tomhow 3 hours ago | parent | prev | next [-]

We've updated the title.

Submitters, please remember this from the guidelines:

... please use the original title, unless it is misleading or linkbait; don't editorialize.

airstrike 5 hours ago | parent | prev | next [-]

ratatui has been around for quite a bit. it's what I'll reach out for if I need semi-complex TUIs in Rust fwiw

dkdcio 5 hours ago | parent | prev [-]

I am also now curious about alternatives/what differentiates this crate