Skip to content

Instantly share code, notes, and snippets.

View oban89's full-sized avatar

Reza oban89

  • Seattle
View GitHub Profile
@oban89
oban89 / Show Hidden
Last active December 16, 2015 11:59
Show Hidden Files Mac OS X
defaults write com.apple.finder AppleShowAllFiles TRUE && killall Finder
@oban89
oban89 / Open in 1Password
Created April 11, 2013 18:36
iOS Browser Bookmarklets
javascript:window.location='op'+(window.location.href);
@oban89
oban89 / Chrome URL to Reminders
Created April 11, 2013 18:13
Bookmarklets to add he current browser page to Reminders app via Drafts for iOS.
javascript:window.location='drafts://x-callback-url/create?text='+encodeURIComponent(document.title+'\n')+encodeURIComponent(location.href)+'&action=Reminder&x-success=googlechrome://';
@oban89
oban89 / Drafts Action - send to Quotebook with Author
Created April 11, 2013 18:09
Imports an action into Drafts for iOS that sends the current draft to Quotebook with the first line as the Author and the remainder as the quote.
drafts://x-callback-url/import_action?type=URL&name=Quotebook%20Author%201st&url=quotebook%3A%2F%2Fadd%3Fquote%3D%5B%5Bbody%5D%5D%26author%3D%5B%5Btitle%5D%5D