こんなソフトを探しています Part 17
http://pc7.2ch.net/test/read.cgi/mac/1122039166/ の
>>491より転載。
★コピーしたテキストを一発で日付時間名の付いたテキストファイルにしてくれるスクリプト
(by 484&488氏)
(以下3行分をスクリプトエディタでコピペして保存するとアプリに出来ます。)
property folderpath : ""
if folderpath is "" then set folderpath to (POSIX path of (choose folder with prompt "メモを保存するフォルダ"))
do shell script "echo " & (quoted form of (the clipboard)) & " | iconv -f UTF-8 -t SHIFT_JIS > " & (quoted form of (folderpath & (do shell script "date +%y%m%d-%H%M%S") & ".txt"))