Crates.io | spongebob |
lib.rs | spongebob |
version | 2.0.0 |
source | src |
created_at | 2024-02-15 12:17:09.589251 |
updated_at | 2024-10-19 21:54:31.570354 |
description | A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe. |
homepage | https://github.com/asasine/spongebob |
repository | https://github.com/asasine/spongebob |
max_upload_size | |
id | 1141018 |
size | 40,417 |
A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe.
The command randomizes the words by default:
spongebob hello world
# heLlO WoRld
You can also alternate with --alternate
:
spongebob --alternate hello world
# hElLo WoRlD
You can copy to the clipboard with existing utilities:
spongebob foo | clip
spongebob foo | pbcopy
spongebob foo | wl-copy
spongebob foo | xclip
spongebob foo | clip.exe
cargo install spongebob
Library functions are available to use in your own projects. See the documentation for more information.