2 releases

Uses old Rust 2015

0.1.1 Apr 26, 2018
0.1.0 Apr 26, 2018

#12 in #handy

Download history 6/week @ 2023-11-27 14/week @ 2023-12-04 127/week @ 2023-12-11 23/week @ 2023-12-18 13/week @ 2024-01-08 9/week @ 2024-01-15 37/week @ 2024-01-22 62/week @ 2024-01-29 67/week @ 2024-02-05 220/week @ 2024-02-12 44/week @ 2024-02-19 187/week @ 2024-02-26 48/week @ 2024-03-04 29/week @ 2024-03-11

315 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