
seen from United States
seen from United Kingdom
seen from United States
seen from United States
seen from United States
seen from United Kingdom
seen from China

seen from United States
seen from United States
seen from United States
seen from Türkiye
seen from Malaysia
seen from Netherlands
seen from China
seen from United States
seen from Germany

seen from Malaysia

seen from Malaysia

seen from United States

seen from United States
Awesome workflow for processes management.
Alfred2 workflow to launch Android simulator
Here is a Alfred2 workflow that I created to launch the Android simulator. It allows you to choose what Android Virtual Device you want to use.
In order to use it you need to create at least one Android Virtual Devices in your environment. Check the official docs about how to manage Android Virtual Devices
Currently the script filter use Zsh (because I use oh-my-zsh as a shell) but you can just change it to bash if is that what you use
The Alfred 2 workflows I use on a daily basis
Since Alfred 2 was released, a ton of workflows have been uploaded and shared on the internet. Here the list of workflows I use every day (You can download them from my github repository):
Colors
by @TylerEich
Convert between CSS color formats
Dash
by @willfarrell
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), html {query}, css {query}, js {query}, jquery {query}, ruby {query}, bootstrap {query}, svg {query}, nodejs {query}, rails {query}, redis {query}, mysql {query}, backbone {query}, underscore {query}, sass {<query}, ...
Encode / Decode
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.
Finder Settings
by @aiyodk
Change setting for: Hidden files, User Library and what to show on the Desktop. More setting might be added later.
IP Address
by David Ferguson
Show local and external IP address
iTerm2 Profiles
by Quentin Stafford-Fraser
One of the features of iTerm 2 is the concept of 'Profiles'. A profile can save a particular terminal configuration, including things like background colours, but most importantly, including an initial command to be run when the terminal is started.
In my case the initial command use Screen: ssh -t <server> screen -R
Launch iOS Simulator
by Hiroyuki Nakamura
Launch iOS Simulator
Open folder in iTerm2
by Steffen Bilde
Open active Finder's folder in iTerm2
Strip Clipboard Formatting
by @DavidStaron
Strip clipboard text formatting:
Select and copy some text, for example from your internet browser, with CMD-C
-> Alfred -> strclip
Paste the text, for example in an e-mail, with CMD-V
Strip clipboard text formatting and paste to front most app:
Select and copy some text, for example from your internet browser, with CMD-C
-> Alfred -> strpaste
VirtualBox
by @aiyodk
Update Jan 18, 2014: I just created a workflow to launch the Android simulator]
A collection of my Alfred workflows
ASCII Converter for Alfred 2
This is another little workflow for the Alfred Powerpack
With this workflow you can convert a string of characters into their ASCII code values and vice versa. You can convert from and to hexadecimal, binary and decimal. The results will be displayed as soon as you run the workflow and copied to your clipboard when you press enter. You can either enter a string or just use your clipboard content.
ASCII converter
This extension is written in AppleScript and does not require an internet connection to work; the conversion is done inside the script and does not rely on an extern service. Enjoy. If you experience any problem with this extension, found a bug or have feature request, hit me on twitter. Changelog: Version 1.1 -fixes a rather stupid bug where the conversion for hex would not be in hexadecimal, but in hexal Version 1.0 -rewritten as an Alfred 2 workflow -detection of input
Control Notification Center and Growl.app from Alfred.app
An Alfred v2 workflow to control Growl.app and Mountain Lion's Notification Center. You'll need version +1.3 of Growl. You can use the following keywords: Show the current status of Growl and NotificationCenter : stat Pause Growl and Notification Center : pause Resume Growl and Notification Center : resume Pause or resume Growl : growl Pause or resume Notification Center : notificationcenter Close all Growl notifications : close_growl Close all NotificationCenter notifications : close_nc Show Growl's rollup : show Hide Growl's rollup : hide Enable Growl's incoming network : enable Disable Growl's incoming network : disable/ Restart Growl : restart Just download this extension, install it and it's ready to use.
This extension is written in AppleScript and uses the Shell. If you experience any troubles with this, hit me on twitter. Enjoy. Changelog: v.2.2: -added support for Mac OS X 10.9 Mavericks' new security features v.2.1: -added support for Mac OS X 10.9 Mavericks v.2.0.0: -now rewritten as an Alfred 2 workflow -added option to close all pending NotificationCenter items If you don’t have the Alfred Powerpack or you don’t want to use Alfred for this task, you can either extract the code from the workflow file or just ask me for the source.