A rewrite of supersimple's Spongebob CLI in Rust
The other version is written in Go, which is fast, but not ⚡ fast.
cargo build --release
cp ./target/release/spongebob /somewhere/in/your/path
$ spongebob --help
spongebob 1.0
Dave Lucia <davelucianyc@gmail.com>
SPongEbOB IS BuiLT WiTH lOve foR aLl YOuR SarCAsTIc NEEds
USAGE:
spongebob [OPTIONS] [input]...
ARGS:
<input>... SAy WhAT nEEDs tO BE saId
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-s, --style <style> quiet, loud or normal
If you're running on Arch Linux you can install the package by building with the included PKGBUILD
.
# Build the package
makepkg
# Install the resulting package file
sudo pacman -U spongebob-0.1.0-1-x86_64.pkg.tar.zst
snap install --edge spongebob