Cliux - Styled terminal output made simple (original) (raw)

December 4, 2025, 11:25am 1

cliux is a lightweight go package for styling terminal output — no TUI required. It’s a toolkit for making CLI output look clean, expressive, and readable using structured components.

Features

Example

package main

import (
    "github.com/Pjdur/go_cliux"
)

func main() {
    cliux.Boxed("Google made Go", "Cliux", 40)
    cliux.Section("Cliux", "Go is made by Google", 30)
    cliux.Divider("-", 25)
}

Output:

{2C26B54E-C2BB-422D-B93B-4991EB85A783}

Links

Github Repo
pkg.go.dev

Any feedback, ideas, or contributions are welcome!