Skip to content

Command-line utility to randomly color text in the terminal.

License

Notifications You must be signed in to change notification settings

KhalilOuali/sprinkles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sprinkles: add a dash of color

Latest Release Crates.io

🌈 Overview

Randomly colors input text and outputs it to the terminal.

💻 Examples

Screenshot

⌨ Usage

Usage: sprinkles [OPTIONS]

Options:
  -w, --warm      something warm
  -c, --cold      something refreshing
  -s, --shiny     a bit brighter
  -b, --bold      BIG sprinkles
  -i, --italic    slightly off
  -n, --no-white  only the good stuff
  -h, --help      Print help
  -V, --version   Print version

🙏 Special Thanks

  • termcolor: Cross platform terminal colors for Rust.
  • clap: Command Line Argument Parser for Rust.
  • Inspired by cmatrix and other CLI toys.