asciimoo / wuzz

Interactive cli tool for HTTP inspection
GNU Affero General Public License v3.0
10.54k stars 412 forks source link

Can we save all request into single file? #113

Open Gowa2017 opened 6 years ago

Gowa2017 commented 6 years ago

Like the title says.

When we want to load request from the file. When we input the keyword, wuzz will search in the saved file and get the only result.If there is many results, display a dropdown list, we can use the number 1,2,3 to select, or use the Up/Down do move, enter to select.

Boot-Error commented 4 years ago

Can this be a bookmark like implementation?

Let's say you wrote a Request, and you want to use it again, just bookmark it. It gets saved to a file.

I find this really useful, and would like to implement it!