2 releases

Uses old Rust 2015

0.1.1 Apr 26, 2018
0.1.0 Apr 26, 2018

#14 in #handy

Download history 37/week @ 2024-10-29 13/week @ 2024-11-05 1/week @ 2024-11-12 12/week @ 2024-11-19 31/week @ 2024-11-26 21/week @ 2024-12-03 52/week @ 2024-12-10 19/week @ 2024-12-17 5/week @ 2024-12-31 14/week @ 2025-01-07 8/week @ 2025-01-14 14/week @ 2025-01-21 16/week @ 2025-01-28 31/week @ 2025-02-04 35/week @ 2025-02-11

98 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