You are not logged in.
Pages: 1
I put together this cool ASCII art of the Arch logo from the Archie package. I made it colored blue for obvious reasons. I thought I would share it. Here it is.
echo -e " \e[34m+\e[0m"
echo -e " \e[34m#\e[0m"
echo -e " \e[34m###\e[0m"
echo -e " \e[34m#####\e[0m"
echo -e " \e[34m######\e[0m"
echo -e " \e[34m; #####;\e[0m"
echo -e " \e[34m+##.#####\e[0m"
echo -e " \e[34m+##########\e[0m"
echo -e " \e[34m#############;\e[0m"
echo -e " \e[34m###############+\e[0m"
echo -e " \e[34m####### #######\e[0m"
echo -e " \e[34m.######; ;###;''.\e[0m"
echo -e " \e[34m.#######; ;#####.\e[0m"
echo -e " \e[34m#########. .########'\e[0m"
echo -e " \e[34m######' '######\e[0m"
echo -e " \e[34m;#### ####;\e[0m"
echo -e " \e[34m##' '##\e[0m"
echo -e " \e[34m#' '#\e[0m"
It looks super awesome in my terminal when I start it up.
Last edited by shoober420 (2014-08-02 00:04:17)
Offline
https://wiki.archlinux.org/index.php/Li … on_viewers
Archey or Archey2 display an ASCII Arch logo in your console while also showing system information.
Offline
@shoober420 It's nice to see you to have some achievement like that by yourself. I think most of us can relate to that kind of moments when we started up.
Here I will point you to a wonderful system called man pages. For your project here, the relevant pages you should read are bash(1), section "Here Documents" and console_codes(4), section "ECMA-48 Set Graphics Rendition".
Your purpose can also be achieved more efficiently by using here-document and by setting the color on/off only once. I'll see if you will figure something out.
This silver ladybug at line 28...
Offline
One more to this list, shall I? From screenfetch.
-`
.o+`
`ooo/
`+oooo:
`+oooooo:
-+oooooo+:
`/:-:++oooo+:
`/++++/+++++++:
`/++++++++++++++:
`/+++ooooooooooooo/`
./ooosssso++osssssso+`
.oossssso-````/ossssss+`
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/
Offline
Hmm. Speaking of Archey.. Your contribution looks to be that exact same ASCII..
Comparison: http://i.imgur.com/uqNBbwi.png
If you did get "inspired" without giving credit then that is bad form.
Edit: D'oh, I should learn better reading comprehension. I thought it was original artwork, didn't see your credit.
Last edited by headkase (2014-08-02 00:54:27)
Offline
Moving from Community Contributions to Arctwork and Screenshots.
aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies
Offline
Pages: 1