2012-08-20 14:51:14 +02:00
`ponysay` — cowsay reimplemention for ponies.
2012-03-11 23:04:18 +01:00
2012-02-26 20:43:03 +01:00
![Derp ](http://i.imgur.com/xOJbE.png )
2012-05-12 19:57:55 +02:00
2012-05-03 00:00:09 +02:00
Today your terminal, tomorrow the world!
2012-04-17 11:43:24 +02:00
2012-07-25 05:19:26 +02:00
2012-07-17 01:32:30 +02:00
Installation on GNU/Linux (or other Unix implementations)
---------------------------------------------------------
2012-04-17 11:43:24 +02:00
2014-04-20 21:07:11 +02:00
[Download ](https://github.com/erkin/ponysay/releases ) or clone the project.
2012-11-03 03:47:48 +01:00
In the terminal, `cd` into the ponysay directory and `./setup.py --freedom=partial install` or `python3 setup.py --freedom=partial install` .
2013-05-17 16:59:07 +02:00
Superuser permissions might be required in order to run `./setup.py --freedom=partial install` without `--private` , on most systems this
2012-11-03 03:47:48 +01:00
can be achieved by running `sudo ./setup.py --freedom=partial install` .
2013-05-17 16:59:07 +02:00
If installing only the completely free ponies is desired, `--freedom=strict` should be used instead of `--freedom=partial` .
For additional information, an extensive [manual in PDF ](https://github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true ) is provided.
2012-07-17 01:29:25 +02:00
2012-05-12 19:57:55 +02:00
In order to use ponysay, run:
2012-04-17 11:43:24 +02:00
2012-05-12 19:57:55 +02:00
ponysay "I am just the cutest pony!"
2013-05-17 16:59:07 +02:00
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
2013-05-17 16:59:07 +02:00
Consult `info ponysay` , `man 6 ponysay` or `ponysay -h` for additional information.
2013-05-28 14:12:43 +02:00
Spanish and Turkish manuals are also available: `man -L es 6 ponysay` and 'man -L tr 6 ponysay` respectively.
2012-07-17 01:51:52 +02:00
2012-07-21 15:20:47 +02:00
#### Arch Linux
2013-05-17 16:59:07 +02:00
The package is in the official repositories as `community/ponysay` . A Git version is also present, named `ponysay-git` in AUR.
2012-07-21 15:20:47 +02:00
2012-09-17 19:15:04 +02:00
#### Chakra
2013-05-17 16:59:07 +02:00
A git version of the package is available as `ponysay-git` in CCR, alongside a stable package called `ponysay` .
2012-09-12 08:30:42 +02:00
2012-07-21 15:20:47 +02:00
#### Gentoo Linux
2013-05-17 16:59:07 +02:00
There is a package for Gentoo, to make installation and updating simple. You can find it in [this overlay ](https://github.com/etu/aidstu-overlay ). The package is named `games-misc/ponysay` .
2012-07-20 19:07:20 +02:00
2014-04-28 11:37:56 +02:00
#### Debian GNU/Linux
Debian packages can be found [here ](http://www.vcheng.org/ponysay/ ).
#### Ubuntu
There is a PPA available, specifically for ponysay, containing packages for all currently supported Ubuntu releases [here ](https://launchpad.net/~vincent-c/+archive/ponysay ).
2012-07-17 01:46:02 +02:00
2015-04-14 07:12:09 +02:00
#### OpenSuSe 13.2 or OpenSuSe Factory
The package is available in OpenSuSe 13.2 and Factory since 6th april 2014, courtesy of Andreas Stieger.
If you want the individual rpm look [here ](http://www.rpmfind.net/linux/rpm2html/search.php?query=ponysay ).
2014-08-18 22:58:56 +02:00
#### Mac OS X (OSX)
2013-09-13 23:20:59 +02:00
A `ponysay` [Homebrew ](https://github.com/mxcl/homebrew ) formula is available.
2013-05-17 16:59:07 +02:00
### Print a pony fortune upon terminal startup
2012-04-17 11:43:24 +02:00
2013-05-17 16:59:07 +02:00
This requires the `fortune` utility to be installed. It can install be from the distribution's repositories (might be named `fortune-mod` ).
2013-07-18 00:06:21 +02:00
Alternatively, one can just fetch the source code from [here ](http://ftp.ibiblio.org/pub/linux/games/amusements/fortune/ ).
2012-07-03 10:17:12 +02:00
2012-07-17 01:51:52 +02:00
You can try [this ](http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/ ) script or
2014-04-20 21:07:11 +02:00
[ponypipe ](https://github.com/maandree/ponypipe ) to ponify fortunes.
2012-07-03 10:17:12 +02:00
2012-04-17 11:43:24 +02:00
Edit your `~/.bashrc` and add this to the end of the file
2013-07-04 11:27:53 +02:00
fortune | ponysay
2012-04-17 11:43:24 +02:00
2013-05-17 16:59:07 +02:00
Afterwards, every time you open a terminal a pony should give you a fortune.
2012-04-27 11:49:33 +02:00
2012-07-19 04:06:56 +02:00
### Pony quotes
2013-05-17 16:59:07 +02:00
Running `ponysay -q` will print a random pony saying one of its quotes from My Little Pony: Friendship is Magic. The pony can be specified: `ponysay -q pinkie` .
Just as with `-f` , `-q` can be used multiple times to specify a set of ponies from which a single one will be selected randomly.
2012-07-19 04:06:56 +02:00
2013-05-17 16:59:07 +02:00
When running `ponysay -l` or `ponysay -L` the ponies with quotes will be printed in bold or bright (depending on the used terminal).
2012-07-19 04:06:56 +02:00
2013-05-17 16:59:07 +02:00
### Ponies in TTY (Unix VT)
2012-05-07 16:29:43 +02:00
If you have a custom colour palette edit your `~/.bashrc` and add
2013-05-17 16:59:07 +02:00
```
if [ "$TERM" = "linux" ]; then
function ponysay
{
exec ponysay "$@"
#RESET PALETTE HERE
}
fi
```
2012-05-07 16:29:43 +02:00
2012-08-20 14:02:05 +02:00
Read the PDF or info manual for more information.
2012-07-25 05:19:26 +02:00
2012-05-03 00:06:10 +02:00
Installation on Microsoft™ Windows®
-----------------------------------
2013-07-04 11:25:57 +02:00
[¯\\\_(ツ)\_/¯ ](http://fc05.deviantart.net/fs71/i/2011/266/d/e/shrugpony_firefly_by_imaplode-d4aqtvx.png )
2012-05-03 00:06:10 +02:00
2012-07-25 05:19:26 +02:00
2012-07-17 02:08:37 +02:00
Dependencies
------------
2013-05-17 16:59:07 +02:00
### Runtime dependencies
2012-07-17 02:08:37 +02:00
2013-05-17 16:59:07 +02:00
`coreutils` : `stty` in coreutils used to determine size of the terminal.
2012-07-17 02:08:37 +02:00
2013-05-17 16:59:07 +02:00
`python>=3` : `ponysay` is written in Python 3.
2012-07-18 19:39:04 +02:00
2012-07-17 02:08:37 +02:00
### Package building dependencies
2013-05-17 16:59:07 +02:00
`gzip` : Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression` ).
2012-07-17 02:08:37 +02:00
2013-05-17 16:59:07 +02:00
`texinfo` : Used for building the info manual (suppressable with `./configure --without-info` ).
2012-07-17 02:08:37 +02:00
2013-05-17 16:59:07 +02:00
`python>=3` : The installation process is written in Python 3.
2012-08-26 17:50:32 +02:00
2012-08-20 21:49:11 +02:00
Run `./dependency-test.sh` if things are not working for you.
2012-08-20 14:39:04 +02:00
2012-07-25 05:19:26 +02:00
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)_ !
2013-05-17 16:59:07 +02:00
__A:__ Unfortunately we cannot make it perfect, see [issue 1 ](//github.com/erkin/ponysay/issues/1 ). But we have done a lot, read more about how to get the best of the current state of the art has to offer in the [manual ](//github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true ).
2012-04-27 11:49:33 +02:00
2013-05-17 16:59:07 +02:00
__Q:__ The output looks like a mess in _(xfce4-terminal/mate-terminal/xterm/[...])_ with _(this)_ font!
2012-04-27 11:49:33 +02:00
2013-05-17 16:59:07 +02:00
__A:__ We use blocks for printing the ponies, if the blocks are misaligned, or if you do not use a truly monospaced font with aligned blocks try another monospaced font, such as 'Fixed [...]' or 'Liberation Mono.'
2012-04-27 11:49:33 +02:00
2013-05-17 16:59:07 +02:00
__Q:__ You are missing _(my-favourite-pony)_ !
2013-01-06 05:44:08 +01:00
2013-05-17 16:59:07 +02:00
__A:__ [Ask ](//github.com/erkin/ponysay/issues ) and we'll add!
2013-01-06 05:44:08 +01:00
2012-04-27 11:49:33 +02:00
__Q:__ Which programs do you use to generate the pony files?
2013-05-17 16:59:07 +02:00
__A:__ The pony files are in fact mostly a bunch of selected [browser ponies ](//web.student.tuwien.ac.at/~e0427417/browser-ponies/ponies.html ), converted using [util-say ](//github.com/maandree/util-say ),
Other are taken from desktop ponies, and the others are created specifically for ponysay.
2012-08-22 17:34:24 +02:00
2013-05-09 01:35:27 +02:00
The [PDF manual ](//github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true ) should answer most of your questions.