Mac如何快速创建空白文件


第一步


打开Mac自带的“Automator软件”



第二步

将里面内容更换为:

on run {input, parameters} 
    tell application "Finder"
    set selection to make new file at (get insertion location) 
    end tell 
    
    return input
end run

选择路径保存即可。点击刚创建的指令做面即可出现一个空白。

个人博客:https://maofourteen.github.io

你可能感兴趣的:(Mac如何快速创建空白文件)