An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


RabbiTui


A terminal client for the RabbitMQ Management API


Demo on MacOs

## 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.