Closed 1000p closed 3 years ago
There is a CLI included. Example usage here https://github.com/rburns/ansi-to-html#command-line-usage. In order to save it's output to a file you could do something like the following.
git log | ansi-to-html > git-log.html
There is a CLI included. Example usage here https://github.com/rburns/ansi-to-html#command-line-usage. In order to save it's output to a file you could do something like the following.
git log | ansi-to-html > git-log.html
Sorry not correct wording in the initial question, I have edited. Thanks for the prompt answer. This does outputs to a file (in the case HTML), but what I am after is to convert the generated HTML to a text, without the HTML tags.
No, this software doesn't do that
Does the module support a method to convert the generated HTML to a text file (without the HTML tags)?