ターミナルからopenコマンドでAtomを開く方法
openコマンドでAtomを開きたい
$atom . (opens folder)
$atom file.js (opens file)
$atom (opens editor)
例えば configをAtomで編集したい
$ atom . opne config
参考
How to open Atom editor from command line in OS X?
$atom . (opens folder)
$atom file.js (opens file)
$atom (opens editor)
$ atom . opne config
How to open Atom editor from command line in OS X?