ponysay icon indicating copy to clipboard operation
ponysay copied to clipboard

Pony rewrite of cowsay.

Results 72 ponysay issues
Sort by recently updated
recently updated
newest added

Really, the build system is still a mess. I can't even update ponysay in the official repos in its current state. - Remove configure/Makefile. - Make a standard setup.py. See...

For ponysay 3.2+

--machine--info and ++machine-info should be alternatives to --info that are optimised for machine readability by removing the boldness (and any other escape sequence in the formation). Additonally, only ++machine-info should...

Enhancement
For ponysay 3.2+

I do not know how effective Knuth's word wrapping algorithm is, but if it is not too much slower than our naïve algorithm, it should be used instead. When implemention...

Enhancement
For ponysay 3.2+

GROUP: semiroyal (applies to the Sparkle family) GENDER: male, female FAMILY male and female can be simply be added automatically for ponies, so I you want to add it do...

Enhancement
For ponysay 3.1

`dev/dist tag $PONYSAY_VERION` Is the command used to publish a new version, when it is invoked it will run a few tests to make sure that everything is correct. (You...

Test case

Enhancement that came up in issue #46 `-f "Pinkie Pie" -e "Cannon"` is the same thing as `-f pinkiepie_cannon` [the current name is `pinkiecannon`] That is how it is described...

Enhancement
For ponysay 3.1

using stash-apply convination to reduce time in building pony-variants (pinkie -> pinkiecannon, pinkieumbrelahat...) copy the height and width too including if the resultant image is more big than the original...

Non-fatal
TODO

![dfte9o2-6f373de5-4b26-4d5a-b79a-7e6ad5a99e0c](https://github.com/erkin/ponysay/assets/81911021/1e5460fc-401a-4162-9fe6-8aad074b75fd)

Running on macOS 14, installed using brew and with python3.12: ``` bash❯ ponysay -v /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' /usr/local/bin/ponysay/balloon.py:43: SyntaxWarning: invalid escape sequence '\-' ponysay 3.0.3 ``` Program...

I have fixed three things: **Default ANSI code** Ponysay was using the "21" ANSI code to reset boldness; however, this functionality does not seem to be widely supported (see [this...