mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-16 17:44:23 +01:00
info: m + ponysay-tool --dimensions
This commit is contained in:
parent
454a083974
commit
1c26679cd1
1 changed files with 20 additions and 0 deletions
|
@ -1063,6 +1063,7 @@ its purpose is to provide tools to ponysay relevant actions that is not printing
|
|||
* Fill KMS cache:: Pre-generate kmsponies to your cache.
|
||||
* Metadata pasting:: Copy, remove, stash and apply stashed pony metadata.
|
||||
* Editing metadata:: Editing the metadata in a pony file.
|
||||
* Dimension files:: Generate pony dimension files.
|
||||
@end menu
|
||||
|
||||
|
||||
|
@ -1223,6 +1224,22 @@ Exit the editor, do not forget to save if you have made changes.
|
|||
@end table
|
||||
|
||||
|
||||
@node Dimension files
|
||||
@section Dimension files
|
||||
@cindex dimension files
|
||||
@cindex pony dimension files
|
||||
@opindex @option{--dimensions}
|
||||
|
||||
Pony dimension files are used by @command{ponysay} to determine the size of all
|
||||
ponies and use that information to determine which ponies fit the terminal
|
||||
and may be randomly selected.
|
||||
|
||||
Running @command{ponysay-tool --dimensions PONY-DIR} will generate three files
|
||||
@file{widths}, @file{heights} and @file{onlyheights} to the directory @file{PONY-DIR},
|
||||
the contain optimised information about the widths, heigths and heights with printed
|
||||
without the balloon, respectively, for each pony the the directory.
|
||||
|
||||
|
||||
|
||||
@node Limitations
|
||||
@chapter Limitations
|
||||
|
@ -2288,6 +2305,9 @@ followed by the ASCII:ised name that the UCS name should replace or link towards
|
|||
The two names are separated by and simple left to right arrow character [U+2192],
|
||||
optionally with surrounding white space.
|
||||
|
||||
It is important that the UCS names are stored in a file and not in file names,
|
||||
because it can cause problems on some platforms.
|
||||
|
||||
|
||||
|
||||
@node Contributing
|
||||
|
|
Loading…
Reference in a new issue