码迷,mamicode.com
首页 > 系统相关 > 详细

mac 添加new file.md

时间:2019-06-21 12:34:25      阅读:275      评论:0      收藏:0      [点我收藏+]

标签:ica   mamicode   意图   图片   mic   目录   apple   点击   程序   

1. 打开mac自带的“Automator”,文稿类型选择应用程序:

技术图片?
技术图片?

2. 选择:实用工具 -> 运行 AppleScript

技术图片?

3. 黏贴如下代码到上图的右侧,command + s 保存 到 “应用程序”目录,随便命名即可,这里为:New File,默认图标与“Automator”相同

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

4. 更换图标:“应用程序” 中右键选择 “New File”,显示简介,点击上方图标,command + v 黏贴任意图标即可...

技术图片?

mac 添加new file.md

标签:ica   mamicode   意图   图片   mic   目录   apple   点击   程序   

原文地址:https://www.cnblogs.com/remainsu/p/mac-tian-jianew-filemd.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!