Find a file
Pablo Lezaeta 7b03276b54 Refrase a little texinfo
Signed-off-by: Pablo Lezaeta <prflr88@gmail.com>
2013-07-01 02:35:06 -04:00
balloons add $X$ for $\$ crossing $/$ 2013-05-22 23:21:34 -04:00
completion everything needed for -F except for the logic itself 2013-04-01 20:35:12 +02:00
dev Too short... now, any ide how make the too tall pony from the song?; Added walter simlink to facilite detect and use the pony and fallow official name 2013-06-16 02:09:08 -04:00
extraponies Added aurora 2013-07-01 01:31:23 -04:00
extrattyponies Added aurora 2013-07-01 01:31:23 -04:00
manuals Refrase a little texinfo 2013-07-01 02:35:06 -04:00
ponies Added to metadata canonical names of Pinkie parents, but for now arennot much knows this is why I not add any simlinks 2013-06-27 14:43:36 -04:00
ponyquotes proper French writing style 2013-06-18 19:26:05 +02:00
share Added Barbara another gender Swapping/Bender 2013-06-25 02:20:53 -04:00
src add $X$ for $\$ crossing $/$ 2013-05-22 23:21:34 -04:00
ttyponies Added to metadata canonical names of Pinkie parents, but for now arennot much knows this is why I not add any simlinks 2013-06-27 14:43:36 -04:00
.gitignore update gitignore 2013-04-12 03:24:33 +02:00
CHANGELOG Added aurora 2013-07-01 01:32:18 -04:00
CONTRIBUTING Correct some mistakes, reword certain phrases 2013-05-17 17:59:07 +03:00
COPYING Correct some mistakes, reword certain phrases 2013-05-17 17:59:07 +03:00
CREDITS Update contributors 2013-06-03 20:43:58 +03:00
dependency-test.sh I read about rumour that Fedora want test remove those simlinks to bin,sbin un /; I add env to prevent problems 2013-06-16 19:18:02 -04:00
extrapony-wishlist Added aurora 2013-07-01 01:31:23 -04:00
LICENCE Correct some mistakes, reword certain phrases 2013-05-17 17:59:07 +03:00
ponysay.pdf Refrase a little texinfo 2013-07-01 02:35:06 -04:00
README.md * Add Turkish manpage. 2013-05-28 15:12:43 +03:00
setup.py remove variable that I added and then removed 2013-06-01 08:30:44 +02:00

ponysay — cowsay reimplemention for ponies.

Derp

Today your terminal, tomorrow the world!

Installation on GNU/Linux (or other Unix implementations)

Download or clone the project. In the terminal, cd into the ponysay directory and ./setup.py --freedom=partial install or python3 setup.py --freedom=partial install. Superuser permissions might be required in order to run ./setup.py --freedom=partial install without --private, on most systems this can be achieved by running sudo ./setup.py --freedom=partial install. 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 is provided.

In order to use ponysay, run:

ponysay "I am just the cutest pony!"

Or if you have a specific pony in your mind:

ponysay -f pinkie "Partay!~"

Consult info ponysay, man 6 ponysay or ponysay -h for additional information. Spanish and Turkish manuals are also available: man -L es 6 ponysay and 'man -L tr 6 ponysay` respectively.

Arch Linux

The package is in the official repositories as community/ponysay. A Git version is also present, named ponysay-git in AUR.

Chakra

A git version of the package is available as ponysay-git in CCR, alongside a stable package called ponysay.

Gentoo Linux

There is a package for Gentoo, to make installation and updating simple. You can find it in this overlay. The package is named games-misc/ponysay.

Debian GNU/Linux and Ubuntu

The DEB file can be found on this PPA here.

Print a pony fortune upon terminal startup

This requires the fortune utility to be installed. It can install be from the distribution's repositories (might be named fortune-mod). Alternatively, one can just fetch the source code from here.

You can try this script or ponypipe to ponify fortunes.

Edit your ~/.bashrc and add this to the end of the file

fortune | ponysay

Afterwards, every time you open a terminal a pony should give you a fortune.

Pony quotes

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.

When running ponysay -l or ponysay -L the ponies with quotes will be printed in bold or bright (depending on the used terminal).

Ponies in TTY (Unix VT)

If you have a custom colour palette edit your ~/.bashrc and add

if [ "$TERM" = "linux" ]; then
    function ponysay
    {
        exec ponysay "$@"
        #RESET PALETTE HERE
    }
fi

Read the PDF or info manual for more information.

Installation on Microsoft™ Windows®

¯\_(ツ)_/¯

Dependencies

Runtime dependencies

coreutils: stty in coreutils used to determine size of the terminal.

python>=3: ponysay is written in Python 3.

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.

FAQ

Q: The output looks like a mess in (TTY/PuTTY/other)!

A: Unfortunately we cannot make it perfect, see issue 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.

Q: The output looks like a mess in (xfce4-terminal/mate-terminal/xterm/[...]) with (this) font!

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.'

Q: You are missing (my-favourite-pony)!

A: Ask and we'll add!

Q: Which programs do you use to generate the pony files?

A: The pony files are in fact mostly a bunch of selected browser ponies, converted using util-say, Other are taken from desktop ponies, and the others are created specifically for ponysay.

The PDF manual should answer most of your questions.