Need Help Making Terminal Command to Display Images (Or Path to Images)
- Dominant language
- C++
- Stars
- 12.3k
- Forks
- 593
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 9
Description
I am currently working on a Raycast extension for CopyQ, which can be found [here](https://github.com/andrewcincotta/copyq-raycast). In my latest version, I have used this terminal command to print all clipboard contents in a specific tab seperated by a null character:
`copyq tab fooTab 'separator(String.fromCharCode(0)); read.apply(this, [...Array(size()).keys()])'`
I worked on this issue with @hluk and found it to be the fastest way to grab all clipboard contents. I am trying to implement images into the extension, but need help pulling them quickly. I can do most of the reformatting in TypeScript, but the Raycast API would want the images' paths I believe.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.