-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Alfred's "Open URL" action for pin and annotate
Big Sur's `open -g <url>` doesn't do any URL encoding. The one on Catalina does. As a consequence, the following works on Catalina, but not on Big Sur: open -g "cleanshot://share-extension-pin?filepath=/path/with spaces.png" Given that the only reason to not use Alfred's bulit-in "Open URL" action in the first place was because it has weird behavior with "show/hide desktop icons", it makes sense to just use that action for the pin/annotate cases.
- Loading branch information
1 parent
c7fe96b
commit 8ac883c
Showing
1 changed file
with
23 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters