Terminal open folder in Atom

David Carr

Tools

Open the Atom or the current folder in Atom using Terminal can be done by running this command in Terminal:

ln -s '/Applications/Atom.app/Contents/SharedSupport/bin/atom' /usr/local/bin/atom

Now to open Atom just type atom

To open the current folder in Atom type atom . (notice the period)

Copyright © 2006 - 2024 DC Blog - All rights reserved.