6 releases (breaking)

0.6.0 May 7, 2024
0.5.0 Apr 10, 2024
0.4.0 Feb 8, 2024
0.3.0 Feb 7, 2024
0.1.0 Feb 7, 2024

#391 in Command line utilities

Download history 15/week @ 2024-02-05 5/week @ 2024-02-19 15/week @ 2024-02-26 26/week @ 2024-03-11 1/week @ 2024-04-01 141/week @ 2024-04-08 2/week @ 2024-04-15 169/week @ 2024-05-06

176 downloads per month

MIT license

36KB
154 lines

kittysay

cowsay, but with a cute kitty :3


  ----
< meow >
  ----
  \
    \
      /l、
    (゚、 。 
      l  ~ヽ
      じしf_,)ノ

Installation

Cargo

cargo install kittysay

Nix

Available through Nixpkgs.

nix run nixpkgs#kittysay

Usage

kittysay <message>
# or through stdin
echo <message> | kittysay

--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

GPL-3.0

Dependencies

~6–13MB
~136K SLoC