/alfred_links_workflow

It is an Alfred Workflow to list/search links

Primary LanguageRuby

Alfred Links Workflow

It is an Alfred Workflow to list/search links.

Installation instructions

  1. Download & Intall alfred_links_workflow.alfredworkflow
  2. Open Alfred Preferences CMD+Space then CMD+,.
  3. Open Workflows.
  4. Right click on "Links by Pablo Cantero".
  5. Show in Finder.
  6. Open links.json in your favorite editor then add your links.

links.json

{
  "links": [
    { "name": "Pablo",   "href": "http://pablocantero.com" },
    { "name": "GitHub",  "href": "http://github.com/phstc" }
  ]
}

Usage

  • Click in the link name to open it in your default browser.
  • Hold CMD and click to copy the link to Clipboard.

links workflow