-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathreadme.example
29 lines (16 loc) · 1.39 KB
/
readme.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# My Alfred Workflows
[https://rknight.me/alfred-workflows/](https://rknight.me/alfred-workflows/)
[Alfred workflows](https://www.alfredapp.com/workflows/) I've made, ones that I use, and a script to automatically export mine.
Icons from [Feather Icons](https://feathericons.com)
Like these workflows? [Buy me a coffee](https://www.buymeacoffee.com/rknightuk)
The theme in the screenshots is [Tempo Alternative (Dark)](https://github.com/chrismessina/alfred-theme-tempo#tempo-alternative-dark) by [Chris Messina](https://github.com/chrismessina).
## Setting up the backup script
[`backup.js`](backup.js) generates this readme file as well as backing up my workflows (and only mine, don't post other peoples workflows to your own repositories). The script works by doing the following:
- Looping through all workflows in my Alfred workflow directory
- If it has my bundle ID in the plist file, it extracts the metadata using `PListBuddy`, adds it to the first list below, then zips the workflow as an `.alfredworkflow`
- If it doesn't have my bundle ID, then it gets the name, author and website and puts them in the second list below
- Adds readmes to workflows that don't have them and warns on missing screenshots
See the comments in the script to set this up for your own workflows
This part of the readme is set in `readme.example`
## My Workflows
_Some of these will completely useless to anyone but me_