Skip to content

Instantly share code, notes, and snippets.

View mrnovalles's full-sized avatar
🚲

Mariano Vallés mrnovalles

🚲
View GitHub Profile
@mrnovalles
mrnovalles / gist:3800482
Created September 28, 2012 15:20 — forked from lucasfais/gist:1207002
Sublime Text 2 - Useful Shortcuts

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
for OG_URL in `cat og_urls.txt`
do
curl -X POST \
-F "id=$OG_URL" \
-F "scrape=true" \
"https://graph.facebook.com"
done