Skip to content
/ term2md Public

convert terminal control characters to markdown

License

Notifications You must be signed in to change notification settings

jonm/term2md

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

term2md

This is a text processing utility that will convert input containing ANSI escape sequences into nearly-equivalent Markdown.

This is not currently a universal converter, since Markdown cannot express all of the formatting possible with the ANSI control characters. However, it does a reasonable job of handling green, red, and bold text.

term2md was written originally so that output from a tool designed for terminal output could be added via continuous integration as comments on pull requests.

Installation

$ pip install term2md

In addition to installing the core Python module, it will also install a term2md executable script for you.

About

convert terminal control characters to markdown

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages