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
- Host: GitHub
- URL: https://github.com/thesayfulla/catsay
- Owner: thesayfulla
- Created: 2024-03-15T16:35:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T03:41:29.000Z (about 1 year ago)
- Last Synced: 2025-02-11T09:56:45.358Z (8 months ago)
- Topics: catsay, cli, command-line, command-line-interface, command-line-tool, cowsay, rust
- Language: Rust
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# catsay
[](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.rsOnce 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.