asasine / spongebob

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

Home Page:https://crates.io/crates/spongebob

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spongebob

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

Cross-platform clipboard support for Windows, macOS, and Linux included.

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

Examples

The command randomizes the words by default and copies them to the clipboard:

spongebob hello world
# heLlO WoRld

You can also alternate with --alternate:

spongebob --alternate hello world
# hElLo WoRlD

You can disable the clipboard with --no-copy:

spongebob --no-copy hello world

Installation

cargo install spongebob

Library

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

About

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

https://crates.io/crates/spongebob

License:MIT License


Languages

Language:Rust 100.0%