Skip to content

Instantly share code, notes, and snippets.

@sike
sike / bash.scpt
Created October 10, 2012 06:59 — forked from noamross/bash.scpt
Run bash script from quicksilver
using terms from application "Quicksilver"
on process text _bashcom
do shell script "/bin/bash -ic '" & _bashcom & "'"
end process text
end using terms from
@sike
sike / css-stats-ack.sh
Created October 7, 2012 07:32 — forked from pjkix/css-stats-ack.sh
shell script to generate some css file statistics
#!/bin/bash
## v1.0.6
## this script will gernerate css stats
### example output
# CSS STATS
# ----------
# Floats: 132
@sike
sike / gist:3800011
Created September 28, 2012 13:56 — 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
CmdUtils.makeSearchCommand({
name: ["verycd"],
description: "Search www.verycd.com for movies, music, books downloads with image preview",
author: {name:"Danny Siu", email:"danny.siu@gmail.com", homepage:"http://dsiu.org"},
url: "http://www.verycd.com/search/folders/{QUERY}",
parser: {
container: "table#results-container > tbody > tr.entry",
title: "td > h3 > a",
thumbnail: "td:first > a > img",
preview: "td > div.brief",