2 releases

Uses old Rust 2015

0.1.1 Apr 26, 2018
0.1.0 Apr 26, 2018

#15 in #handy

Download history 58/week @ 2024-07-22 98/week @ 2024-07-29 70/week @ 2024-08-05 48/week @ 2024-08-12 4/week @ 2024-08-19 34/week @ 2024-08-26 4/week @ 2024-09-02 9/week @ 2024-09-09 33/week @ 2024-09-16 31/week @ 2024-09-23 12/week @ 2024-09-30 40/week @ 2024-10-07 60/week @ 2024-10-14 10/week @ 2024-10-21 38/week @ 2024-10-28 15/week @ 2024-11-04

124 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