textify is a set of tools that is easy to use and allows you to render some specific file formats, such as markdown (.md) and html (.html). It can also convert files from one format to another!
The tool is written on Arch Linux and is not guaranteed to work on Windows or any other non UNIX-like systems. It utilizes a lot of ANSI escape codes, so if your terminal emulator doesn't support those, it doesn't support this application either.
Here's a list of the available commands the application has:
textify [ path/to/file ]
renders the file contents. If it's a specific file format such as markdown or html it's going to apply some styling and coloring.textify -c [ path/to/source ] [ path/to/result ]
converts file into a different file format.
Add support for displaying and converting the following file formats:
- PDF.
See CONTRIBUTING.md file to find more.