https://github.com/cobyism/octocatsay
You know cowsay, right? Well...
https://github.com/cobyism/octocatsay
Last synced: 4 months ago
JSON representation
You know cowsay, right? Well...
- Host: GitHub
- URL: https://github.com/cobyism/octocatsay
- Owner: cobyism
- License: mit
- Created: 2012-05-20T08:38:49.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T23:16:37.000Z (over 3 years ago)
- Last Synced: 2025-05-07T01:01:46.726Z (about 1 year ago)
- Language: Shell
- Homepage: https://api.github.com/octocat?s=BOOM!
- Size: 185 KB
- Stars: 43
- Watchers: 2
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Octocatsay
==========
You know [cowsay](http://en.wikipedia.org/wiki/Cowsay), right? Well...
```sh
$ curl https://raw.github.com/cobyism/octocatsay/master/install.sh | $(which bash)
$ source ~/.bashrc
$ octocatsay 'BOOYAH!'
$
MMM. .MMM
MMMMMMMMMMMMMMMMMMM
MMMMMMMMMMMMMMMMMMM _________
MMMMMMMMMMMMMMMMMMMMM | |
MMMMMMMMMMMMMMMMMMMMMMM | BOOYAH! |
MMMMMMMMMMMMMMMMMMMMMMMM |_ _____|
MMMM::- -:::::::- -::MMMM |/
MM~:~ 00~:::::~ 00~:~MM
.. MMMMM::.00:::+:::.00::MMMMM ..
.MM::::: ._. :::::MM.
MMMM;:::::;MMMM
-MM MMMMMMM
^ M+ MMMMMMMMM
MMMMMMM MM MM MM
MM MM MM MM
MM MM MM MM
.~~MM~MM~MM~MM~~.
~~~~MM:~MM~~~MM~:MM~~~~
~~~~~~==~==~~~==~==~~~~~~
~~~~~~==~==~==~==~~~~~~
:~==~==~==~==~~
```
## Cloud Edition™ :cloud:
Good news! Octocatsay is now baked into the [GitHub API](https://developer.github.com), so you don’t even need to install it. Simply point your browser (or `curl`) to to have our beloved mascot deliver an inspiring [GitHub Zen](https://api.github.com/zen) meditation, or append a custom message using the `?s=YOURMESSAGEHERE` query parameter [like this](https://api.github.com/octocat?s=BOOM!).
## On Premise (a.k.a. regular installation)
Run the following from a shell (presuming you use bash):
$ curl https://raw.github.com/cobyism/octocatsay/master/install.sh | $(which bash)
$ source ~/.bashrc
## TODO
- Create an `octocathink` version like `cowthink`.
- Do a better job on the ASCII, especially the negative space around the eyes.
## License
[MIT](./LICENSE), so you can basically do what you like with this, however remember that the :octocat: is a trademark
owned by [GitHub](https://github.com/). See the [Octocat usage
F.A.Q.](http://octodex.github.com/faq.html) on the [Octodex](http://octodex.github.com) for usage guidelines.