Author: Not specified | Language: c |
Description: Not specified | Timestamp: 2017-07-05 12:55:28 +0000 |
View raw paste | Reply |
- try
- set old to the clipboard as record
- end try
- tell application "System Events" to keystroke "c" using command down
- do shell script "export LC_CTYPE=UTF-8; pbpaste | /usr/local/bin/pygmentize -l c -f rtf -O style=default | pbcopy -Prefer rtf"
- tell application "System Events" to keystroke "v" using command down
- delay 0.05
- try
- set the clipboard to old
- end try
View raw paste | Reply |