From 9d0ec25753e74cf56fbc0a7b831fc506a2bb3147 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 19 Jul 2012 04:06:56 +0200 Subject: updating readme with ponyquotes --- README | 17 ++++++++++++++++- README.md | 10 ++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/README b/README index 24b11b3..efd6721 100644 --- a/README +++ b/README @@ -35,7 +35,9 @@ Required runtime dependencies Optional runtime dependencies ============================= - (none) + ponyquotes4ponysay : for support of My Little Pony quotes with associated pony + -- Available for Arch:ers in AUR (https://aur.archlinux.org/packages.php?ID=60988) + -- and on github at https://github.com/maandree/ponyquotes4ponysay Package building dependencies @@ -110,6 +112,19 @@ Pony fortune on terminal startup https://aur.archlinux.org/packages.php?ID=60229 +Pony quotes +=========== + +Installing ponyquotes4ponysay will enable My Little Pony quotes with associated pony. +It is available at: https://github.com/maandree/ponyquotes4ponysay + https://aur.archlinux.org/packages.php?ID=60988 + +Run `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM. +Add one or more argument after `-q` to sepcify a set of ponies from which one will be selected randomly. + +When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal + + Ponies in TTY (Linux VT) ======================== diff --git a/README.md b/README.md index 6cf3e0a..bc9bf7a 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,16 @@ Edit your `~/.bashrc` and add this to the end of the file Now every time you open a terminal a pony should give your fortune +### Pony quotes + +Installing [ponyquotes4ponysay](https://github.com/maandree/ponyquotes4ponysay) will enable My Little Pony quotes with associated pony. + +Run `ponysay -q` will give you a random pony saying one it its quote from MLP:FiM. Add one or more argument after `-q` to sepcify a +set of ponies from which one will be selected randomly. + +When running `ponysay -l` or `ponysay -L` the ponies which have quotes will be printed bold or bright (depending on terminal). + + ### Ponies in TTY (Linux VT) If you have a custom colour palette edit your `~/.bashrc` and add -- cgit