Skip to content

matdexir/catsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

catsay 🐱

catsay is a rewrite of cowsay written rust. This small project has been heavily inspired by Practical Rust Projects.

Installation ⏬

clone the repo then run:

cargo build --release

Usage ▶️

catsay 0.1.0

USAGE:
    catsay [FLAGS] [OPTIONS] [message]

FLAGS:
    -d, --dead       Makes the cat appear dead
    -h, --help       Prints help information
    -i, --stdin      Read the message from STDIN instead of the argument
    -V, --version    Prints version information

OPTIONS:
    -f, --file <catfile>    Load the cat picture from the specified file

ARGS:
    <message>    What does the cat say? [default: Meow!]

About

A fork of cowsay implemented in Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages