Skip to main content

Questions tagged [ascii-art]

Questions about ASCII art, a technique to create images using a two-dimensional array of ASCII characters.

0 votes
0 answers
187 views

I cannot visualise an ascii art image in 24 bit colors when I log into my server via ssh. I have created a dynamic motd for my ssh server. Specifically in the file /etc/update-motd.d/10-logo there is ...
devnull's user avatar
3 votes
1 answer
2k views

Suppose the CLI application my_bin produces an output in terminal which consists of colored text, Unicode symbols and emojis. How can I convert the output to a svg or an image on Ubuntu? For example, ...
Zeta.Investigator's user avatar
7 votes
1 answer
1k views

art_file (cat -A output): .::""-, .::""-.$ /:: \ /:: \$ |:: | _..--""""--.._ |:: |$ '\:.__ / .' ...
puwlah's user avatar
  • 529
1 vote
0 answers
562 views

Does anybody know of a terminal application that acts as a sort of screen saver and reads from a text file after inactivity/a command is run and displays it on the screen? I don’t use my machine ...
Architect's user avatar
  • 173
5 votes
5 answers
11k views

I've been searching for this for a while and didn't get a satisfactory answer for it. I've taken this screenshot from the output of Gnu/Linux's tree command. I want to know how to draw or print lines ...
Mahmoud Farouq's user avatar
2 votes
2 answers
1k views

When I run command asciiview image.jpg I'm able to view image in the terminal and quit browser using q key. I've tried different ways to redirect the output of the asciiview image.jpg to the console ...
user avatar
3 votes
2 answers
959 views

FreeBSD bootloader includes an ASCII art daemon. Is there any meaning behind the letters "s, y, o", or is just a random choice?
quaeched's user avatar
  • 151
1 vote
1 answer
352 views

Toilet fails to print a euro sign. Since the pound sign does print, I was expecting that the Euro would as well. For some reason it doesn’t, though. toilet -W -f georgia16 '£foo €bar' _____ ...
user2243670's user avatar
4 votes
3 answers
6k views

The program seems cool, but giving it a red color really makes it look like my computer is on fire. I think using grep or similar piping command can do the trick, but I see that it prints ASCII escape ...
TerminalBasher's user avatar
7 votes
4 answers
11k views

If I execute banner ABC I get: # ###### ##### # # # # # # # # # # # # # ###### # ####### # # # # # # # # # # # ###### ##### and another program,...
einpoklum's user avatar
  • 11.1k
2 votes
0 answers
706 views

I recently discovered figlet which generates ASCII-art banners. Joy! ... but, alas, I want a banner with an arrow on it. Now... $ figlet unicode → arrow _ _ //\ ...
einpoklum's user avatar
  • 11.1k
6 votes
2 answers
36k views

I see other people doing this, occasionally. They'll add something like the following to the start of their terminal, sort of a welcome screen: ____ _____ _ _ _____ __ __ _ _ __ ...
Nathan Basanese's user avatar
1 vote
1 answer
2k views

For bash script, is there a easy way to detect if a text contains ascii art? An example of ascii art:
SnowWolf's user avatar
  • 229
194 votes
7 answers
104k views

I am looking for a program which I can use to create ASCII diagrams such these: +---------+ | | +--------------+ | NFS |--+ | ...
Martin Vegter's user avatar