hurl.nvim icon indicating copy to clipboard operation
hurl.nvim copied to clipboard

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.

Results 6 hurl.nvim issues
Sort by recently updated
recently updated
newest added

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies bun package.json...

### Details It would be nice if there would be possibility to edit variables as buffer. Currently you can edit the Manage buffer, but after close, the change is forgotten....

enhancement
good first issue
sweep

It would be nice to see how long a request took.

enhancement
good first issue

### Details Next release of Hurl 4.3.0 will support the `--from-entry` option (see https://github.com/Orange-OpenSource/hurl/issues/2500). This would allow to simplify this plugin and remove the need to use temporary files to...

enhancement
sweep

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

enhancement

## WHAT Added two features that I have made that might be helpful for others. - Re-run last query that was made (helpful so that this can be done anywhere...