ponysay/README.md

59 lines
1.9 KiB
Markdown
Raw Normal View History

2012-05-03 00:07:27 +02:00
`ponysay` - A cowsay wrapper with ponies.
2012-03-24 13:14:57 +01:00
The pony files are [desktop/browser ponies](http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html) converted using [img2xterm](https://github.com/rossy2401/img2xterm).
![Derp](http://i.imgur.com/xOJbE.png)
2012-05-03 00:00:09 +02:00
Today your terminal, tomorrow the world!
2012-04-17 11:43:24 +02:00
Installation on Linux (or other Unix)
-------------------------------------
2012-04-17 11:43:24 +02:00
2012-05-03 00:00:09 +02:00
If you do not already have `cowsay` you will need to install it
2012-05-03 00:00:09 +02:00
apt-get install cowsay # assuming dpkg
2012-05-03 00:00:09 +02:00
[Download](https://github.com/erkin/ponysay/downloads) the latest project. In the terminal, `cd` into the ponysay directory and run
2012-04-17 11:43:24 +02:00
sudo make
2012-05-03 00:00:09 +02:00
This will install ponysay into the $PREFIX (`/usr` by default). In order to use ponysay, run
2012-04-17 11:43:24 +02:00
ponysay "I am just the cutest pony"
2012-05-03 00:00:09 +02:00
Or if you have a specific pony in your mind:
ponysay -f pinkie "Partay!~"
2012-04-17 11:43:24 +02:00
### Pony fortune on terminal startup
2012-05-03 00:00:09 +02:00
This requires that you have the `fortune` utility installed
2012-04-17 11:43:24 +02:00
apt-get install fortune
2012-05-03 00:00:09 +02:00
You can try [this](http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/) script to ponify fortunes.
2012-04-17 11:43:24 +02:00
Edit your `~/.bashrc` and add this to the end of the file
fortune | ponysay
2012-04-17 11:43:24 +02:00
Now every time you open a terminal a pony should give your fortune
2012-04-27 11:49:33 +02:00
Installation on Microsoft™ Windows®
-----------------------------------
2012-05-03 00:07:27 +02:00
[¯\\\_(ツ)\_/¯](http://i.imgur.com/2nP5N.png)
2012-05-03 00:07:27 +02:00
FAQ
---
2012-04-27 11:49:33 +02:00
__Q:__ The output looks like a mess in _(TTY/PuTTY/other)_!
__A:__ Unfortunately, there's nothing much we can do about it. See [issue 1](https://github.com/erkin/ponysay/issues/1).
__Q:__ You are missing _(my-favourite-pony)_!
__A:__ Ask and we'll add!
__Q:__ Which programs do you use to generate the pony files?
2012-05-03 00:00:09 +02:00
__A:__ The pony files are actually a bunch of selected [browser ponies](http://web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html) that are generated into cow files via [img2xterm](https://github.com/rossy2401/img2xterm).