How to open Atom editor from command line in OS X?

后端 未结 18 1854
天命终不由人
天命终不由人 2020-12-02 03:44

I have the Atom editor and was wondering how you can open a file or folder from the terminal in Atom. I am using a Mac. I am looking for a way to do this:

at         


        
18条回答
  •  Happy的楠姐
    2020-12-02 04:17

    I am on mingw bash, so I have created ~.profile file with following: alias atom='~/AppData/Local/atom/bin/atom'

提交回复
热议问题