Skip to content
/ verbose Public

CLI which makes your input verbose, flooding buffer

License

Notifications You must be signed in to change notification settings

nwtgck/verbose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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