Skip to content

Commit

Permalink
Add clipboard pin and annotate icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed May 31, 2021
1 parent 683b495 commit 82ab079
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 7 deletions.
Binary file modified 1D8804FD-F9E6-457D-83D8-E3AEA432BA1E.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified 1FE4B488-8FF6-4E08-8781-B53953275FAE.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified B0B38CAD-6949-4F11-9B8E-B53F7538F5EB.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified E7E3A0BD-6513-455B-A6B5-0AB88A9C96B1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,25 @@
# Alfred Workflow to Trigger CleanShot Actions
<a href="https://github.com/mr-pennyworth/alfred-cleanshot/releases/latest/">
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/mr-pennyworth/alfred-cleanshot/total">
<img alt="Download"
src="https://img.shields.io/github/downloads/mr-pennyworth/alfred-cleanshot/total?color=purple&label=Download">
</a><br/>

### Requiremens
- [Alfred 4](https://alfredapp.com/)
- [CleanShot X](https://cleanshot.com/) (version `3.5.1` or above)

### Credits
This is a port of [Raycast][2]'s [CleanShot X script commands][1].

### Screenshots
![all actions](screenshots/actions-list.png)
![file actions](screenshots/file-actions.png)
![workflow](screenshots/workflow-editor.png)

[1]: https://github.com/raycast/script-commands/tree/master/commands/apps/cleanshot
[2]: https://raycast.com
### Credits
This workflow is based on [Raycast][1]'s [CleanShot X script commands][2].

### Icon Credits
Some icons from by srip and [freepik][3] from [flaticon][4].

[1]: https://raycast.com
[2]: https://github.com/raycast/script-commands/tree/master/commands/apps/cleanshot
[3]: https://www.freepik.com
[4]: https://www.flaticon.com
Binary file added icons/annotate-and-pin.sketch
Binary file not shown.
Binary file added icons/annotate-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/annotate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/blank.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/pin-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified icons/pin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion items.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ cat <<EOF
"subtitle": "Open screenshot that is currently in the clipboard.",
"arg": "open-from-clipboard",
"icon": {
"path": "icons/open-from-clipboard.png"
"path": "icons/annotate-clipboard.png"
},
"uid": "open-from-clipboard"
},
Expand Down

0 comments on commit 82ab079

Please sign in to comment.