cliux
Styled terminal output made simple.
cliux is a lightweight Rust crate for formatting terminal output with clean, readable components — no TUI required. It helps CLI tools present information with structure and style using boxes, sections, dividers, lists, tags, and smart padding.
✨ Features
Boxed— bordered containers with titles and contentSection— titled blocks with horizontal dividersDivider— customizable horizontal linesList— bullet-pointed lists with customizable stylesTag— colored tags with customizable stylesPadding— Unicode-aware padding (emoji-safe)
Examples
Boxed
use Boxed;
Boxed

Label
use Label;
Section
use Section;
Divider
use Divider;
📚 Usage
Add to your Cargo.toml:
= "0.3.0"
Screenshots
Boxed

Label

Section

Divider

List

Tag

🚧 Status
This is an early release. Components and layout may evolve. Contributions and feedback welcome!