0.0.4 • Published 5 years ago
httplogviewer v0.0.4
httplogviewer CLI
A nodejs CLI to easily view and manage http logs

Install
npm install httplogviewer -gUsage
httplogviewer 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
License
MIT - see LICENSE