FIFO (first in first out)
hi5 opened this issue · comments
hi5 commented
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.
- Show the menu to pick the item to start with e.g. entry 'D'
- Pasting will now paste item D, D moved the the top of the history, so C is now D
- Pasting again will again paste item D (previously C) and so on. After four pastes FIFO stops
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
Added to v1.7