Created
April 6, 2014 06:04
-
-
Save zippera/10002085 to your computer and use it in GitHub Desktop.
alfred 的 workflow,用hexo 写博客时用。相关介绍:http://zipperary.com/2013/10/27/alfred-workflow/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd Documents/zipperary | |
hexo n '{query}' | |
open ./source/_posts/ | |
cd source/_posts/ | |
file=`ls -rt | tail -1`&&open $file -a Mou | |
cd ~/Documents/zipperary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment