2015-03-09 10:55:07 +00:00
|
|
|
---
|
|
|
|
created: 2008-10-10 23:39:30 +0200
|
2022-01-23 17:14:59 +00:00
|
|
|
layout: redirect
|
|
|
|
layout_old: default
|
|
|
|
redirect_to: https://blog.mbirth.de/archives/2008/10/10/ascii-art.html
|
2015-03-09 10:55:07 +00:00
|
|
|
tags:
|
2022-01-23 17:14:59 +00:00
|
|
|
- know-how
|
|
|
|
- software
|
|
|
|
- linux
|
|
|
|
- software
|
|
|
|
- asciiart
|
|
|
|
title: ASCII-Art
|
|
|
|
toc: false
|
|
|
|
updated: 2009-07-17 22:59:53 +0200
|
2015-03-09 10:55:07 +00:00
|
|
|
---
|
2022-01-23 17:14:59 +00:00
|
|
|
|
2015-03-09 10:55:07 +00:00
|
|
|
To create ASCII art or just some colorful things with lots of ANSI color codes, there's the package
|
|
|
|
[aewan](apt://aewan) - [Ascii-art Editor Without A Name](http://aewan.sf.net/).
|
|
|
|
|
|
|
|
aewan itself saves the files in an own format. But there's the tool `aecat` which lets you cat those files - and thus
|
|
|
|
you can also write the output into another file to get a normal file with ANSI codes which can be shown using the
|
|
|
|
normal `cat`.
|
|
|
|
|
|
|
|
aecat colorful.aew > colorful.txt
|
|
|
|
|
|
|
|
|
|
|
|
*[ASCII]: American Standard Code for Information Interchange
|
2022-01-23 17:14:59 +00:00
|
|
|
*[ANSI]: American National Standards Institute
|