cdown / clipmenu

Clipboard management using dmenu
MIT License
1.11k stars 90 forks source link

Added commands to clipctl to check the status, toggle, get version and directory #152

Closed AckslD closed 3 years ago

AckslD commented 3 years ago

This adds four new commands to clipctl, solving #151:

I also changed other files to get the cache directory from clipctl cm-dir. I found this nicer to have it in one place, rather than having to have the correct folder set in each file. However, this is not required and I can revert that if you don't like it.

cdown commented 3 years ago

Looks great, thank you!

AckslD commented 3 years ago

My pleasure :)