Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/KhalilOuali/sprinkles

Command-line utility to randomly color text in the terminal.
https://github.com/KhalilOuali/sprinkles

cli colors fun

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

# sprinkles: add a dash of color

[![Latest Release](https://img.shields.io/github/v/tag/KhalilOuali/sprinkles?logo=github)](https://github.com/KhalilOuali/sprinkles/releases/tag/1.0.0) [![Crates.io](https://img.shields.io/crates/v/sprinkles?logo=rust)](https://crates.io/crates/sprinkles)

# 🌈 Overview

Randomly colors input text and outputs it to the terminal.

# 💻 Examples

![Screenshot](Examples.png)

# ⌨ 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](https://github.com/BurntSushi/termcolor): Cross platform terminal colors for Rust.
* [clap](https://github.com/clap-rs/clap): Command Line Argument Parser for Rust.
* Inspired by [cmatrix](https://github.com/abishekvashok/cmatrix) and other CLI toys.