Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 600 Bytes

readme.md

File metadata and controls

33 lines (21 loc) · 600 Bytes

httplogviewer CLI

A nodejs CLI to easily view and manage http logs

Install

npm install httplogviewer -g

Usage

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 ip
  • up and down arrows to scroll log
  • q or Ctrl+c to exit

License

MIT - see LICENSE