hi5 / CL3

Minimal clipboard caching utility inspired by CLCL 📋
https://autohotkey.com/boards/viewtopic.php?f=6&t=814
MIT License
88 stars 16 forks source link

FIFO (first in first out) #3

Closed hi5 closed 8 years ago

hi5 commented 8 years ago

A FIFO (Reverse paste) plugin

This will allow the user to paste entries back in the order in which the entries were added to the clipboard history.

You add 1, 2, 3, 4 to the the clipboard history, bringing up the menu it looks like this

a. 4
b. 3
c. 2
d. 1

If you start FIFO at 'D' pressing ^v four times will paste 1, 2, 3, 4

hi5 commented 8 years ago

Added to v1.7