termformat

Build Status [Crates.io](https://crates.io/crates/termformat)

``` $ termformat --help termformat 0.0.1 Andrew Hobden andrew@hoverbear.org A simple command line terminal text formatter. Reads from parameter or stdin.

USAGE: termformat [FLAGS] [OPTIONS] [content]

FLAGS: -b, --bold Make text bold. -h, --help Prints help information -i, --italics Make text italics. -u, --underline Make text underline. -V, --version Prints version information

OPTIONS: --bg Background color. [values: black, blue, brightblue, brightblack, brightcyan, brightgreen, brightmagenta, brightred, brightwhite, brightyellow, cyan, green, magenta, red, white, yellow] --fg Foreground color. [values: black, blue, brightblue, brightblack, brightcyan, brightgreen, brightmagenta, brightred, brightwhite, brightyellow, cyan, green, magenta, red, white, yellow]

ARGS: The content to format. ```

Install

$ cargo install termformat