Automator 是一款功能强大的应用程序,可让您编写脚本并实现自动化。在这种情况下,我们将创建一个 Automator 快速操作,它可以从 Finder 中的任何位置运行,以在当前文件夹位置创建一个新的文本文件。因此,只需稍加设置,您就可以随时随地轻松访问创建新文本文件的能力。


tell application \"Finder\" to make new file at (the target of the front window) as alias
![]()

![]()

![]()
您可以在 Finder 中的任何位置使用此快速操作来立即生成新的文本文件。
这可能是最接近 Windows 右键单击“创建新文本文件”功能的 Mac 操作。