hluk / copyq-commands

Useful commands for CopyQ clipboard manager.
331 stars 73 forks source link

Improve on two commands. #21

Closed zw963 closed 4 years ago

zw963 commented 4 years ago

diff_lastest_items

Use more natual way to run diff lastest items.

Infact, when we do compare on recent two clipboard item,
e.g.

first time copy => copy1
second time copy => copy2

Then, when invoke compare command use global key, copy1 passed
as second arg,  and copy2 passed as first arg.

I consider reverse order is more natually.

next-previous

The filter expression is not really needed in this case.

https://github.com/hluk/CopyQ/issues/1284#issuecomment-617090264
hluk commented 4 years ago

Nice! Thanks.