2 releases

Uses old Rust 2015

0.1.1 Apr 26, 2018
0.1.0 Apr 26, 2018

#1029 in Command-line interface

Download history 29/week @ 2025-10-13 51/week @ 2025-10-20 91/week @ 2025-10-27 49/week @ 2025-11-03 42/week @ 2025-11-10 66/week @ 2025-11-17 61/week @ 2025-11-24 99/week @ 2025-12-01 57/week @ 2025-12-08 63/week @ 2025-12-15 46/week @ 2025-12-22 69/week @ 2025-12-29 116/week @ 2026-01-05 72/week @ 2026-01-12 31/week @ 2026-01-19 30/week @ 2026-01-26

264 downloads per month
Used in 6 crates (5 directly)

MIT license

4KB

prettycli

prettycli is a collection of handy functions to print messages to terminal with emojis and colors 😍


prettycli

Print pretty terminal messages


Description:

A simple Rust crate with no dependencies to print colorful messages with emojis on the terminal.

Usage:

extern crate prettycli;

use prettycli::*;

fn main() {
    error("Hello, world!");
    info("Hello, world!");
    warn("Hello, world!");
    wait("Hello, world!");
    critical("Hello, world!");
    command("Hello, world!");
    link("Hello, world!");
    misc("Hello, world!");
}

will output

Issue/Feedback:

log them in the github issues or hit me on twitter.

Inspiration:

Like it?:

Please ⭐ this repo

No runtime deps