insomnia-plugin-copy-to-clipboard
v0.0.5
Published
This is a simple insomnia plugin to copy the response or property value to the clipboard.
Downloads
15
Readme
Copy response or property value to the clipboard
This is a simple insomnia plugin to copy the response or property value to the clipboard.
Pre-requisites
This plugin requires Insomnia, the Open Source API client.
Installation
Start Insomnia,
Click "Application" -> "Preferences" and choose the "Plugins" tab,
Enter
insomnia-plugin-copy-to-clipboard
and click "Install Plugin".Close the dialog.
Usage
Go to a request in any collection,
Add a new query item,
Press Cmd/Ctrl + Space and choose "Copy To Clipboard",
Click the "Copy To Clipboard" tag,
In "Property to copy" set the property you want to copy, or leave it blank to copy the entire response,
Click done, cross your fingers and give it a go!
Limitations
- It only works with json objects when setting a property to copy
Contributing
In case you want to improve it, PRs are welcome! :)