我有Atom编辑器,想知道如何从Atom中的终端打开文件或文件夹。我正在使用Mac。我正在寻找一种方法来做到这一点:
atom . (opens folder)
atom file.js (opens file)
atom (opens editor)
这是可能的吗?我如何设置它?
我有Atom编辑器,想知道如何从Atom中的终端打开文件或文件夹。我正在使用Mac。我正在寻找一种方法来做到这一点:
atom . (opens folder)
atom file.js (opens file)
atom (opens editor)
这是可能的吗?我如何设置它?
当前回答
按名称打开应用程序:
open -a 'Atom' FILENAME
其他回答
在macOS上,您可以将其添加到~/.bash_profile中
as
别名 atom='open -a 'Atom''
然后从终端调用
原子filename.whatever
对于Windows 10和Atom的新版本,我通过在“PATH”行中添加环境变量来解决这个问题:
%USERPROFILE%\AppData\Local\atom\bin
打开Atom编辑器后,在菜单栏中:
单击Atom→安装Shell命令
你应该会看到:
可能重新启动您的终端(我这样做只是出于习惯,不确定你是否需要)。
一定要放(动)“Atom”放入Application目录。
在Linux && Mac OS-es中输入“atom .”