xcowsay: add page (#6974)

beep
Mark Fischer, Jr 2021-10-16 23:54:57 -04:00 committed by GitHub
parent f03a13fa5d
commit 0f57987da0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 0 deletions

29
pages/linux/xcowsay.md Normal file
View File

@ -0,0 +1,29 @@
# xcowsay
> Display a cute cow and message on your Linux desktop.
> The cow is displayed for either a fixed amount of time, or an amount of time calculated from the size of the text. Click on the cow to dismiss it immediately.
> More information: <https://www.doof.me.uk/xcowsay/>.
- Display a cow saying "hello, world":
`xcowsay "{{hello, world}}"`
- Display a cow with output from another command:
`ls | xcowsay`
- Display a cow at the specified X and Y coordinates:
`xcowsay --at={{X}},{{Y}}`
- Display a different sized cow:
`xcowsay --cow-size={{small|med|large}}`
- Display a thought bubble instead of a speech bubble:
`xcowsay --think`
- Display a different image instead of the default cow:
`xcowsay --image={{path/to/file}}`