It is an Alfred Workflow to list/search links.
- Download & Intall alfred_links_workflow.alfredworkflow
- Open Alfred Preferences
CMD+SpacethenCMD+,. - Open Workflows.
- Right click on "Links by Pablo Cantero".
- Show in Finder.
- Open
links.jsonin your favorite editor then add your links.
{
"links": [
{ "name": "Pablo", "href": "http://pablocantero.com" },
{ "name": "GitHub", "href": "http://github.com/phstc" }
]
}- Click in the link name to open it in your default browser.
- Hold CMD and click to copy the link to Clipboard.
