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
2017-07-02 05:25:09 +02:00
Dependencies
------------
### Runtime dependencies
`coreutils` : `stty` in coreutils used to determine size of the terminal.
`python>=3` : `ponysay` is written in Python 3.
2020-10-29 08:37:29 +01:00
`texinfo` : for generating documentation during the installation.
2017-07-02 05:25:09 +02:00
### Package building dependencies
`gzip` : Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression` ).
`texinfo` : Used for building the info manual (suppressable with `./configure --without-info` ).
`python>=3` : The installation process is written in Python 3.
Run `./dependency-test.sh` if things are not working for you.
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.
2016-02-02 13:41:08 +01: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
2017-07-02 03:36:46 +02:00
The package is in the official repositories as `community/ponysay` . A Git version is also present, named `ponysay-git` in AUR thanks to an upstream.
2012-07-21 15:20:47 +02:00
2012-09-17 19:15:04 +02:00
#### Chakra
2017-07-02 03:36:46 +02:00
A git version of the package is available as `ponysay-git` in CCR, alongside a stable package called `ponysay` thanks to an upstream.
2012-09-12 08:30:42 +02:00
2021-04-27 19:07:35 +02:00
#### x86_64 (64bit) Linux
The package can be installed via [Homebrew on Linux (Linuxbrew) ](https://docs.brew.sh/Homebrew-on-Linux ).
Linuxbrew formula is [available ](https://formulae.brew.sh/formula-linux/ponysay ).
2014-04-28 11:37:56 +02:00
2017-07-01 19:22:07 +02:00
#### Docker
2017-07-02 03:36:46 +02:00
Running ponysay on [Docker ](https://hub.docker.com/r/mpepping/ponysay/ ) thanks to 'mpepping' is a easy as:
2012-07-17 01:46:02 +02:00
2017-07-01 19:22:07 +02:00
```
docker run -ti --rm mpepping/ponysay --help
docker run -ti --rm mpepping/ponysay -q
docker run -ti --rm mpepping/ponysay "foo"
```
#### Gentoo Linux
The package is in the official Gentoo repository as [games-misc/ponysay ](https://packages.gentoo.org/packages/games-misc/ponysay ).
2015-04-14 07:12:09 +02:00
2017-06-18 08:25:46 +02:00
#### Mac OS X (OSX) (macOS)
2021-04-27 19:07:35 +02:00
A `ponysay` [Homebrew ](https://formulae.brew.sh/formula/ponysay ) formula is available.
2013-09-13 23:20:59 +02:00
2017-05-28 10:51:02 +02:00
#### Microsoft™ Windows®
[¯\\\_(ツ)\_/¯ ](http://fc05.deviantart.net/fs71/i/2011/266/d/e/shrugpony_firefly_by_imaplode-d4aqtvx.png )
You could either run ponysay on:
* Cygwin
* [Windows Subsystem for Linux ](https://msdn.microsoft.com/en-us/commandline/wsl/about ) (more compatible)
Make sure you install the latest Windows updates to [enable true colour console support ](https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/ ), then follow the install instructions for Ubuntu in a bash console.
2017-07-01 19:22:07 +02:00
#### OpenSuSe 13.2 or OpenSuSe Factory
The package is available in OpenSuSe 13.2 and Factory since 6th april 2014, if you want the individual rpm look [here ](http://www.rpmfind.net/linux/rpm2html/search.php?query=ponysay ).
#### Ubuntu
2017-07-02 03:36:46 +02:00
There is a PPA available thanks to 'vincent-c', specifically for ponysay, containing packages for all currently supported Ubuntu releases [here ](https://launchpad.net/~vincent-c/+archive/ponysay ).
2017-07-01 19:22:07 +02:00
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-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?
2021-03-24 17:33:23 +01:00
__A:__ The pony files are in fact mostly a bunch of selected [browser ponies ](//panzi.github.io/Browser-Ponies/ ), converted using [util-say ](//github.com/maandree/util-say ),
2013-05-17 16:59:07 +02:00
Other are taken from desktop ponies, and the others are created specifically for ponysay.
2012-08-22 17:34:24 +02:00
2016-08-27 06:42:13 +02:00
__Q:__ This project look like abandoned...
2017-05-28 22:36:47 +02:00
2017-07-01 19:22:07 +02:00
__A:__ Well, most dev and contributors has moved to more time consuming tasks so our time has been reduced, but we accept most
2018-09-26 17:55:33 +02:00
PR for bugfixs and ponies (correctly built) and we're still looking for bug fixes and ponies, so stay tuned for the next
2017-05-28 22:36:47 +02:00
release or pushes on the repository.
2016-08-27 06:42:13 +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.