hzlzh / Alfred-Workflows

Make your Alfred more powerful. (include Workflows, Extensions and Themes)
http://AlfredWorkflow.com/
1.04k stars 95 forks source link

Alfred Workflows/Extensions/Themes

Make your Alfred more powerful. (Alfred 2 powerpack required)

For more workflows, check AlfredWorkflow.com and Workflow Searcher


Sublime Like (Alfred 2 Theme)

[Download Link]

Make your Alfred look like [Sublime Text 2] ⌘ +Sift +P

Sublime Like


Copy Path (v1.0 Released 2014.05.05)

Copy-Path-logo

[Download Link]

Copy files' path in Finder to Clipboard.

Examples:

Copy-Path-screenshot


Workflow Searcher (v1.2 Released 2013.04.25)

Workflow-Searcher-logo

[Download Link]

Search workflows from AlfredWorkflow.com API List

Examples:

Workflow-Searcher-screenshot


Shorten URL (v1.5)

4

[Download Link]

This workflow support URL shortener like below.

goo.gl/
bit.ly/
t.cn/
j.mp/
is.gd/
v.gd/
git.io/

You can use Hotkey to trigger without outpen Alfred input window.
Also available in PopClip Extension

Tips:

Shorten-URL-trigger Shorten-URL-notification

(If you need more services to be added, please let me know.)

goo.gl setup

For this to work you need to add your Google API key first by modifying the corresponding string of short Script Filter in Alfred Workflow.

Default string:

0 : {'api_url':'https://www.googleapis.com/urlshortener/v1/url','title':'goo.gl','des':'http://goo.gl/'},

You need to add a ?key= value to url:

0 : {'api_url':'https://www.googleapis.com/urlshortener/v1/url?key=YOUR_API_KEY_HERE','title':'goo.gl','des':'http://goo.gl/'},

SEO Checker (v1.0)

SEO-Checker-logo

[Download Link]

Check domain's PR, Alexa, etc instantly in Alfred feedback.

SEO-Checker-input SEO-Checker-notification

(If you need more SEO services to be added, please let me know.)


GeekPark (v1.1)

GeekPark-logo

[Download Link]

一个给GeekPark用户的Alfred 2 workflow.
目前功能有:

GeekPark-latest


V2EX (v1.0)

V2EX-logo

[Download Link]

一个给V2EXer用的Alfred 2 workflow.
目前功能有:

V2EX-latest


CDN Searcher (v1.0)

CDN-Searcher-logo

[Download Link]

CDN-Searcher-latest


Quick Open Finder (v1.0)

[Download Link]

XAMPP Control (v1.1)

XAMPP Control Logo

[Download Link]

Start/Stop Apache & MySQL & FTP of XAMPP in Alfred with PowerPack. From now on you will be no longer launch XAMPP in your Dock continually.

XAMPP-Control-trigger

Note: # Note: You may need to input your admin ROOT password just once when using this extension. To reset your ROOT password just run xampp root

run xampp {query} from the command chart below.

start         Start XAMPP (Apache, MySQL and eventually others)
startapache   Start only Apache
startmysql    Start only MySQL
startftp      Start only ProFTPD

stop          Stop XAMPP (Apache, MySQL and eventually others)
stopapache    Stop only Apache
stopmysql     Stop only MySQL
stopftp       Stop only ProFTPD

reload        Reload XAMPP (Apache, MySQL and eventually others)
reloadapache  Reload only Apache
reloadmysql   Reload only MySQL
reloadftp     Reload only ProFTPD

restart       Stop and start XAMPP
security      Check XAMPP's security

enablessl     Enable SSL support for Apache
disablessl    Disable SSL support for Apache

backup        Make backup file of your XAMPP config, log and data files

fix_rights    Resets file permissions.

Release Note

v1.1

License

Released under MIT LICENSE.

Post: http://hzlzh.io/tag/alfred
Github: hzlzh/Alfred-Workflows/