You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I frequently use similar (but more bloated) tools by right clicking a request in Firefox, using "copy as cURL" and then pasting in the tool to pre-populate headers for convenient authentication, reproducing issues, etc.
This project is great (thanks for sharing!) but I couldn't seem to find a way to apply the same workflow. The inverse was implemented in #63. Alas I've not dug into Rust nor Gnome so my PR is not forthcoming but this crate looks like a promising place to start: https://crates.io/crates/curl-parser
The text was updated successfully, but these errors were encountered:
Didn't know this was a thing in the other bloated tools (and I'm only discovering it now that I've replaced them!), but I'll definitely consider it. Thanks for the suggestion.
Maybe we could make writable the panel where the curl output gets generated and if the user is the one changing the pane, we could tryna fill all the fields from the requests... this might be kinda hard to implement this way though because we'll need a way to detect if it's the user who's modifying or not, but maybe some lock variable which gets modified when the user types / copy pastes. Definitely an interesting and useful feature to implement 👍🏻
I frequently use similar (but more bloated) tools by right clicking a request in Firefox, using "copy as cURL" and then pasting in the tool to pre-populate headers for convenient authentication, reproducing issues, etc.
This project is great (thanks for sharing!) but I couldn't seem to find a way to apply the same workflow. The inverse was implemented in #63. Alas I've not dug into Rust nor Gnome so my PR is not forthcoming but this crate looks like a promising place to start: https://crates.io/crates/curl-parser
The text was updated successfully, but these errors were encountered: