我有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)
这是可能的吗?我如何设置它?
当前回答
在Linux && Mac OS-es中输入“atom .”
其他回答
除了sbedulin的回答(问候,可爱的Windows用户!)
Windows上的一般路径应该是
%USERPROFILE%\AppData\Local\atom\bin
如果您使用的是像Babun这样的Bash模拟器,最好签出shell文件,这些文件只能在真正的应用程序文件夹中使用。
/c/User/<username>/AppData/Local/atom/app-<version>/resources/cli/apm.sh # Or atom.sh
由于Atom在从命令行启动时无法写入其日志文件,我遇到了一些问题。这样就治好了。
sudo chmod 777 ~/.atom/nohup.out
转到您的终端并找到您的目录。执行如下命令:
atom index.html
html只是一个例子。
在Linux && Mac OS-es中输入“atom .”
对于Windows 10和Atom的新版本,我通过在“PATH”行中添加环境变量来解决这个问题:
%USERPROFILE%\AppData\Local\atom\bin