Show output in browser

Download and install the aha package from here: https://github.com/theZiz/aha
(Click on the Download ZIP button).

Once installed, run NRLMOL with this command
./nrlmol_exe | aha > index.html && firefox index.html

The way it works is that all the output that NRLMOL generates will be taken by the aha program and redirected to a file called index.html, after that finishes it runs firefox and opens the index.html file.

The file will still be in the directory for later reference (it will just have some .html code at the beginning and end of it).