Skip to content

Commit

Permalink
Add uid to workflow item so alfred can remember and sort on items for…
Browse files Browse the repository at this point in the history
… you
  • Loading branch information
lukewaite committed Feb 2, 2018
1 parent bf7528c commit d77d7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gitlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ def main(wf):
subtitle=project['path_with_namespace'],
arg=project['web_url'],
valid=True,
icon=None)
icon=None,
uid=project['id'])

# Send the results to Alfred as XML
wf.send_feedback()
Expand Down

0 comments on commit d77d7d8

Please sign in to comment.