hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
328 stars 72 forks source link

Clipboard Automation: Moving Content to Tabs & Segmenting Text via Shortcut Keys #98

Open ty-lab opened 2 months ago

ty-lab commented 2 months ago

I've read through your assistance multiple times, but due to my limited skills, I haven't been able to solve this issue. Hence, I'd appreciate your guidance on two questions:

  1. How can I transfer the content of the current clipboard to a selected tab using a shortcut key?
  2. Additionally, could you please advise on a method to split a piece of text into segments using delimiters like '\n' or ',' via shortcut keys? Then, each segment would be sequentially copied to the clipboard to establish a FIFO (First In, First Out) pattern. Thank you!