Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am toph-allen on github.
* I am toph (https://keybase.io/toph) on keybase.
* I have a public key ASA-ZDgF8mKHlJAqPV3IGVuBjvVzJhpbli_2LM4dpT3iLwo
To claim this, I am signing this object:
on run {input, parameters}
tell application "Finder"
set myWin to window 1
set theWin to (quoted form of POSIX path of (target of myWin as alias))
tell application "Terminal"
activate
tell window 1
do script "cd " & theWin
-- do script "cd " & theWin & ";ls -al | more"
@toph-allen
toph-allen / keybase.md
Last active August 29, 2015 14:12
keybase.md

Keybase proof

I hereby claim:

  • I am toph-allen on github.
  • I am toph (https://keybase.io/toph) on keybase.
  • I have a public key whose fingerprint is CB52 321C 1CB1 974D 5D7A 5633 E53E C7D8 8F21 311C

To claim this, I am signing this object:

@toph-allen
toph-allen / Day One.sublime-build.json
Last active December 14, 2015 04:49 — forked from poritsky/Day One.sublime-build.json
Fixed error when $file contained spaces.
{
"cmd": ["dayone new < '$file'"],
"path": "/usr/local/bin/",
"shell": "true"
}