8 releases (breaking)
0.8.0 | Jun 10, 2024 |
---|---|
0.7.0 | Jun 10, 2024 |
0.6.0 | May 7, 2024 |
0.5.0 | Apr 10, 2024 |
0.1.0 | Feb 7, 2024 |
#2132 in Command line utilities
28 downloads per month
37KB
186 lines
kittysay
cowsay
, but with a cute kitty :3
----
< meow >
----
\
\
/l、
(゚、 。 7
l ~ヽ
じしf_,)ノ
Installation
Cargo
cargo install kittysay
Nix
nix run nixpkgs#kittysay
Usage
kittysay <message>
# or through stdin
echo <message> | kittysay
You can customize the output colors.
# -c <message color> <cat color>
kittysay -c 2 5 <message>
echo <message> | kittysay -c 2 5
--width
You can use the --width
flag to change the width of the speech bubble. Defaults to 45
, maxes out at a little less than the width of your terminal if you try to pass a very large number.
$ kittysay "meow mrrrow mrrrp nyaaa nya nyaaa meow meowwww nyaaa meowwww"
--------------------------------------
/ meow mrrrow mrrrp nyaaa nya nyaaa meow \
\ meowwww nyaaa meowwww /
--------------------------------------
\
\
/l、
(゚、 。 7
l ~ヽ
じしf_,)ノ
$ kittysay "meow mrrrow mrrrp nyaaa nya nyaaa meow meowwww nyaaa meowwww" --width 1000
------------------------------------------------------------
< meow mrrrow mrrrp nyaaa nya nyaaa meow meowwww nyaaa meowwww >
------------------------------------------------------------
\
\
/l、
(゚、 。 7
l ~ヽ
じしf_,)ノ
$ kittysay "meow mrrrow mrrrp nyaaa nya nyaaa meow meowwww nyaaa meowwww" --width 1
-------
/ meow \
| mrrrow |
| mrrrp |
| nyaaa |
| nya |
| nyaaa |
| meow |
| meowwww |
| nyaaa |
\ meowwww /
-------
\
\
/l、
(゚、 。 7
l ~ヽ
じしf_,)ノ
--think
You can use the --think
flag to enable "think" mode, where the speech bubbles are replaced with thought bubbles (similar to the cowthink
program).
$ kittysay --think ":3"
⏜⏜
( :3 )
⏝⏝
○
○
/l、
(゚、 。 7
l ~ヽ
じしf_,)ノ
License
Dependencies
~7–16MB
~185K SLoC