2017 © Pedro Peláez
 

library ansi-escapes-to-html

Convert ANSI escapes (terminal formatting/color codes) to HTML

image

neilime/ansi-escapes-to-html

Convert ANSI escapes (terminal formatting/color codes) to HTML

  • Monday, December 19, 2016
  • by Neilime
  • Repository
  • 1 Watchers
  • 0 Stars
  • 57 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

, (*1)

ANSI escapes to Html

Continuous integration codecov Latest Stable Version Total Downloads License Sponsor, (*2)

📢 ANSI escapes to Html is a php script that convert ANSI escapes (terminal formatting/color codes) to HTML markup:, (*3)

\e[40;38;5;82m Hello \e[30;48;5;82m World

Became, (*4)

<span
  style="font-weight:normal;text-decoration:none;color:rgb(95,255,0);background-color:Black;"
>
  Hello
</span>
<span
  style="font-weight:normal;text-decoration:none;color:Black;background-color:rgb(95,255,0);"
>
  World
</span>

Helping Project

❤️ If this project helps you reduce time to develop and/or you want to help the maintainer of this project. You can sponsor him. Thank you !, (*5)

Contributing

👍 If you wish to contribute to this project, please read the CONTRIBUTING.md file. Note: If you want to contribute don't hesitate, I'll review any PR., (*6)

Documentation

Installation

Usage

Code Coverage

PHP Doc

Development

The Versions

19/12 2016

dev-master

9999999-dev http://neilime.github.io/ansi-escapes-to-html/

Convert ANSI escapes (terminal formatting/color codes) to HTML

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

ansi html convert highlight escapes

19/12 2016

1.0.1

1.0.1.0 http://neilime.github.io/ansi-escapes-to-html/

Convert ANSI escapes (terminal formatting/color codes) to HTML

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

The Development Requires

ansi html convert highlight escapes

18/12 2016

v1.0.0

1.0.0.0 http://neilime.github.io/ansi-escapes-to-html/

Convert ANSI escapes (terminal formatting/color codes) to HTML

  Sources   Download

MIT

ansi html convert highlight escapes