mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 00:48:29 +01:00
Add fun with ascii art
This commit is contained in:
parent
ccf3eddba0
commit
90be14965b
1 changed files with 22 additions and 0 deletions
22
cheatsheets/asciiart
Normal file
22
cheatsheets/asciiart
Normal file
|
@ -0,0 +1,22 @@
|
|||
# To show some text in ASCII Art:
|
||||
|
||||
figlet Cheat
|
||||
# ____ _ _
|
||||
# / ___| |__ ___ __ _| |_
|
||||
#| | | '_ \ / _ \/ _` | __|
|
||||
#| |___| | | | __/ (_| | |_
|
||||
# \____|_| |_|\___|\__,_|\__|
|
||||
#
|
||||
|
||||
|
||||
# To have some text with color and other options:
|
||||
# Show with a border
|
||||
toilet -F border Cheat
|
||||
# Basic show (filled)
|
||||
toilet Cheat
|
||||
# mmm # m
|
||||
# m" " # mm mmm mmm mm#mm
|
||||
# # #" # #" # " # #
|
||||
# # # # #"""" m"""# #
|
||||
# "mmm" # # "#mm" "mm"# "mm
|
||||
#
|
Loading…
Reference in a new issue