mcmtroffaes / latexcodec

Lexer and codec to work with LaTeX code in Python. Instead of using latexcodec, I encourage you to consider pylatexenc instead, which is far superior: https://github.com/phfaist/pylatexenc
Other
27 stars 12 forks source link

Adding a command line interface for STDIN/STDOUT #35

Open Hotschke opened 9 years ago

Hotschke commented 9 years ago

Have you considered adding a command line interface to your library, so people can use it on the shell?

I know there already existing options out there:

However, your library is much more complete and I am also familiar with python to add things I am missing. I know it is a little bit of work. But a basic version should not be too hard: reading from STDIN, filtering it through your library and writing to STDOUT.

mcmtroffaes commented 9 years ago

Great idea! I'll have a think about it, but pull reqs welcome. :-)