input-painter

Crates.ioinput-painter
lib.rsinput-painter
version0.1.4
sourcesrc
created_at2023-06-18 22:35:19.75446
updated_at2023-06-19 00:37:33.094348
descriptionA simple cli tool for coloring the output of other programs
homepagehttps://github.com/Zynh0722/input-painter
repositoryhttps://github.com/Zynh0722/input-painter
max_upload_size
id893661
size13,762
Zynh Ludwig (Zynh0722)

documentation

README

input-painter

license Version info

a simple way to color the output of other programs

Installation

cargo install input-painter

Usage

The intended use of this program is for other programs to pipe into them.

cat README.md | input-painter rgb 1 152 157

You can also select any of termcolor's colors which are listed by

input-painter --help

TODO:

  • More thorough documentation
  • Support hex values
  • Support changing background as well as style
  • this will cause breaking changes, I will likely move everything to options rather than subcommands, as the current API is restrictive
Commit count: 9

cargo fmt