rickyrockrat / parcellite

GNU General Public License v3.0
229 stars 30 forks source link

Add option for clipboard as a stack behaviour #102

Open pexmee opened 1 month ago

pexmee commented 1 month ago

In certain situations one would want to copy multiple items, but upon paste delete the pasted entry, i.e a stack behaviour. Currently Parcellite does not support this.

Example:

pexmee commented 1 month ago

If this is added, it is also possible to add circle behaviour or FIFO behaviour as well as this is only doing LIFO.