hluk / hluk/CopyQ

Need Help Making Terminal Command to Display Images (Or Path to Images)

Open
#2,597 0 comments 0 reactions 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.