spongebob

Crates.iospongebob
lib.rsspongebob
version2.0.0
sourcesrc
created_at2024-02-15 12:17:09.589251
updated_at2024-10-19 21:54:31.570354
descriptionA utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe.
homepagehttps://github.com/asasine/spongebob
repositoryhttps://github.com/asasine/spongebob
max_upload_size
id1141018
size40,417
Adam Sasine (asasine)

documentation

README

Spongebob

A utility to convert text to spongebob case a.k.a tHe MoCkInG sPoNgEbOb MeMe.

Crates.io Version Crates.io Documentation CI Crates.io Downloads

Examples

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:

  • Windows: spongebob foo | clip
  • macOS: spongebob foo | pbcopy
  • Linux (Wayland): spongebob foo | wl-copy
  • Linux (X11): spongebob foo | xclip
  • WSL: spongebob foo | clip.exe

Installation

cargo install spongebob

Library

Library functions are available to use in your own projects. See the documentation for more information.

Commit count: 23

cargo fmt