Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamthesiz/alfred-workflows
A list of my favorite workflows for developers.
https://github.com/iamthesiz/alfred-workflows
Last synced: 1 day ago
JSON representation
A list of my favorite workflows for developers.
- Host: GitHub
- URL: https://github.com/iamthesiz/alfred-workflows
- Owner: iamthesiz
- Created: 2014-02-14T05:24:47.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-29T17:17:41.000Z (about 10 years ago)
- Last Synced: 2025-01-26T12:01:46.635Z (4 days ago)
- Language: PHP
- Size: 4.34 MB
- Stars: 72
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Alfred Workflows
### A list of my favorite workflows for developers.## To Install
1. Hit the download buttons below
2. Once downloaded click to import into alfred## To Update
Run [Monkey Patch](https://github.com/BenziAhamed/monkeypatch-alfred) using the keyword `mp`. **star this repo** to keep up to date on new versions and additional workflows.* * *
## Workflows
### [URL Shortener](https://github.com/alex-cory/alfred-workflows/)([Download](https://github.com/alex-cory/alfred-workflows/raw/master/URL-Shortener/Shorten%20URL.alfredworkflow))
by [@zhaocai](https://github.com/zhaocai)
Instantly shorten a url with `⌥ + c`. This totally maximizes the time it takes to shorten urls.
![alt text][url shortener]
* * *
### [Domainr](https://github.com/dingyi/Alfred-Workflows) ([Download](https://github.com/dingyi/Alfred-Workflows/raw/master/Domainr/Domainr.alfredworkflow))
by [@dingyi](https://github.com/dingyi)Search for domains to see if the are available! It will show green if available, red if not, and yellow if maybe.
![alt text][domainr]* * *
### [Key Clue Search](https://github.com/zhaocai/alfred2-keylue-workflow)([Download](https://github.com/zhaocai/alfred2-keylue-workflow/archive/master.zip))
by [@zhaocai](https://github.com/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.
![alt text][key clue]
* * *
### [Github](https://github.com/willfarrell/alfred-github-workflow) ([Download](https://raw.github.com/willfarrell/alfred-github-workflow/master/Github.alfredworkflow))
by [@willfarrell](https://github.com/willfarrell)Searching Github for gists, repos, user repos, or repos starred by a user. 5000 requests per hour supported.
![alt text][github]* * *
### [Dash](http://kapeli.com/) ([Download Instructions](http://www.alfredforum.com/topic/1919-dash-documentation-for-80-apis/))
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),
![alt text][dash]
* * *
### [Dev Doctor]() ([Download](https://github.com/sydlawrence/alfred-dev-doctor/archive/master.zip))
by [@sydlawrence](https://github.com/sydlawrence)
[Dev Doctor](http://wemakeawesomesh.it/alfred-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}`
![alt text][Dev Doctor]
* * *
### [Unicode Symbols Search]() ([Download](https://github.com/bevesce/unicode-symbols-search/raw/master/Symbols.alfredworkflow))
by [@bevesce](https://github.com/bevesce)
[Unicode Symbols Search](https://github.com/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.
![alt text][symbols]
* * *
### [caniuse](https://github.com/willfarrell/alfred-caniuse-workflow) ([Download](https://raw.github.com/willfarrell/alfred-caniuse-workflow/master/caniuse.alfredworkflow))
by [@willfarrell](https://github.com/willfarrell)Alfred App Workflow for caniuse.com
![alt text][caniuse]
* * *
### [localhost](https://github.com/willfarrell/alfred-localhost-workflow) ([Download](https://raw.github.com/willfarrell/alfred-localhost-workflow/master/localhost.alfredworkflow))
by [@willfarrell](https://github.com/willfarrell)Toggle Localhost Services. IN DEV
![alt text][localhost]
* * *
### [StackOverflow](https://github.com/tzarskyz/Alfred-1) ([Download](https://github.com/tzarskyz/Alfred-1/blob/master/stackoverflow.alfredworkflow?raw=true))
by [@tzarskyz](https://github.com/tzarskyz)`st {query}`
![alt text][st]
* * *
### [ssh](https://github.com/isometry/alfredworkflows/tree/master/net.isometry.alfred.ssh) ([Download](https://raw.github.com/isometry/alfredworkflows/master/ssh.alfredworkflow))
by [@isometry](https://github.com/isometry)![alt text][ssh]
* * *
### [Kill Process](https://github.com/nathangreenstein/alfred-process-killer) ([Download](https://github.com/nathangreenstein/alfred-process-killer/raw/master/Kill%20Process.alfredworkflow))
by [@nathangreenstein](https://github.com/nathangreenstein)`kill {query}`
![alt text][kill]
* * *
### [FontAwesome](https://github.com/ruedap/alfred2-font-awesome-workflow) ([Download](https://raw.github.com/ruedap/alfred2-font-awesome-workflow/master/Font%20Awesome.alfredworkflow))
by [@ruedap](https://github.com/ruedap)You can incremental search for Font Awesome Icon Fonts and paste it to front most app.
![alt text][fontawesome]
* * *
### [Encode / Decode](https://github.com/willfarrell/alfred-encode-decode-workflow) ([Download](https://raw.github.com/willfarrell/alfred-encode-decode-workflow/master/encode-decode.alfredworkflow))
by [@willfarrell](https://github.com/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.
![alt text][encode]
* * *
### [Colors](https://github.com/TylerEich/Alfred-Extras) ([Download](https://github.com/TylerEich/Alfred-Extras/blob/master/Workflows/Colors.alfredworkflow))
by [@TylerEich](https://github.com/TylerEich)[url shortener]: https://raw.githubusercontent.com/alex-cory/alfred-workflows/master/URL-Shortener/url-shortener.gif "Sample result"
[key clue]: http://imageshack.us/a/img208/2158/w36.gif "Sample result"
[share]: http://goo.gl/iityYs "Sample result"
[Dev Doctor]: http://imageshack.us/a/img843/209/xly.gif "Sample result"
[domainr]: https://raw.githubusercontent.com/alex-cory/alfred-workflows/master/alfred-workflows.png "Sample result"
[caniuse]: https://raw.github.com/willfarrell/alfred-caniuse-workflow/master/screenshots/caniuse-browser.png "Sample result"
[dash]: http://imageshack.us/a/img827/9299/1iqm.png "Sample result"
[encode]: https://raw.github.com/willfarrell/alfred-encode-decode-workflow/master/screenshots/encode.png "Sample result"
[symbols]:http://imageshack.us/a/img837/6348/vqkk.gif
[fontawesome]: http://gifzo.net/ZqCN4wKUcq.gif "Sample result"
[github]: https://raw.github.com/willfarrell/alfred-github-workflow/master/screenshots/my.png "Sample result"
[localhost]: https://raw.github.com/willfarrell/alfred-localhost-workflow/master/screenshots/apache.png "Sample result"
[kill]: https://github.com/nathangreenstein/alfred-process-killer/raw/master/screenshot1.png "Sample kill result"
[pkgman]: https://raw.github.com/willfarrell/alfred-pkgman-workflow/master/screenshots/npm.png "Sample result"
[ssh]: https://raw.github.com/isometry/alfredworkflows/master/screenshots/[email protected] "Sample ssh result"
[st]: https://github-camo.global.ssl.fastly.net/a5d8023b27bf15d503db5768220b6e779465ecd3/687474703a2f2f3768326f2e636f6d2f6173736574732f696d672f736f616c667265642f736f616c66726564322e706e67 "Sample StackOverflow result"