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.
Make it executable:
chmod +x hpp
Move it to your PATH (e.g., /usr/local/bin
):
sudo mv hpp /usr/local/bin
hpp test.html
hpp test_compressed.html -o test.html
hpp test_compressed.html -r
Authors: Scanteie Alexandru, Andreiana Bogdan