Gui for uncurl.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
the_only_jack 92088d84ac fixed output with too many backslashes 2 months ago
.gitignore initial commit 2 months ago
README.md initial commit 2 months ago
logo.png initial commit 2 months ago
logo_small.png initial commit 2 months ago
uncurl-gui fixed output with too many backslashes 2 months ago

README.md

uncurl-gui

image

This is a simple GUI for uncurl. What does it do? It transforms curl calls into Python code. Firefox and Chromium allow to copy requests as curl, this tools allows to mimick the calls websites make in a Python script. I usually use curlconverter.com for this task, but I don't like the idea of relying on a website (I know it's all on GitHub, but why use a webpage altogether (bloat!!1!)?).
If I complain about bloat, why a gui? Because curl commands contain single and double quotes. This is the most convenient way I found to feed the copied curl to uncurl.
The output is printed to stdout.
Warning: uncurl is tailored for DevTools.
See also: curlconverter.