Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I want to see the list of preview of figure #292

Closed
quenneylam opened this issue Oct 31, 2019 · 3 comments
Closed

I want to see the list of preview of figure #292

quenneylam opened this issue Oct 31, 2019 · 3 comments

Comments

@quenneylam
Copy link

There are so many ponies and i want to see all to choose my fav one. But it take time to try all by command . Thanks

@maandree
Copy link
Collaborator

maandree commented Nov 5, 2019

You can use ponysay-tool --browse /usr/share/ponysay/ponies/ and ponysay-tool --browse /usr/share/ponysay/extraponies/. Unfortunately it has to be update to because the list of ponies nowadays is too long that you cannot see the entire list.

You can also use for p in /usr/share/ponysay/ponies/*.pony; do printf '\n\n\n\n\n%s\n' "$p" | rev | cut -d '/' -f 1 | rev | cut -d . -f 1; ponysay -of "$p"; done or (and this one is bit harder to cancel) for p in /usr/share/ponysay/ponies/*.pony; do printf '%s\n' "$p" | rev | cut -d '/' -f 1 | rev | cut -d . -f 1 | ponysay -f "$p"; done.

@matthias4217
Copy link

There is also this : #286

@quenneylam
Copy link
Author

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants