xhinking Posted March 27, 2013 Posted March 27, 2013 Fast serach on stackoverflow http://7h2o.com/assets/download/stackoverflow.alfredworkflow Enhorn 1
Enhorn Posted March 27, 2013 Posted March 27, 2013 Nice, the only thing I want to add is HTML unescaping. :-) import HTMLParser h = HTMLParser.HTMLParser() h.unescape(q['title'])
xhinking Posted March 27, 2013 Author Posted March 27, 2013 Nice, the only thing I want to add is HTML unescaping. :-) import HTMLParser h = HTMLParser.HTMLParser() h.unescape(q['title']) Thanks! Feel free to improve it
xhinking Posted March 27, 2013 Author Posted March 27, 2013 (edited) The download link seems to be offline. Sorry, it's my cheap blog server. I have create a repos on github -> https://github.com/xhinking/Alfred Edited March 27, 2013 by xhinking
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now