Skip to content

Rapidmidiex/rmxtui

Repository files navigation

RMX TUI Client

A terminal user interface client for the Realtime MIDI eXchange server.

Run Locally

Clone the project

$  git clone https://github.com/Rapidmidiex/rmxtui

Go to the project directory

$  cd rmxtui

Install dependencies

$  go mod tidy

Run the TUI

$  go run ./cmd --server http://localhost:9003

Flags

Flag Description Default
--server RMX server URL https://api.rapidmidiex.com
--debug Debug Mode. Logs write to debug.log false

Example

$  go run ./cmd --debug --server http://localhost:9003

View logs in another terminal:

$  tail -f debug.log

debug 2023/01/21 06:06:34 LISTEN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages