jellydn / hurl.nvim

Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.
https://gyazo.com/19492e8b5366cec3f22d5fd97a63f37a
MIT License
155 stars 16 forks source link

Features: copy as curl command #191

Open purefun opened 2 months ago

purefun commented 2 months ago

It would be nice there has an action to copy as curl command for communication.

sweep-ai[bot] commented 2 months ago
Sweeping

0%
💎 Sweep Pro: You have unlimited Sweep issues

Actions


[!TIP] To recreate the pull request, edit the issue title or description.

jellydn commented 2 months ago

Hi @purefun I often use HurlVerbose to get the curl command from quickfix but I agree it would be good if that's built-in from plugin. Are you okay to open PR for this feature? Thank you.