An open API service indexing awesome lists of open source software.

https://github.com/thesayfulla/catsay

🐈‍⬛ | CLI app like cowsay but cats
https://github.com/thesayfulla/catsay

catsay cli command-line command-line-interface command-line-tool cowsay rust

Last synced: 7 months ago
JSON representation

🐈‍⬛ | CLI app like cowsay but cats

Awesome Lists containing this project

README

          

# catsay
[![asciicast](https://asciinema.org/a/cHMiHSssiO0T5sEYnsauayz9y.svg)](https://asciinema.org/a/cHMiHSssiO0T5sEYnsauayz9y)
### Clone the GitHub repository to your local machine:

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

### Navigate into the project directory:
```bash
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:
```bash
cargo run
```

### Optionally, you can provide command-line arguments when running the project:
```bash
cargo run -- "Hello, World!"
```

### To see available command-line options and arguments, use:
```bash
cargo run -- --help
```

#### For contribution guidelines, please see [CONTRIBUTING.md](https://github.com/thesayfulla/catsay/blob/main/CONTRIBUTING.md) file.