Alfred Workflow to search Good Links by tag #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
gracjan/alfred-workflows#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for the Add To Good Links workflow.
It made me wonder, have you by chance developed an Alfred Workflow to search Good Links by tag, and not yet posted it here?
No, I haven't made a search workflow. You're welcome for the existing workflow though! Have a nice day!
So far, I've got as far as this working ZSH script...
Better, but not yet using Alfred...
Almost there.
Here's what I have:
But when I type "gl ag" in the Alfred launcher, it does not suggest "gl agile", and when I just plain type "gl agile" in the Alfred launcher and press return, it searches Google for the phrase "gl agile" instead of opening GoodLinks.
I revised the script filter to provide what looks like valid output:
(Or
echo "{\"items\": [$TAGS]}" | sed 's/\(.*\),/\1 /' | jqfor debugging)