handle no clipboard more gracefully, prints to stdout#30
handle no clipboard more gracefully, prints to stdout#30mufeedvh merged 1 commit intomufeedvh:mainfrom
Conversation
|
This fixed the the clipboard panic error for me, but the exclude function isn't working as intended with globs, listing many filetypes |
And the exclude function works as normal when not using this commit? I see there’s a reported issue about the exclude functionality. #31 |
|
The other commit didn't work for me, but yeah, probably not your issue :) Sorry, I'm by all measures unqualified to have a github account |
No worries at all, reporting bugs and testing are large parts to making open source software great! |
|
Thank you so much @perstarkse for the PR! Merging now! ❤️ 🙌 |
Small change to handle no clipboard error without panicking, will print to sdtout if no clipboard. Will close #26
Seems like some minor formatting changes got included as well due to auto-formatter, let me know if that's a issue.