alfred-workflows
alfred-workflows copied to clipboard
A list of my favorite workflows for developers.
Alfred Workflows
A list of my favorite workflows for developers.
To Install
- Hit the download buttons below
- Once downloaded click to import into alfred
To Update
Run Monkey Patch using the keyword mp
. star this repo to keep up to date on new versions and additional workflows.
Workflows
URL Shortener(Download)
by @zhaocai
Instantly shorten a url with ⌥ + c
. This totally maximizes the time it takes to shorten urls.
Domainr (Download)
by @dingyi
Search for domains to see if the are available! It will show green if available, red if not, and yellow if maybe.
Key Clue Search(Download)
by @zhaocai
Search and control menu bar items while also being able to see what keyboard shortcuts control what. Awesome if you want to learn the keyboard shortcuts of an application.
Github (Download)
by @willfarrell
Searching Github for gists, repos, user repos, or repos starred by a user. 5000 requests per hour supported.
Dash (Download Instructions)
Dash comes with default Alfred 2 Workflow. This is an extension to that by shortening the keyword filters for each language. Does not require online connection.
Commands Included: dash {query}
(default),
Dev Doctor (Download)
by @sydlawrence
Dev Doctor is one of my favorite alfred workflows. Use the commands to search with it html {query}
, css {query}
, js {query}
, jquery {query}
, angularjs {query}
, bootstrap {query}
, svg {query}
, nodejs {query}
, php {query}
, redis {query}
, mysql {query}
, cpp {query}
, backbone {query}
, underscore {query}
, sass {query}
, compass {query}
, wordpress {query}
, drupal {query}
Unicode Symbols Search (Download)
by @bevesce
Unicode Symbols Search is great when you need a text symbol but don't want to spend forever looking for it. It's standard initiatior is 'uni' but I changed it to 'sym' because I can remember that easier.
caniuse (Download)
by @willfarrell
Alfred App Workflow for caniuse.com
localhost (Download)
by @willfarrell
Toggle Localhost Services. IN DEV
StackOverflow (Download)
by @tzarskyz
st {query}
ssh (Download)
by @isometry
Kill Process (Download)
kill {query}
FontAwesome (Download)
by @ruedap
You can incremental search for Font Awesome Icon Fonts and paste it to front most app.
Encode / Decode (Download)
by @willfarrell
Using the keywords encode {query}
or decode {query}
, will transform your query strings through base64, html, url, and utf-8 encode/decode. Pressing enter will copy the encoded/decoded string to the clipboard.
Colors (Download)
by @TylerEich