项目作者: retinio

项目描述 :
Convert text file to ascii art banner
高级语言: C#
项目地址: git://github.com/retinio/ascii-art-simple.git
创建时间: 2020-10-25T23:19:48Z
项目社区:https://github.com/retinio/ascii-art-simple

开源协议:MIT License

下载


ascii-art-simple

Convert text file to ascii art banner

Try it out!

  1. $ chmod +x ascii_art.sh
  2. $ cp ./data/lipsum.txt /tmp/lipsum.txt
  3. $ ./ascii_art.sh -i /tmp/lipsum.txt

if you want to output ascii-art to a file use

  1. $ ./ascii_art.sh -i /tmp/lipsum.txt -o /tmp/art.txt

My test enviroment

  1. $ cat /etc/os-release
  2. NAME="CentOS Linux"
  3. VERSION="8 (Core)"
  4. ID="centos"
  5. ID_LIKE="rhel fedora"
  6. VERSION_ID="8"
  7. PLATFORM_ID="platform:el8"
  8. PRETTY_NAME="CentOS Linux 8 (Core)"
  9. ANSI_COLOR="0;31"
  10. CPE_NAME="cpe:/o:centos:centos:8"
  11. HOME_URL="https://www.centos.org/"
  12. BUG_REPORT_URL="https://bugs.centos.org/"
  13. CENTOS_MANTISBT_PROJECT="CentOS-8"
  14. CENTOS_MANTISBT_PROJECT_VERSION="8"
  15. REDHAT_SUPPORT_PRODUCT="centos"
  16. REDHAT_SUPPORT_PRODUCT_VERSION="8"
  1. $ docker -v
  2. Docker version 19.03.13, build 4484c46d9d