/verbose

CLI which makes your input verbose, flooding buffer

Primary LanguageGoMIT LicenseMIT

verbose

CI

CLI which makes your input verbose, flooding buffer

Installation

Get executable binaries from GitHub Releases

Usage

Here is examples to use verbose.

printf "hello" | verbose
# => hhhhhhhhhheeeeeeeeeelllllllllllllllllllloooooooooo

Specify the number how verbose.

printf "hello" | verbose -n 50
# => hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhheeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeelllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllllloooooooooooooooooooooooooooooooooooooooooooooooooo

Encode & decode.

printf "hello" | verbose | verbose -d
# => hello

Encode & decode specifying how much amplified.

printf "hello" | verbose -n 100 | verbose -n 100 -d
# => hello