A nodejs CLI to easily view and manage http logs
npm install httplogviewer -ghttplogviewer http_file.log --status 200
with npx:
npx httplogviewer http_file.log --status 200Type httplogviewer --help to see the main commands
When the CLI shows up, you can use the following keys to navigate on screen:
returnkey to select ip (it focuses on the right side box)ito focus on ip list and select another ipupanddownarrows to scroll logqorCtrl+cto exit
MIT - see LICENSE
