https://github.com/beastwick18/catsay
Like cowsay, but a cat
https://github.com/beastwick18/catsay
Last synced: 21 days ago
JSON representation
Like cowsay, but a cat
- Host: GitHub
- URL: https://github.com/beastwick18/catsay
- Owner: Beastwick18
- License: mit
- Created: 2021-10-15T02:44:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-26T03:45:04.000Z (over 4 years ago)
- Last Synced: 2025-09-02T06:36:56.915Z (11 months ago)
- Language: C++
- Homepage:
- Size: 433 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CatSay
It's cowsay, but a cat! ^w^
## Demo
### Default (no arguments)

### Hello! (arguments)

### Go fetch! (no arguments)

### Speak! (arguments)

## Installation
- To install catsay and catfetch, use `sudo make install`
- To uninstall, use `sudo make uninstall`
- To compile from source, just use `make`