Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 881 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 881 Bytes

HTMLPrettyPrinter

HPP logo
GitHub

This is a simple HTML pretty printer that takes an HTML file and prints it in a more readable format. It is written in Bash.

Usage

Make it executable:

chmod +x hpp

Move it to your PATH (e.g., /usr/local/bin):

sudo mv hpp /usr/local/bin

Examples

hpp test.html
hpp test_compressed.html -o test.html
hpp test_compressed.html -r 

Authors: Scanteie Alexandru, Andreiana Bogdan