Created
June 30, 2012 08:42
-
-
Save nanki/3022991 to your computer and use it in GitHub Desktop.
dump the contents of the current tab in Terminal.app
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/osascript | |
tell application "Terminal" | |
contents of selected tab of front window | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment