Show HN: Quetty – Cross-Platform Azure Service Bus Terminal Manager in Rust

github.com

1 points by dawidpereira a day ago

I built Quetty - a fast, terminal-based Azure Service Bus manager in Rust.

Frustrated with switching to Azure Portal for simple queue operations, I wanted something that lives in my terminal. It supports peek/send/receive/delete operations, handles dead letter queues, and runs everywhere including ARM devices.

Tech: Rust + tokio + ratatui

GitHub: https://github.com/dawidpereira/quetty Demo: https://github.com/user-attachments/assets/f52fb894-47a5-428...

I would kindly appreciate all feedback.