Skip to content

Commit 36cd0bc

Browse files
committed
Add editable Keyword
1 parent 7ff9e1e commit 36cd0bc

File tree

2 files changed

+35
-12
lines changed

2 files changed

+35
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# MacUpdater Alfred Workflow
22

3-
Official [MacUpdater](https://www.corecode.io/macupdater/) Pro Alfred Workflow to keep your software effortlessly up-to-date. Call `mupdater` to see a list of your outdated software:
3+
Official [MacUpdater](https://www.corecode.io/macupdater/) Alfred Workflow to keep your software effortlessly up-to-date.
44

5-
![Alfred search for mupdater](source/images/about/mupdater.png)
5+
Run the Keyword (default: `mupdater`) to see a list of outdated software. Press <kbd>⏎</kbd> to update.
66

7-
Action any item to start updating it, or the first one to update everything.
7+
![Alfred search for mupdater](source/images/about/mupdater.png)
88

99
## Requirements
1010

source/info.plist

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
<key>escaping</key>
141141
<integer>102</integer>
142142
<key>keyword</key>
143-
<string>mupdater</string>
143+
<string>{var:check_keyword}</string>
144144
<key>queuedelaycustom</key>
145145
<integer>3</integer>
146146
<key>queuedelayimmediatelyinitially</key>
@@ -205,7 +205,7 @@
205205
<integer>0</integer>
206206
<key>script</key>
207207
<string># THESE VARIABLES MUST BE SET. SEE THE ONEUPDATER README FOR AN EXPLANATION OF EACH.
208-
readonly remote_info_plist="https://raw.githubusercontent.com/core-code/macupdater-alfred-workflow/master/Workflow/info.plist"
208+
readonly remote_info_plist="https://raw.githubusercontent.com/core-code/macupdater-alfred-workflow/master/source/info.plist"
209209
readonly workflow_url="core-code/macupdater-alfred-workflow"
210210
readonly download_type='github_release'
211211
readonly frequency_check='4'
@@ -365,11 +365,15 @@ fi</string>
365365
</dict>
366366
</array>
367367
<key>readme</key>
368-
<string>Official [MacUpdater](https://www.corecode.io/macupdater/) Pro Alfred Workflow to keep your software effortlessly up-to-date. Call `mupdater` to see a list of your outdated software:
368+
<string>## Setup
369369
370-
![Alfred search for mupdater](images/about/mupdater.png)
370+
Install [MacUpdater](https://www.corecode.io/macupdater/). A Pro or Business license is required.
371371
372-
Action any item to start updating it, or the first one to update everything.</string>
372+
## Usage
373+
374+
Run the Keyword (default: `mupdater`) to see a list of outdated software. Press ↩ to update.
375+
376+
![Alfred search for mupdater](images/about/mupdater.png)</string>
373377
<key>uidata</key>
374378
<dict>
375379
<key>0B0C79ED-3530-44DE-98E2-EA1585BFB1D1</key>
@@ -428,6 +432,27 @@ Action any item to start updating it, or the first one to update everything.</st
428432
</dict>
429433
<key>userconfigurationconfig</key>
430434
<array>
435+
<dict>
436+
<key>config</key>
437+
<dict>
438+
<key>default</key>
439+
<string>mupdate</string>
440+
<key>placeholder</key>
441+
<string></string>
442+
<key>required</key>
443+
<false/>
444+
<key>trim</key>
445+
<true/>
446+
</dict>
447+
<key>description</key>
448+
<string></string>
449+
<key>label</key>
450+
<string>Keyword</string>
451+
<key>type</key>
452+
<string>textfield</string>
453+
<key>variable</key>
454+
<string>check_keyword</string>
455+
</dict>
431456
<dict>
432457
<key>config</key>
433458
<dict>
@@ -470,11 +495,9 @@ MacUpdater.app/Contents/Resources/macupdater_client</string>
470495
<string>update_options</string>
471496
</dict>
472497
</array>
473-
<key>variablesdontexport</key>
474-
<array/>
475498
<key>version</key>
476-
<string>2022.2</string>
499+
<string>2022.3</string>
477500
<key>webaddress</key>
478-
<string>https://corecode.io/macupdater/</string>
501+
<string>https://github.com/core-code/MacUpdater-Alfred-Workflow/</string>
479502
</dict>
480503
</plist>

0 commit comments

Comments
 (0)