{"id":13752381,"url":"https://github.com/erkin/ponysay","last_synced_at":"2025-05-15T08:10:11.179Z","repository":{"id":2572349,"uuid":"3552501","full_name":"erkin/ponysay","owner":"erkin","description":"Pony rewrite of cowsay.","archived":false,"fork":false,"pushed_at":"2024-08-14T21:25:51.000Z","size":21282,"stargazers_count":1240,"open_issues_count":73,"forks_count":84,"subscribers_count":39,"default_branch":"master","last_synced_at":"2025-05-11T14:05:49.698Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Pony","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/erkin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":"CONTRIBUTING","funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-02-26T14:38:43.000Z","updated_at":"2025-05-10T18:00:32.000Z","dependencies_parsed_at":"2024-01-07T12:51:52.841Z","dependency_job_id":"a3495bb9-6b85-4e0d-9d20-b48af138896c","html_url":"https://github.com/erkin/ponysay","commit_stats":{"total_commits":2225,"total_committers":47,"mean_commits":"47.340425531914896","dds":"0.41348314606741576","last_synced_commit":"8a2c71416e70e4e7b0931917ebfd6479f51ddf9a"},"previous_names":[],"tags_count":40,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkin%2Fponysay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkin%2Fponysay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkin%2Fponysay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/erkin%2Fponysay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/erkin","download_url":"https://codeload.github.com/erkin/ponysay/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301433,"owners_count":22047904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T09:01:04.901Z","updated_at":"2025-05-15T08:10:11.124Z","avatar_url":"https://github.com/erkin.png","language":"Pony","funding_links":[],"categories":["Just for Fun","Terminal","Pony","\u003ca name=\"funny\"\u003e\u003c/a\u003eFunny tools"],"sub_categories":["Image Conversion","Fancies"],"readme":"`ponysay` — cowsay reimplemention for ponies.\n\n![Derp](http://i.imgur.com/xOJbE.png)\n\nToday your terminal, tomorrow the world!\n\n\nDependencies\n------------\n\n### Runtime dependencies\n\n`coreutils`: `stty` in coreutils used to determine size of the terminal.\n\n`python\u003e=3`: `ponysay` is written in Python 3.\n\n`texinfo`: for generating documentation during the installation.\n\n### Package building dependencies\n\n`gzip`: Used for compressing manuals (suppressable with `./configure --without-info-compression --without-man-compression`).\n\n`texinfo`: Used for building the info manual (suppressable with `./configure --without-info`).\n\n`python\u003e=3`: The installation process is written in Python 3.\n\nRun `./dependency-test.sh` if things are not working for you.\n\n\n\nInstallation on GNU/Linux (or other Unix implementations)\n---------------------------------------------------------\n\n[Download](https://github.com/erkin/ponysay/releases) or clone the project.\nIn the terminal, `cd` into the ponysay directory and `./setup.py --freedom=partial install` or `python3 setup.py --freedom=partial install`.\nSuperuser permissions might be required in order to run `./setup.py --freedom=partial install` without `--private`, on most systems this\ncan be achieved by running `sudo ./setup.py --freedom=partial install`.\nIf installing only the completely free ponies is desired, `--freedom=strict` should be used instead of `--freedom=partial`.\nFor additional information, an extensive [manual in PDF](https://github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true) is provided.\n\nIn order to use ponysay, run:\n\n    ponysay \"I am just the cutest pony!\"\n\nOr if you have a specific pony in your mind:\n\n    ponysay -f pinkie \"Partay!~\"\n\nConsult `info ponysay`, `man 6 ponysay` or `ponysay -h` for additional information.\nSpanish and Turkish manuals are also available: `man -L es 6 ponysay` and `man -L tr 6 ponysay` respectively.\n\n#### Arch Linux\nThe package is in the official repositories as `community/ponysay`. A Git version is also present, named `ponysay-git` in AUR thanks to an upstream.\n\n#### Chakra\nA git version of the package is available as `ponysay-git` in CCR, alongside a stable package called `ponysay` thanks to an upstream.\n\n#### x86_64 (64bit) Linux\nThe package can be installed via [Homebrew on Linux (Linuxbrew)](https://docs.brew.sh/Homebrew-on-Linux).\nLinuxbrew formula is [available](https://formulae.brew.sh/formula-linux/ponysay).\n\n#### Docker\nRunning ponysay on [Docker](https://hub.docker.com/r/mpepping/ponysay/) thanks to 'mpepping' is a easy as:\n\n```\ndocker run -ti --rm mpepping/ponysay --help\ndocker run -ti --rm mpepping/ponysay -q\ndocker run -ti --rm mpepping/ponysay \"foo\"\n```\n\n#### Gentoo Linux\nThe package is in the official Gentoo repository as [games-misc/ponysay](https://packages.gentoo.org/packages/games-misc/ponysay).\n\n#### Mac OS X (OSX) (macOS)\nA `ponysay` [Homebrew](https://formulae.brew.sh/formula/ponysay) formula is available.\n\n#### Microsoft™ Windows®\n[¯\\\\\\_(ツ)\\_/¯](http://fc05.deviantart.net/fs71/i/2011/266/d/e/shrugpony_firefly_by_imaplode-d4aqtvx.png)\n\nYou could either run ponysay on:\n\n* Cygwin\n* [Windows Subsystem for Linux](https://msdn.microsoft.com/en-us/commandline/wsl/about) (more compatible)\n\n  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.\n\n#### OpenSuSe 13.2 or OpenSuSe Factory\nThe 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).\n\n#### Ubuntu\nThere 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).\n\n### Print a pony fortune upon terminal startup\n\nThis requires the `fortune` utility to be installed. It can install be from the distribution's repositories (might be named `fortune-mod`).\nAlternatively, one can just fetch the source code from [here](http://ftp.ibiblio.org/pub/linux/games/amusements/fortune/).\n\nYou can try [this](http://www.reddit.com/r/mylittlelinux/comments/srixi/using_ponysay_with_a_ponified_fortune_warning/) script or\n[ponypipe](https://github.com/maandree/ponypipe) to ponify fortunes.\n\nEdit your `~/.bashrc` and add this to the end of the file\n\n    fortune | ponysay\n\nAfterwards, every time you open a terminal a pony should give you a fortune.\n\n### Pony quotes\n\nRunning `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`.\nJust as with `-f`, `-q` can be used multiple times to specify a set of ponies from which a single one will be selected randomly.\n\nWhen running `ponysay -l` or `ponysay -L` the ponies with quotes will be printed in bold or bright (depending on the used terminal).\n\n### Ponies in TTY (Unix VT)\n\nIf you have a custom colour palette edit your `~/.bashrc` and add\n\n```\nif [ \"$TERM\" = \"linux\" ]; then\n    function ponysay\n    {\n        exec ponysay \"$@\"\n        #RESET PALETTE HERE\n    }\nfi\n```\n\nRead the PDF or info manual for more information.\n\nFAQ\n---\n\n__Q:__ The output looks like a mess in _(TTY/PuTTY/other)_!\n\n__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).\n\n__Q:__ The output looks like a mess in _(xfce4-terminal/mate-terminal/xterm/[...])_ with _(this)_ font!\n\n__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.'\n\n__Q:__ You are missing _(my-favourite-pony)_!\n\n__A:__ [Ask](//github.com/erkin/ponysay/issues) and we'll add!\n\n__Q:__ Which programs do you use to generate the pony files?\n\n__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),\nOther are taken from desktop ponies, and the others are created specifically for ponysay.\n\n__Q:__ This project look like abandoned...\n\n__A:__ Well, most dev and contributors has moved to more time consuming tasks so our time has been reduced, but we accept most\nPR for bugfixs and ponies (correctly built) and we're still looking for bug fixes and ponies, so stay tuned for the next\nrelease or pushes on the repository.\n\nThe [PDF manual](//github.com/erkin/ponysay/blob/master/ponysay.pdf?raw=true) should answer most of your questions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkin%2Fponysay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferkin%2Fponysay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferkin%2Fponysay/lists"}