-
Notifications
You must be signed in to change notification settings - Fork 57
Examples
Vsevolod Djagilev edited this page Jul 23, 2022
·
4 revisions
This page contains screenshots and examples of output
Command used:
nmap-formatter html example.xml --html-toc-float=true > example.htmlScreenshot:

Command used:
nmap-formatter html example.xml --html-dark-mode=false > example-light.htmlScreenshot:

Command used:
nmap-formatter md example.xml > example.mdScreenshot (VSCode markdown preview):

Command:
nmap-formatter csv example.xml > example.csvScreenshot (LibreOffice Calc):

Command:
cat example.json | nmap-formatter json | jqScreenshot:

Command:
cat example.xml | nmap-formatter dot | dot -Tsvg > test.svgScreenshot of the SVG file opened in the browser:
