Skip to content

essentialkaos/imc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

GitHub Actions CI Status GitHub Actions CodeQL Status GoReportCard Codebeat badge

ScreenshotsInstallationUsageBuild StatusContributingLicense


imc (Icecast Mission Control) is a simple terminal dashboard for Icecast.

Screenshots

imc preview

Installation

From source

To build the imc from scratch, make sure you have a working Go 1.21+ workspace (instructions), then:

go install github.com/essentialkaos/imc

Prebuilt binaries

You can download prebuilt binaries for Linux and macOS from EK Apps Repository:

bash <(curl -fsSL https://apps.kaos.st/get) imc

Usage

Usage: imc {options}

Options

  --host, -H host            URL of Icecast instance
  --user, -U username        Admin username
  --password, -P password    Admin password
  --interval, -i seconds     Update interval in seconds (1-600)
  --no-color, -nc            Disable colors in output
  --help, -h                 Show this help message
  --version, -v              Show version

Examples

  imc -H http://192.168.0.1:9922 -U superuser -P MySuppaPass
  Connect to Icecast on 192.168.0.1:9922 with custom user and password

Build Status

Branch Status
master CI
develop CI

Contributing

Before contributing to this project please read our Contributing Guidelines.

License

Apache License, Version 2.0