Remix.run Logo
wrs 5 hours ago

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.