https://github.com/detectivekaktus/textify
Different text file format converter and renderer
https://github.com/detectivekaktus/textify
c cli command-line-tool coverter file-conversion file-converter renderer
Last synced: 11 months ago
JSON representation
Different text file format converter and renderer
- Host: GitHub
- URL: https://github.com/detectivekaktus/textify
- Owner: detectivekaktus
- License: mit
- Created: 2024-10-19T10:02:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-07T11:32:21.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:30:39.810Z (over 1 year ago)
- Topics: c, cli, command-line-tool, coverter, file-conversion, file-converter, renderer
- Language: C
- Homepage:
- Size: 105 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# textify

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.
## How to use
Here's a list of the available commands the application has:
1. `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.
2. `textify -c [ path/to/source ] [ path/to/result ]` converts file into a different file format.
## To-do
Add support for displaying and converting the following file formats:
* PDF.
## Contributing
See [CONTRIBUTING.md](https://github.com/detectivekaktus/textify/blob/main/CONTRIBUTING.md) file to find more.