Sun Jan 31, 2010 10:57 pm Post
Mon Feb 01, 2010 11:46 am Post
Anyone else using Scrivener in this way?
Any tips?
Mon Feb 01, 2010 3:11 pm Post
Mon Feb 01, 2010 10:08 pm Post
Fri Aug 20, 2010 7:46 pm Post
Wed Aug 25, 2010 10:30 am Post
Wed Aug 25, 2010 4:39 pm Post
Wed Aug 25, 2010 7:56 pm Post
Code: Select all
#!/bin/sh
osascript -e 'the clipboard as «class RTF »' | \
perl -ne 'print chr foreach unpack("C*",pack("H*",substr($_,11,-3)))' | \
textutil -format rtf -convert html -stdin -stdout | \
ruby -ne '@found=true if $_ =~ /<body>/; next unless @found; puts $_; exit if $_ =~ /<\/body>/' | \
grep -v "<body>" | \
grep -v "</body>" | \
pbcopy
Code: Select all
osascript <<EOF
tell application "Firefox" to activate
tell application "System Events"
tell process "Firefox"
tell menu bar 1
tell menu bar item "Edit"
tell menu "Edit"
click menu item "Paste"
end tell
end tell
end tell
end tell
end tell
EOF
Wed Aug 25, 2010 9:10 pm Post
Sat Aug 28, 2010 9:11 am Post
In total there are 4 users online :: 0 registered, 0 hidden and 4 guests (based on users active over the past 5 minutes)
Most users ever online was 1048 on Mon Feb 06, 2012 9:07 pm
Users browsing this forum: No registered users and 4 guests