<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ソフトウェア &#8211; DigitalBoo</title>
	<atom:link href="https://www.digitalboo.net/archives/category/software/feed" rel="self" type="application/rss+xml" />
	<link>https://www.digitalboo.net</link>
	<description>やんぐのデジタル部</description>
	<lastBuildDate>Sun, 09 Nov 2025 21:06:35 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.digitalboo.net/main/wp-content/uploads/2016/12/cropped-digitalboo-favicon-2-512-32x32.png</url>
	<title>ソフトウェア &#8211; DigitalBoo</title>
	<link>https://www.digitalboo.net</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Macのゴミ箱アプリ完成形</title>
		<link>https://www.digitalboo.net/post/16770/eject-or-trash-2</link>
					<comments>https://www.digitalboo.net/post/16770/eject-or-trash-2#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Tue, 04 Nov 2025 01:24:13 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[ゴミ箱]]></category>
		<category><![CDATA[Automator]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16770</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptゴミ箱-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>AppleScriptのゴミ箱アプリを作って機嫌良く使っていたのですが、たまにエラーが出るので改善し、完成形として仕上げました。 AppleScript で作るゴミ箱アプリ ゴミ箱アプリをApplescriptで作った投 &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16770/eject-or-trash-2" class="more-link"><span class="screen-reader-text">"Macのゴミ箱アプリ完成形" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16770/eject-or-trash-2/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Apple Mail.app の重複メールを何とかする</title>
		<link>https://www.digitalboo.net/post/16760/duplicate-emails-in-apple-mailapp</link>
					<comments>https://www.digitalboo.net/post/16760/duplicate-emails-in-apple-mailapp#comments</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Sun, 31 Aug 2025 18:34:13 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[Mail.app]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16760</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2025/09/AppleScriptとAutomator-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Appleのメール.appにはメールの重複を解決してくれる機能がありません。積もり積もった重複メールを抽出したりまとめて削除するためのAppleScriptです。 Apple の Mail.app で重複メールが作られて &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16760/duplicate-emails-in-apple-mailapp" class="more-link"><span class="screen-reader-text">"Apple Mail.app の重複メールを何とかする" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16760/duplicate-emails-in-apple-mailapp/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>OpenCore Legacy Patcher 環境下で XtraFinder を使用する</title>
		<link>https://www.digitalboo.net/post/16727/using-xtrafinder-with-oclp</link>
					<comments>https://www.digitalboo.net/post/16727/using-xtrafinder-with-oclp#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Mon, 11 Aug 2025 07:00:07 +0000</pubDate>
				<category><![CDATA[ユーティリティ]]></category>
		<category><![CDATA[Retroactive]]></category>
		<category><![CDATA[OpenCore Legacy Patcher]]></category>
		<category><![CDATA[XtraFinder]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16727</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2025/08/OCLP-xtrafinder-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p> OpenCore Legacy Patcher を使用すると、最新macOSに非対応のちょっと古いMacに新しいmacOSをインストールできます。その環境下で XtraFinder を使おうとするとハマりますが、何とか &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16727/using-xtrafinder-with-oclp" class="more-link"><span class="screen-reader-text">"OpenCore Legacy Patcher 環境下で XtraFinder を使用する" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16727/using-xtrafinder-with-oclp/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>TimeMachine の特定日付バックアップを削除する</title>
		<link>https://www.digitalboo.net/post/16483/delete-timemachine-backup</link>
					<comments>https://www.digitalboo.net/post/16483/delete-timemachine-backup#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Mon, 23 Dec 2024 22:23:31 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[TimeMachine]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16483</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/TimeMachineCom-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>TimeMachine のバックアップが増えてHDDいっぱいになると自動で古いのから消してくれますが、手動で消したいこともあります。ターミナルを使ってサクッと消しましょう。 TimeMachineはHDDの容量が逼迫する &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16483/delete-timemachine-backup" class="more-link"><span class="screen-reader-text">"TimeMachine の特定日付バックアップを削除する" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16483/delete-timemachine-backup/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>アプリを削除するなら AppCleaner</title>
		<link>https://www.digitalboo.net/post/16466/appcleaner-app</link>
					<comments>https://www.digitalboo.net/post/16466/appcleaner-app#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Mon, 02 Dec 2024 20:01:09 +0000</pubDate>
				<category><![CDATA[小さなアプリ]]></category>
		<category><![CDATA[AppCleaner]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16466</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-55x55.png" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-55x55.png 55w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-320x320.png 320w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-100x100.png 100w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-40x40.png 40w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-120x120.png 120w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon-80x80.png 80w, https://www.digitalboo.net/main/wp-content/uploads/2024/12/AppCleaner_icon.png 512w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>アプリケーションを削除する時に関連ファイルも一緒に捨ててくれる AppClener が小気味良くて長年使っています。  Macでアプリケーションを削除するにはアイコンをポイと捨てますが、初期設定やアプリケーションサポート &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16466/appcleaner-app" class="more-link"><span class="screen-reader-text">"アプリを削除するなら AppCleaner" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16466/appcleaner-app/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>diskutil でアンマウントできないボリュームを取り出す</title>
		<link>https://www.digitalboo.net/post/16418/unmount-with-diskutil</link>
					<comments>https://www.digitalboo.net/post/16418/unmount-with-diskutil#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Sat, 23 Nov 2024 14:40:10 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[diskutil]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16418</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2022/01/digitalbooTerminal-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2022/01/digitalbooTerminal-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2022/01/digitalbooTerminal-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2022/01/digitalbooTerminal-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Macでディスク（ボリューム）をマウント解除しようとしてもできないことがあって、「強制的に」を指定してもまだ駄目で、そんなときにどうするのか対処方法を探したら見つかったのでメモ。 アンマウントできないディスクをアンマウン &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16418/unmount-with-diskutil" class="more-link"><span class="screen-reader-text">"diskutil でアンマウントできないボリュームを取り出す" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16418/unmount-with-diskutil/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>AppleScriptでゴミ箱モドキを作った</title>
		<link>https://www.digitalboo.net/post/16146/eject-or-trash</link>
					<comments>https://www.digitalboo.net/post/16146/eject-or-trash#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Wed, 04 Sep 2024 00:06:28 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[DragThing]]></category>
		<category><![CDATA[ゴミ箱]]></category>
		<category><![CDATA[Automator]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=16146</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2024/09/イジェクトかゴミ箱-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Macのデスクトップからゴミ箱がなくなって久しい上に、唯一の代替手段であったDragThingも動かなくなって久しい昨今、それでもデスクトップにゴミ箱が欲しいんです。モドキで良いからAppleScriptで作ります。 昔 &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/16146/eject-or-trash" class="more-link"><span class="screen-reader-text">"AppleScriptでゴミ箱モドキを作った" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/16146/eject-or-trash/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>マージに最強 CompareMerge</title>
		<link>https://www.digitalboo.net/post/15695/comparemerge2</link>
					<comments>https://www.digitalboo.net/post/15695/comparemerge2#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Thu, 11 Jul 2024 12:46:07 +0000</pubDate>
				<category><![CDATA[小さなアプリ]]></category>
		<category><![CDATA[FileMerge]]></category>
		<category><![CDATA[CompareMerge]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=15695</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2024/07/compareMarge-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>テキストファイルのマージに最適なアプリは何ですか。Mac では CompareMerge でしょうか。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/15695/comparemerge2/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Chrome ウインドウアプリ化でSNS恩恵</title>
		<link>https://www.digitalboo.net/post/15338/chrome-window-app</link>
					<comments>https://www.digitalboo.net/post/15338/chrome-window-app#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Wed, 22 May 2024 16:18:10 +0000</pubDate>
				<category><![CDATA[小さなアプリ]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Unite]]></category>
		<category><![CDATA[Flotato]]></category>
		<category><![CDATA[SNS]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=15338</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-55x55.png" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-55x55.png 55w, https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-100x100.png 100w, https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-40x40.png 40w, https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-120x120.png 120w, https://www.digitalboo.net/main/wp-content/uploads/2024/05/SS-2024-05-22-23.03.11-80x80.png 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>古いやつだとお思いでしょうが、macOS 10.x を引き摺っている者たちがまだいます。さすがにぼちぼち不便なことも増えてきた昨今、Google Chrome のアプリ化機能がSNS表示に貢献しました。 Twitter  &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/15338/chrome-window-app" class="more-link"><span class="screen-reader-text">"Google Chrome ウインドウアプリ化でSNS恩恵" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/15338/chrome-window-app/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>シングルクォートのエスケープ処理</title>
		<link>https://www.digitalboo.net/post/14041/singlequote</link>
					<comments>https://www.digitalboo.net/post/14041/singlequote#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Thu, 21 Dec 2023 19:06:29 +0000</pubDate>
				<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[do script]]></category>
		<category><![CDATA[CodeRun]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=14041</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/12/singleQuote-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/12/singleQuote-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/singleQuote-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/singleQuote-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>コマンドの記述で、シングルクォートの中にシングルクォートがある場合のエスケープ処理が少し厄介です テキスト内容に &#8216;（シングルクォート）が含まれる場合の扱いについてです。何の扱いかというと、ターミナルのコマン &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/14041/singlequote" class="more-link"><span class="screen-reader-text">"シングルクォートのエスケープ処理" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/14041/singlequote/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>コマンド screencapture でスクリーンショット撮りましょ</title>
		<link>https://www.digitalboo.net/post/13704/command-screencapture</link>
					<comments>https://www.digitalboo.net/post/13704/command-screencapture#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Wed, 20 Dec 2023 08:35:56 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[screencapture]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=13704</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-40x40.jpg 40w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-120x120.jpg 120w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/screencapture-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Macのコマンド screencapture です。スクリーンショットを撮るだけならショートカットキーが最強便利ですが、コマンドラインからコントロールできると他のツールから利用するなど自動化でいろいろ応用できます。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/13704/command-screencapture/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>sips 画像編集のコマンド</title>
		<link>https://www.digitalboo.net/post/13612/sips</link>
					<comments>https://www.digitalboo.net/post/13612/sips#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Sat, 02 Dec 2023 16:33:50 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[sips]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=13612</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/12/sips-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/12/sips-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/sips-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/12/sips-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Macにデフォルトで入っている sips コマンドは、画像のタイプ変換、サイズ変更、回転、反転、クロップなどが行える気軽なツール。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/13612/sips/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>mdfind でMac内を高速検索</title>
		<link>https://www.digitalboo.net/post/13793/command-mdfind</link>
					<comments>https://www.digitalboo.net/post/13793/command-mdfind#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Mon, 27 Nov 2023 04:07:00 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[do script]]></category>
		<category><![CDATA[mdfind]]></category>
		<category><![CDATA[mdls]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=13793</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/11/mdfind-e1700925422577-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/11/mdfind-e1700925422577-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/11/mdfind-e1700925422577-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/11/mdfind-e1700925422577-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Spotlightのインデックスを検索するコマンド mdfind は速くて便利で優れもの。使わない手はありません。けどやや曲者です。書き方に癖あるし上手く動かないことや異常を発生させることもあります。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/13793/command-mdfind/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>FFmpeg をMacで簡単に使い始めること</title>
		<link>https://www.digitalboo.net/post/13324/eazy_ffmpeg</link>
					<comments>https://www.digitalboo.net/post/13324/eazy_ffmpeg#comments</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Mon, 23 Oct 2023 15:30:01 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=13324</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/09/ffmpeg-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/09/ffmpeg-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/09/ffmpeg-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/09/ffmpeg-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>FFmpeg は動画ファイルを扱う強力なコマンドラインツールですが素人の一般人にはインストールすら少しハードル高いです。使い始めてみましょう。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/13324/eazy_ffmpeg/feed</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>パッケージを判断するコマンド</title>
		<link>https://www.digitalboo.net/post/12738/mdls_et_mdfind</link>
					<comments>https://www.digitalboo.net/post/12738/mdls_et_mdfind#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Sun, 02 Jul 2023 16:23:06 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[パッケージ]]></category>
		<category><![CDATA[mdfind]]></category>
		<category><![CDATA[AppleScript]]></category>
		<category><![CDATA[do script]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=12738</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-55x55.png" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-55x55.png 55w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-100x100.png 100w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-320x320.png 320w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-525x525.png 525w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-740x740.png 740w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル-80x80.png 80w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/ターミナル.png 1024w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>パッケージはフォルダですがFinderではファイルに見えます。パッケージを検索したり、パッケージであることを判断する方法はないものかと長年思い募っていましたが mdls と mdfind がその答えでした。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/12738/mdls_et_mdfind/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ditto で zip圧縮する</title>
		<link>https://www.digitalboo.net/post/12177/ditto-zip</link>
					<comments>https://www.digitalboo.net/post/12177/ditto-zip#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Tue, 02 May 2023 16:17:53 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=12177</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>zip コマンドで圧縮することが出来ます。簡単ですが罠があります。zip コマンドを使わず、ditto を使いましょう。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/12177/ditto-zip/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>セパレートモードをポイ捨てした Affinity ver.2</title>
		<link>https://www.digitalboo.net/post/11969/affinity2-separate-mode-disappearance</link>
					<comments>https://www.digitalboo.net/post/11969/affinity2-separate-mode-disappearance#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Fri, 07 Apr 2023 07:42:20 +0000</pubDate>
				<category><![CDATA[ソフトウェア]]></category>
		<category><![CDATA[Affinity]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=11969</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2021/01/affinity3app-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2021/01/affinity3app-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/affinity3app-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2021/01/affinity3app-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Affinity の話はもういいやと思っていましたがちょっとだけ愚痴っておきます。バージョン2になってセパレータモード（分離モード）がなくなり、大人のMacユーザーと決別したという話です。 AFFINITY 脱 Adob &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/11969/affinity2-separate-mode-disappearance" class="more-link"><span class="screen-reader-text">"セパレートモードをポイ捨てした Affinity ver.2" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/11969/affinity2-separate-mode-disappearance/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ファイル情報を取得する GetFileInfo の属性: avbstclinmedz とは何ぞや</title>
		<link>https://www.digitalboo.net/post/11565/command-getfileinfo</link>
					<comments>https://www.digitalboo.net/post/11565/command-getfileinfo#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Wed, 22 Mar 2023 19:00:53 +0000</pubDate>
				<category><![CDATA[ターミナルやAppleScript]]></category>
		<category><![CDATA[GetFileInfo]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=11565</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/03/terminal-and-baba21@2x-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>ファイル/フォルダの情報をゲットするコマンド getfileinfo で attributes（属性）の値が avbstclinmedz ですが、これ何でしょう。]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/11565/command-getfileinfo/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Local 502 Bad Gateway の問題と顛末</title>
		<link>https://www.digitalboo.net/post/10868/bad-local</link>
					<comments>https://www.digitalboo.net/post/10868/bad-local#respond</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Fri, 17 Feb 2023 09:14:11 +0000</pubDate>
				<category><![CDATA[Web関係]]></category>
		<category><![CDATA[Local]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=10868</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/02/Local-and-MAMP-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/02/Local-and-MAMP-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/02/Local-and-MAMP-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/02/Local-and-MAMP-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>Local by Flywheel というWordPressをローカルに構築できるソフトウェアがありました。いつの間にか Local という具合の悪いアプリ名に変更され、さらにエラーで使えないものになってしまいましたが打 &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/10868/bad-local" class="more-link"><span class="screen-reader-text">"Local 502 Bad Gateway の問題と顛末" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/10868/bad-local/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>今更感もなくはない、DragThing の代替の話</title>
		<link>https://www.digitalboo.net/post/10900/alternative-to-dragthing</link>
					<comments>https://www.digitalboo.net/post/10900/alternative-to-dragthing#comments</comments>
		
		<dc:creator><![CDATA[digitalboo]]></dc:creator>
		<pubDate>Thu, 16 Feb 2023 13:06:57 +0000</pubDate>
				<category><![CDATA[小さなアプリ]]></category>
		<category><![CDATA[ユーティリティ]]></category>
		<category><![CDATA[DragThing]]></category>
		<category><![CDATA[PopUpWindow]]></category>
		<guid isPermaLink="false">https://www.digitalboo.net/?p=10900</guid>

					<description><![CDATA[<p><img width="55" height="55" src="https://www.digitalboo.net/main/wp-content/uploads/2023/02/DragThing-55x55.jpg" class="attachment-icon size-icon wp-post-image" alt="" decoding="async" srcset="https://www.digitalboo.net/main/wp-content/uploads/2023/02/DragThing-55x55.jpg 55w, https://www.digitalboo.net/main/wp-content/uploads/2023/02/DragThing-100x100.jpg 100w, https://www.digitalboo.net/main/wp-content/uploads/2023/02/DragThing-80x80.jpg 80w" sizes="(max-width: 767px) 89vw, (max-width: 1000px) 54vw, (max-width: 1071px) 543px, 580px" /></p>DragThing は老舗ランチャーですが、10.14 Movaje を最後に終了しています。DragThing の代替を探していた人もかつて多くおられたと思います。以前それが全くなく、近頃では PopUpWindow  &#8230; <p class="link-more"><a href="https://www.digitalboo.net/post/10900/alternative-to-dragthing" class="more-link"><span class="screen-reader-text">"今更感もなくはない、DragThing の代替の話" の</span>続きを読む</a></p>]]></description>
		
					<wfw:commentRss>https://www.digitalboo.net/post/10900/alternative-to-dragthing/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
	</channel>
</rss>
