mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
28 lines
848 B
Markdown
28 lines
848 B
Markdown
---
|
|
created: 2008-10-10 23:39:30 +0200
|
|
layout: redirect
|
|
layout_old: default
|
|
redirect_to: https://blog.mbirth.de/archives/2008/10/10/ascii-art.html
|
|
tags:
|
|
- know-how
|
|
- software
|
|
- linux
|
|
- software
|
|
- asciiart
|
|
title: ASCII-Art
|
|
toc: false
|
|
updated: 2009-07-17 22:59:53 +0200
|
|
---
|
|
|
|
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
|
|
*[ANSI]: American National Standards Institute |