Is your feature request related to a problem?
most screenshot editor apps like gradia or swappy are able to load an image from stdin, which allow to use a screenshot tool to output the image in stdout and then pipe it in the editor. I'd like to do the same with this plugin's editor but issue is the only way to load a file is from a path
Describe the solution you'd like
add an ipc call called editStdin (dms ipc call quickCapture editStdin <stdin>), this would allow to pipe it like so: <cmd that outputs an image in stdout> | dms ipc call quickCapture editStdin
Describe alternatives you've considered
No response
Additional Context
No response
Is your feature request related to a problem?
most screenshot editor apps like gradia or swappy are able to load an image from stdin, which allow to use a screenshot tool to output the image in stdout and then pipe it in the editor. I'd like to do the same with this plugin's editor but issue is the only way to load a file is from a path
Describe the solution you'd like
add an ipc call called
editStdin(dms ipc call quickCapture editStdin <stdin>), this would allow to pipe it like so:<cmd that outputs an image in stdout> | dms ipc call quickCapture editStdinDescribe alternatives you've considered
No response
Additional Context
No response