MacOSX Services使用技巧
MacOSX Services使用技巧
在MacOSX中利用Services快速完成某些工作,下面我举几个小例子演示一下。
- 简繁字转换
在文本编辑器中选中需要转换的文字后点击桌面左上角的编辑器名 -> Services -> Text -> Convert Selected Simplified Chinese Text
- 快速把文档当作附件发送
在Finder中选中文件后点击桌面左上角的Finder -> Services -> Messaging -> New Email With Attachment
- 使用Textmate打开文件夹
打开Automator新建Service,在Actions中搜索Open Finder Items,双击或者把“Open Finder Items”拖动到右边,在右边的Open with:中选中Textmate,保存为Open in TextMate。
之后有需要新项目需要用TextMate打开,就可以直接掉用Services了。
Finder -> Services -> Files and Folders -> Open in TextMate
附:
Textmate官网提供了一个Finder中的Toolsopen in textmate from finder,用这个工具也挺方便的。
安装好后在Finder中选中要打开的Folder,点击OpenInTextMate即可。