2 releases

Uses old Rust 2015

0.1.1 Apr 26, 2018
0.1.0 Apr 26, 2018

#14 in #handy

Download history 3/week @ 2024-11-13 12/week @ 2024-11-20 31/week @ 2024-11-27 28/week @ 2024-12-04 49/week @ 2024-12-11 13/week @ 2024-12-18 10/week @ 2025-01-01 10/week @ 2025-01-08 7/week @ 2025-01-15 15/week @ 2025-01-22 18/week @ 2025-01-29 31/week @ 2025-02-05 38/week @ 2025-02-12 26/week @ 2025-02-19 69/week @ 2025-02-26

167 downloads per month
Used in 5 crates (4 directly)

MIT license

4KB

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


lib.rs:

prettycli

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

No runtime deps