sprinkles 1.0.0

Randomly colors input text and outputs it to the terminal.
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 774.96 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.27 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 24s Average build duration of successful builds.
  • all releases: 24s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • KhalilOuali/sprinkles
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • KhalilOuali

sprinkles: add a dash of color

Latest Release

🌈 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.