Skip to content

πŸˆβ€β¬› | CLI app like cowsay but cats

Notifications You must be signed in to change notification settings

thesayfulla/catsay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

catsay

asciicast

Clone the GitHub repository to your local machine:

git clone https://github.com/thesayfulla/catsay.git

Navigate into the project directory:

cd catsay

Install Rust if you haven't already. You can do this via rustup: rustup.rs

Once Rust is installed, you can build and run the project using Cargo, Rust's build system and package manager.

Build and run the project:

cargo run

Optionally, you can provide command-line arguments when running the project:

cargo run -- "Hello, World!"

To see available command-line options and arguments, use:

cargo run -- --help

For contribution guidelines, please see CONTRIBUTING.md file.

Releases

No releases published

Packages

No packages published

Languages