Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 914 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 914 Bytes

Alfred Workflows

All shell scirpt action using zsh as default, but Alfred seems to use bash if zsh not available, so I don't bother modifiy that.

Workflows for Alfred 2

Open Folder in iTerm2

Open iTerm and then cd into a directory by using keyword 'cd'.

The default directory will be the current active window.

Touch

Creates a file in the active Finder window

Open with Sublime Text 2

Open files or a folders in Sublime by using a Keyword 'subl'. This workflow is modified from Here The original one cannot open Folder with arguments or through folder actions, the modified workflow uses bash scirpt instead of AppleScript to avoid this problem. You need to have Sublime Command Line to make this work.