0.0.4 • Published 3 years ago

httplogviewer v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

httplogviewer CLI

A nodejs CLI to easily view and manage http logs

npm.io

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

0.0.4

3 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago