Skip to content

Commit

Permalink
Rephrase "open from clipboard" to match copy for "annotate.."
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Jun 7, 2021
1 parent 8ac883c commit b7f6e9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -729,7 +729,7 @@ open -g "cleanshot://$1"</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>0.0.5</string>
<string>0.0.6</string>
<key>webaddress</key>
<string>https://github.com/mr-pennyworth/alfred-cleanshot</string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions items.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ imgpath="$(mktemp)"
if ./pngpaste "$imgpath"; then
cat <<EOF
{
"title": "Open From Clipboard",
"subtitle": "Open screenshot that is currently in the clipboard.",
"title": "Annotate Image from Clipboard",
"subtitle": "Annotate and edit the image on clipboard.",
"arg": "open-from-clipboard",
"icon": {
"path": "icons/annotate-clipboard.png"
Expand Down

0 comments on commit b7f6e9e

Please sign in to comment.