Commit Graph

80 Commits (master)

Author SHA1 Message Date
Thomas A. Christensen II a80970cdc9
Add Prettier formatting to README
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 9c5d94b31b
Add support for cow "modes"
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
2 years ago
Thomas A. Christensen II 28f98c346e
Make TextWrap.jl respect newlines coming from user 2 years ago
Thomas A. Christensen II 3d2f86d275
Add `nowrap` keyword argument to disable text wrapping 2 years ago
Thomas A. Christensen II bc04423125
Refactor to using `kwargs` for passing long lists of keyword arguments around 2 years ago
Thomas A. Christensen II fb3fae2663
Add text-wrapping to all functions 2 years ago
Thomas A. Christensen II 4a7b954f50
Update doctests to reflect wrapped text 2 years ago
Thomas A. Christensen II 4ad0d8df34
Add text wrapping for string functions 2 years ago
Thomas A. Christensen II b1554d50c4
Add docstring for `cowthunk` 2 years ago
Thomas A. Christensen II d2a4226cbb
Add optional io choosing for `cowsay` and `cowthink` 2 years ago
Thomas A. Christensen II ee130aa35a
Add `cowthunk` function, counterpart to `cowsaid` 2 years ago
Thomas A. Christensen II d8a67143b3
Add `cowsaid` function for returning cow art strings 2 years ago
Thomas A. Christensen II 493695ae4e
Add docstrings for sayballoon and thinkballoon 2 years ago
Thomas A. Christensen II 58b38d0fec
Add a docstring for cowthink for IDEs and the REPL 2 years ago
Thomas A. Christensen II 6e5c336ee2
Add documentation for cowthink 2 years ago
Thomas A. Christensen II 8fecb1e59a
Correct escape sequences in cowsay doctest 2 years ago
Thomas A. Christensen II 1a3f07fa02
Add example to cowsay docstring 2 years ago
Thomas A. Christensen II 2d893bd8bb
Move Cowfile creation instructions into dedicated doc file 2 years ago
Thomas A. Christensen II c33bda7e36
Add `cowthink` function 2 years ago
Thomas A. Christensen II 09882d4768
Add a `thinkballoon` function for generating thought bubbles 2 years ago
Thomas A. Christensen II e6e38b94ed
Extract balloon generation to its own function 2 years ago
Thomas A. Christensen II dd75186547
Add doctest attribute for fox cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 1c3998c7d1
Add tux cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II aa68630d06
Add turtle cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II f90956da82
Add turkey cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II b2f81bd664
Add three-eyes cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 37ee7beb81
Add surgery cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 22d79880fe
Add supermilker cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II c5820d1ddb
Add stegosaurus cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 0223384197
Add small cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II c458ec11ac
Add skeleton cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II bc0232c94b
Add sheep cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 2af2318128
Add mutilated cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II ad5f481222
Add moose cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II bd3a83bf5e
Add moofasa cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 36252c4ac8
Add meow cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 85e83e784d
Add mech-and-cow cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 7cb8f6b3be
Add koala cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II a6a576eaa7
Add kitty cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 30faff4071
Add fox cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 50edac427f
Add eyes cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II ce2fb5e0ab
Add flaming-sheep cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II c12422278a
Add documentation for cow the main function works
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II ea64f32b1d
Fix udder cowfile doctests
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II d3016c574d
Add doctests for www cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 7bbea4c43b
Add doctests for vader cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II fb0ca28e3a
Add doctests to vader-koala cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 47aea47a62
Add doctests to udder cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II 91ac62e8ba
Add doctests for elephant cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago
Thomas A. Christensen II b6e57ef70b
Add doctests for elephant-in-snake cowfile
Signed-off-by: Thomas A. Christensen II <25492070+MillironX@users.noreply.github.com>
3 years ago