美文网首页
Mac如何快速创建空白文件

Mac如何快速创建空白文件

作者: iOS分享 | 来源:发表于2019-07-16 19:01 被阅读0次

    第一步


    打开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如何快速创建空白文件

          本文链接:https://www.haomeiwen.com/subject/smfxlctx.html