Skip to content

Instantly share code, notes, and snippets.

@zippera
Created April 6, 2014 06:04
Show Gist options
  • Save zippera/10002085 to your computer and use it in GitHub Desktop.
Save zippera/10002085 to your computer and use it in GitHub Desktop.
alfred 的 workflow,用hexo 写博客时用。相关介绍:http://zipperary.com/2013/10/27/alfred-workflow/
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