https://github.com/maxmindlin/rabbitui
Terminal-UI for the RabbitMQ management API
https://github.com/maxmindlin/rabbitui
rabbitmq rust terminal ui
Last synced: 11 months ago
JSON representation
Terminal-UI for the RabbitMQ management API
- Host: GitHub
- URL: https://github.com/maxmindlin/rabbitui
- Owner: maxmindlin
- License: mit
- Created: 2021-04-06T17:45:46.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T20:02:55.000Z (about 5 years ago)
- Last Synced: 2025-06-04T05:49:52.946Z (12 months ago)
- Topics: rabbitmq, rust, terminal, ui
- Language: Rust
- Homepage:
- Size: 409 KB
- Stars: 18
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
RabbiTui
A terminal client for the RabbitMQ Management API
## Installation
### Homebrew
```
brew tap maxmindlin/rabbitui
brew install rabbitui
```
### Building from source
`cargo build --release && ./target/release/rabbitui` builds in release mode and runs the resulting binary.
### Usage
There are a number of cli options for starting up the UI. For help use `rabbitui --help`.
By default, it connects to `http://localhost:15672` with the default credentials. You can change this via cli parameters.
At any time in the application you can press `?` to see a help menu for the panel you are in.