Replay and tweak HTTP requests copied from your browser network inspector using the paste-cURL workflow.
Inspect API responses with regex, CSS selector, or JSON path filtering directly in the terminal.
Save and recall previous HTTP requests using the built-in request history.
Wuzz is a terminal tool for making and inspecting HTTP requests. Instead of typing a full command each time, you open wuzz and interact with a split-screen interface: one panel for the request details and another showing the response. You can edit the URL, query parameters, HTTP method, request body, and headers, then send the request and see the response headers and body all in the same window. The tool is designed to work well with the "copy as cURL" feature that browsers include in their network inspector tabs. If you capture a request from your browser and paste it into wuzz using cURL-compatible command-line arguments, wuzz will populate all the fields for you. This makes it practical for replaying, modifying, and inspecting requests you saw in the browser. Navigation between panels uses keyboard shortcuts: function keys jump directly to specific fields like the URL, headers, or response body, and Tab or Shift+Tab moves between panels. Ctrl+R sends the request. Requests and responses can be saved to files, and previous requests are accessible through a history toggle. For filtering response content, wuzz accepts regular expressions by default. It also supports context-specific query formats: CSS selectors for HTML responses and a JSON path syntax for JSON responses. Installation is available through Go, apt, apk (Alpine), Scoop (Windows), Nix, and binary releases on the GitHub releases page. Configuration is stored in a TOML file in the standard config directory on your system. The project is written in Go and is open source.
← asciimoo on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.