# wuzz
**Repository Path**: mirrors_mattn/wuzz
## Basic Information
- **Project Name**: wuzz
- **Description**: Interactive cli tool for HTTP inspection
- **Primary Language**: Unknown
- **License**: AGPL-3.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2020-08-19
- **Last Updated**: 2026-03-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# wuzz
Interactive cli tool for HTTP inspection
Wuzz command line arguments are similar to cURL's arguments,
so it can be used to inspect/modify requests copied from the
browser's network inspector with the "copy as cURL" feature.

## Installation and usage
```
$ go get github.com/asciimoo/wuzz
$ "$GOPATH/bin/wuzz" --help
```
### Commands
Keybinding | Description
----------------------------------------|------------------------------------------------------------
Ctrl+R | Send request.
Ret | Send request from window URL only.
Ctrl+C | Quit.
Ctrl+K, Shift+Tab | Previous view.
Ctlr+J, Tab | Next view.
Ctrl+H, Alt+H | Toggle history.
Down | Move down one view line.
Up | Move up one view line.
Page down | Move down one view page.
Page up | Move up one view page.
## TODO
* Colors
* Save response with ctrl+s
* Response specific filters (xpath, etc..)
* Binary respone view
* Better navigation
* File upload
## Bugs
Bugs or suggestions? Visit the [issue tracker](https://github.com/asciimoo/wuzz/issues).