Skip to content

Instantly share code, notes, and snippets.

@waiting-for-dev
Forked from hmijail/FIFO.ini
Last active November 17, 2021 09:32
Show Gist options
  • Save waiting-for-dev/8bf4e1e719bd1dbfdc71e19a201bf4b6 to your computer and use it in GitHub Desktop.
Save waiting-for-dev/8bf4e1e719bd1dbfdc71e19a201bf4b6 to your computer and use it in GitHub Desktop.
A CopyQ command to implement a Clipboard FIFO
[Command]
Command="
copyq:
maxrow = count() - 1
select(maxrow)
paste()
if (config('move') == 'true') {
remove(0)
} else {
remove(maxrow)
}"
GlobalShortcut=ctrl+shift+v
Name=FIFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment