Skip to content

Instantly share code, notes, and snippets.

View scientist1642's full-sized avatar

Zura Isakadze scientist1642

  • Tbilisi, Georgia
View GitHub Profile
@scientist1642
scientist1642 / Procfile
Last active August 29, 2015 14:15 — forked from cdesch/Procfile
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
"\e[1~": beginning-of-line
"\e[4~": end-of-line
\e[5~”: history-search-backward
\e[6~”: history-search-forward
"\e[3~": delete-char
"\e[2~": quoted-insert
"\e[5C": forward-word
"\e[5D": backward-word
"\e\e[C": forward-word
"\e\e[D": backward-word
@scientist1642
scientist1642 / Spot the Hijack
Created November 26, 2012 16:36 — forked from iolloyd/Spot the Hijack
Use Audio Hijack Pro to record Spotify tracks while you listen
* Script to record and tag spotify tracks, by Lloyd Moore *)
(* Make sure you are already recording in Audio Hijack Pro with a session called 'spotifySession' *)
tell application "Spotify"
set currentTrack to (current track)
set trackName to (name of currentTrack)
tell application "Audio Hijack Pro"
set theSession to my getSession()
end tell
repeat