Skip to content

Commit

Permalink
Merge pull request #7 from pochemuto/rename-workflow
Browse files Browse the repository at this point in the history
rename to Alfred Keyword
  • Loading branch information
pochemuto authored Aug 7, 2018
2 parents 74e0308 + 3285f5b commit 3ac253f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 10 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ script:
- VERSION=`cat version`
- git commit -m "Start version ${VERSION}" -m "Travis build $TRAVIS_BUILD_NUMBER [skip ci]"

after_success:
- git push "https://${GH_TOKEN}@github.com/pochemuto/alfred-help-workflow.git" HEAD:master

before_deploy:
- git tag -f "v${RELEASE_VERSION}"

Expand All @@ -35,6 +32,10 @@ deploy:
on:
repo: pochemuto/alfred-help-workflow
branch: master

after_deploy:
- git push "https://${GH_TOKEN}@github.com/pochemuto/alfred-help-workflow.git" HEAD:master

env:
global:
- secure: JRX8M3toNaOpJYVDWvNfZkSsEPOjxFTDzsgfmfn9RooxbywfOiejAHSvnbtoSrz5xVyNSF7hRYkPpVEPdPz51M3vi8tRMjr30jOhABSfp8QBB89l9xDdrJFt82QXJPv6Lh8cLpui6pu2CZdiWwJLqfLzkwhnTymiV7WcB4Fsx8EBzhKfLo46MNziFwHwBx3lgD+2FvTTLnWuhoqjtWvqL+K9ubBJIlQP5ws1m2V/uchrrT1sMQfnlXZqVupx1vTWD3/7IxECgIvxaCFBYszklOVgQ3rlErz6bmyl2mSMLro/3blv5RoeYGvgkrA5y6s+tGFGelHIRI1Of+0NXXcT+oc3ikHylL62GwFFQaoW+XpHx+p/i1/i+IwICO/eD4Nf52PjSvejJH00F3hC7lnQKafa9vstp3SN9EBAJk7aPd87ip47KSgEpga++DQDPb2ZzDCT3PpZ2b2O0/SraKMIEAZOSOFQ1d2uGbt9/EPOaAxGTGOHthxh91tTT6OCbpuWRi4JGJcg+ttmPNrNmTLBp5PRe/GDiRbldQetEGf++wz8QzgZD331dc0cr4Z9z4KFw080GVvhiQQw4NqrznrlWWDBahXwNy1BG33UcNFIbjFLJKzja+zgUswFlUW/hUpvO29UtiGOwkNYcxxs6x8TZPEt02FwezldurzB/aqJlSY=
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
Alfred Help Workflow
Alfred Keywords
--------------------

[Latest Release](https://github.com/pochemuto/alfred-help-workflow/releases/latest)
[Latest Release](https://github.com/pochemuto/alfred-help-workflow/releases/latest)

[![Build Status](https://travis-ci.org/pochemuto/alfred-help-workflow.svg?branch=master)](https://travis-ci.org/pochemuto/alfred-help-workflow)

Usually, advanced by Alfred have many workflows. Some of them need to use very often, but when you need it is not easy to remember keyword. Alfred had to open the settings or google. At this point, breaks down magic Alfred.

Expand Down
4 changes: 3 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ def build():
if 'version' in info:
info['version'] = version
plistlib.writePlist(info, INFO_PLIST_PATH)


# workflows framework needs its own version file
shutil.copy('version', 'src/version')
pack(version)

def zipdir(root, ziph, strip_root=False):
Expand Down
8 changes: 5 additions & 3 deletions src/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<key>disabled</key>
<false/>
<key>name</key>
<string>Alfred Keywords Help</string>
<string>Alfred Keywords</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -84,7 +84,9 @@
</dict>
</array>
<key>readme</key>
<string></string>
<string>
This workflow helps you remember the keyword. Just enter ? And the name of the action and you will see a list of available actions.
</string>
<key>uidata</key>
<dict>
<key>68637FD7-2E45-4403-B3E4-DD061FD0FF47</key>
Expand All @@ -99,7 +101,7 @@
</dict>
</dict>
<key>version</key>
<string>1.2</string>
<string>unspecified</string>
<key>webaddress</key>
<string>https://github.com/pochemuto/alfred-help-workflow</string>
</dict>
Expand Down
1 change: 0 additions & 1 deletion src/version

This file was deleted.

0 comments on commit 3ac253f

Please sign in to comment.