Skip to content

Instantly share code, notes, and snippets.

View jfeltesse's full-sized avatar

Julien Feltesse jfeltesse

View GitHub Profile
@jfeltesse
jfeltesse / USAGE.md
Created December 7, 2012 07:14
Bookmarklet to get a better idea of the colors provided by d3.js
@jfeltesse
jfeltesse / rw.zsh
Created October 27, 2013 02:49 — forked from jimfisher/rw.zsh
rails_workspace(){
osascript -e 'tell application "Terminal"' \
-e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' \
-e "do script with command \"cd `pwd`;clear;\" in selected tab of the front window" \
-e "do script with command \"rails server\" in selected tab of the front window" \
-e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' \
-e "do script with command \"cd `pwd`;clear;\" in selected tab of the front window" \
-e "do script with command \"rails console\" in selected tab of the front window" \
-e 'tell application "System Events" to tell process "Terminal" to keystroke "t" using command down' \
-e "do script with command \"cd `pwd`;clear;\" in selected tab of the front window" \