Rust terminal client for Localsend
Find a file
Joe Ardent 6558e18dec use channels to send events from app to backend and back
this removes the notification and upload approval implementation from the backend; still need to
replace the gui pop-up with a ratatui widget, but now that's much easier.
2025-07-27 17:03:29 -07:00
src use channels to send events from app to backend and back 2025-07-27 17:03:29 -07:00
.gitignore can receive files and text 2025-07-03 17:00:11 -07:00
.rustfmt.toml add rustfmt config 2025-07-04 12:22:21 -07:00
3P-LICENSE.txt can receive files and text 2025-07-03 17:00:11 -07:00
Cargo.lock update to ratatui 0.30 2025-07-15 16:27:19 -07:00
Cargo.toml update to ratatui 0.30 2025-07-15 16:27:19 -07:00
LICENSE.md add license 2025-07-05 15:21:04 -07:00