mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-25 05:47:59 +01:00
updating readme with ponyquotes
This commit is contained in:
parent
e20ae102e5
commit
9d0ec25753
2 changed files with 26 additions and 1 deletions
17
README
17
README
|
@ -35,7 +35,9 @@ Required runtime dependencies
|
||||||
Optional 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
|
Package building dependencies
|
||||||
|
@ -110,6 +112,19 @@ Pony fortune on terminal startup
|
||||||
https://aur.archlinux.org/packages.php?ID=60229
|
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)
|
Ponies in TTY (Linux VT)
|
||||||
========================
|
========================
|
||||||
|
|
||||||
|
|
10
README.md
10
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
|
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)
|
### Ponies in TTY (Linux VT)
|
||||||
|
|
||||||
If you have a custom colour palette edit your `~/.bashrc` and add
|
If you have a custom colour palette edit your `~/.bashrc` and add
|
||||||
|
|
Loading…
Reference in a new issue