Crates.io | spongebob |
lib.rs | spongebob |
version | |
source | src |
created_at | 2024-02-15 12:17:09.589251+00 |
updated_at | 2025-01-16 20:55:05.970389+00 |
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 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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.