Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 966 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 966 Bytes

spongemock

Checks and Tests

A tiny (VeRy SeNsIbLe) Rust library and CLI app for creating Mocking SpongeBob text from normal input.

Usage

CLI

Simply provide the input to be MoCkEd as arguments to the app. Each input argument will be output on its own line.

$ spongemock "this is a" "worthwhile use of my time"
ThIs Is A
WoRtHwHiLe UsE oF mY tImE

If no arguments are given, input will be read from stdin.

$ fortune | spongemock | cowsay
 ________________________________________
/ YoU wIlL iNhErIt SoMe MoNeY oR a SmAlL \
\ pIeCe Of LaNd.                         /
 ----------------------------------------
        \   ^__^
         \  (oo)\_______
            (__)\       )\/\
                ||----w |
                ||     ||

Library

See the doc comments in lib.rs.