Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Cowsay: Difference between revisions

From atl.wiki
m (OH JEEZ THAT WAS A HORRIBLE MISTAKE (changed it btw))
m (→‎Trivia: Added xcowsay in trivia section)
 
(One intermediate revision by one other user not shown)
Line 41: Line 41:
| <code>-e</code> || Custom eye mode || [Given parameter] || Default (none unless specified)
| <code>-e</code> || Custom eye mode || [Given parameter] || Default (none unless specified)
|-
|-
| <code>-T</code> || Custom tongue mode || Default || [given parameter]
| <code>-T</code> || Custom tongue mode || Default (none unless specified) || [given parameter]
|}
|}


=== Trivia ===
=== Trivia ===


* Cowsay was debian's package of the day back in 2007 [https://debaday.debian.net/2007/10/28/cowsay-a-configurable-talking-and-thinking-cow/ <nowiki>[static archive link here]</nowiki>]
* Cowsay was debian's package of the day back in 2007 [https://debaday.debian.net/2007/10/28/cowsay-a-configurable-talking-and-thinking-cow/ <sup><nowiki>[1]</nowiki></sup>]
* [[Larry the Cow]] (<code>emerge --moo</code>) and Cowsay share the same ASCII art, [[Debian]]'s Larry ASCII arts don't.
* There is a graphical version of this program called [https://www.doof.me.uk/xcowsay/ xcowsay].

Latest revision as of 14:04, 20 November 2024

Cowsay
a terminal with the user as "minimum" and the hostname as "tidepod" doing the command `cowsay "i love ATL"` which outputs an ASCII art of a cow with a speech bubble that says: "i love ATL!"

Example Cowsay output
Release Status Maintained
Last Release 3.04, 2016-06-25
Language(s) Perl
Developer(s) cowsay-org
Website github.com/cowsay-org/cowsay

Cowsay is a simple program that generates ASCII art of a cow with a speech bubble with the given parameter in it. It can also generate other characters / animals using files that end in .cow or the built-in premade art using the -f (cowsay -f [name]) flag. (For example: tux) Other commands like fortune, can be piped into Cowsay, and Cowsay can be piped into commands like lolcat. You can use the -l flag (cowsay -l) to list the available cow files (character / animal names)

Cowsay can be used in many things, for example: Ricing showcases (screenshots, or videos), IRC channels, code comments and etc.

Cowthink is cowsay's "thinking" alternative, which turns the speech bubble into a thinking bubble.

Available Parameters

Options Cow mode Cow Eyes Cow Tongue
-b Borg mode == None
-d Dead mode XX None
-g Greedy mode $$ None
-p Paranoid mode @@ None
-s "Stoned" mode ** U-shaped
-t Tired mode -- None
-w Wired mode OO None
-y Youthful mode .. None
-e Custom eye mode [Given parameter] Default (none unless specified)
-T Custom tongue mode Default (none unless specified) [given parameter]

Trivia

  • Cowsay was debian's package of the day back in 2007 [1]
  • Larry the Cow (emerge --moo) and Cowsay share the same ASCII art, Debian's Larry ASCII arts don't.
  • There is a graphical version of this program called xcowsay.