goosedb / Monalog

Terminal logs observer
MIT License
16 stars 3 forks source link

Do not dump error messages on screen if `xclip` is not available #4

Closed ShrykeWindgrace closed 6 months ago

ShrykeWindgrace commented 6 months ago

image

We can can check that this utility is present in $PATH. If it is not there, then upon selection of copy method [Native] we can show No 'xclip' found in the status bar.

ShrykeWindgrace commented 6 months ago

Or even better, check this on startup and simply deny the toggle Osc52 <-> Native if xclip is not found.

goosedb commented 6 months ago

I've Implemented dialog on copying error.