#toy #fun #cli

app garfsay

A cowsay clone/variant with an obese feline

2 releases

0.1.1 Dec 23, 2020
0.1.0 Dec 23, 2020

#21 in #toy

MIT license

9KB
140 lines

Garfsay

This is a toy project to learn Rust. It is a clone of cowsay but uses a fat cat instead of a cow. Happy Lasagna!

Installation

At present the primary method of installation is to use cargo. Make sure you have cargo and rust installed and run the following command:

cargo install garfsay

Eventually I will make binaries available at schwartz.world, but that day is not today.

Usage

Garfsay can be called two ways.

Command line arguments

$ garfsay Somebody once told me the world was gonna roll me

Piping from stdout

echo I aint the sharpest tool in the shed | garfsay

Contributions

This is very much a learning project, so please feel free to contribute in any way possible. Code contributions are welcome, as are bug reports, feature requests and help packaging the app for whatever package manager you think it should be in.

No runtime deps