この記事では、macOSのAppleScriptを使用してSafariのブラウザ履歴をCSV形式に変換し、そのデータを簡単に分析する方法をご紹介します。 また、ChatGPT-4oやClaude3といったAIツールを活用して、コーディング、そしてコードレビューを行っています。 コードは全量 ...
前編はこちら。 前回でワークフロー全体は完成しました。 この後編では、プログラミングに多少なりとも興味のある方へ向けた、その一般的な概念なども織り交ぜた AppleScript コードの説明をしてみようと思います。 プログラムに餌を与える コンピュータに何をしてほしいかと言ったら、今回 ...
If you have been reading my columns for a while (prior to my introductory series on scripting different applications), then you may know that I am somewhat of a subroutine handler fanatic. I feel that ...
Since AppleScript's text item delimiters are set to an empty string by default, retrieving the text elements from a string will return the characters from within that string in list format. The ...
The framework AppleScriptObjC allows users to write scripts with an interesting fusion of the AppleScript and Objective-C languages. Specifically, Apple describes the framework as: AppleScriptObjC ...
パソコンとの付き合いは20年以上。最初はWindowsを使っていたが、務めていたソフトウェア開発会社でMacに出会い、魅了される。その後、Windowsのシステム構築、PHP開発を行いつつ、Macプログラミングを独学で習得、自ら開発を行うようになる。「MacPeople」など ...
This is an AppleSript language binding (glue code) for using Pashua with AppleScript. Pashua is a macOS application for using native GUI dialog windows in various ...
In a survey, Adobe asks its developers about scripting support in Creative Suite. But it sure looks as if coders are being asked to choose between AppleScript and something else. A note posted Friday ...
This article is excerpted from The Mac OS X Tiger Book from Wiley Publishing (0-7645-7956-6); the book can be ordered from Amazon.com and Barnes & Noble. Copyright ...
I have been using Mavericks for a little while now and I have to admit that I was a little slow to get excited about this release of OS X. Once I started to sink my teeth into some of the power-user ...
I'm not sure exactly when or why this happened, but the new rage in scripting these days seems to be finding ways to get around using AppleScript. As you may recall, O'Reilly offered a great guide on ...