1

intro

I use alfred to quick launch pretty much everything on my mac. I also use chrome custom search engines to quickly search for example jira/github issues etc..

so for example if a typical github issue for a specific project (let's give that project a VIB abbreviation) looks like this

https://github.com/my-org/my-project/issues/15

then i configure chrome custom search engine so that when i type VIB in the url, it appears like so tenter image description here

typing 15 makes me jump to that link

enter image description here

question

Is there a way to make this happen on alfred? (or any other quick launch app like alfred.. I recall seeing some of my colleagues years ago use this on a quick launch app on PC)

So this is what the scenario will look like (using gherkin):

given user taps keyboard shortcut to launch alfred
and alfred search field shows up
when user types in vib + tab on alfred
then alfred becomes a search engine for that project
and user can type in the issue number and hit enter
and alfred takes the user straight to that issue page on chrome, the same result that would happen if the user used a chrome search engine

update

I came across this script which does exactly what i want (even better than this workflow since it involves less typing), however in alfred 3 doesn't have this path:

Alfred/customsites/customsites.plist

any idea what I should replace it with?

abbood
  • 1,354

1 Answers1

2

Yes, you can do that with workflow feature of Alfred. For that, you must have to purchase powerpack to use workflow.

There is one 'workflow' that do the similar thing. see below link.

https://github.com/gharlan/alfred-github-workflow

You can modify this workflow after downloading it.