Skip to content

Commit

Permalink
Add Makefile. Add more fields to info.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ch00k committed Jan 30, 2021
1 parent 25f1e5a commit 729c1b5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.alfredworkflow
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
yubikey-oath.alfredworkflow: get_code.sh icon.png info.plist list_codes.py
zip $@ $^
10 changes: 8 additions & 2 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<key>disabled</key>
<false/>
<key>name</key>
<string>yo</string>
<string>yubikey-oath</string>
<key>objects</key>
<array>
<dict>
Expand Down Expand Up @@ -142,7 +142,11 @@ bash get_code.sh "{query}"</string>
</dict>
</array>
<key>readme</key>
<string></string>
<string>Obtain a TOTP code from a YubiKey
Requirements: YubiKey Manager and Python 3
Alfred command: yo
More info: https://github.com/Ch00k/alfred-ykman-oath</string>
<key>uidata</key>
<dict>
<key>040E6BBD-6C5D-4E99-B602-45913E67114E</key>
Expand All @@ -167,6 +171,8 @@ bash get_code.sh "{query}"</string>
<integer>110</integer>
</dict>
</dict>
<key>version</key>
<string>0.0.1</string>
<key>webaddress</key>
<string>https://github.com/Ch00k/alfred-ykman-oath</string>
</dict>
Expand Down

0 comments on commit 729c1b5

Please sign in to comment.