mirror of
https://github.com/mbirth/wiki.git
synced 2024-11-09 13:16:45 +00:00
26 lines
766 B
Markdown
26 lines
766 B
Markdown
|
---
|
||
|
title: ASCII-Art
|
||
|
layout: default
|
||
|
created: 2008-10-10 23:39:30 +0200
|
||
|
updated: 2009-07-17 22:59:53 +0200
|
||
|
toc: false
|
||
|
tags:
|
||
|
- know-how
|
||
|
- software
|
||
|
- linux
|
||
|
- software
|
||
|
- asciiart
|
||
|
---
|
||
|
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
|