如何在mac os 终端中用命令行时用 atom 打开文件



 julauddeMacBook-Pro:redux-blog-example julaud$ atom .
-bash: atom: command not found

在 window 下 安装完 atom 可以在命令行下 输入 atom 打开文件

在 mac os 上 下载了 atom 官方的 zip 包 解压到了 应用程序里面

该怎么实现终端输入 atom 可以打开呀 求 大S制度一下 O(∩_∩)O谢谢啦

atom mac

火村真知子 9 years, 5 months ago

我自己用的Sublime,原理类似

  1. 创建可执行文件的软连接,ln命令:实现效果如下。/usr/local/bin/sublime -> /Applications/Sublime Text.app/Contents/SharedSupport/bin/subl

  2. 如果想支持open xxx文件,编辑~/.bash_profile文件:

  3. EDITOR='sublime'

  4. 使用:sublime .

npc568 answered 9 years, 5 months ago

atom 安装 Conmand line tool 就是命令行工具 然后直接 atom xx.xx 就可以了

淡い柠檬草 answered 9 years, 5 months ago

Your Answer