A nodejs CLI to easily view and manage http logs
npm install httplogviewer -g
httplogviewer http_file.log --status 200
with npx:
npx httplogviewer http_file.log --status 200
Type httplogviewer --help
to see the main commands
When the CLI shows up, you can use the following keys to navigate on screen:
return
key to select ip (it focuses on the right side box)i
to focus on ip list and select another ipup
anddown
arrows to scroll logq
orCtrl+c
to exit
MIT - see LICENSE