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
The symlink solution for this stopped working for me in zsh today. I ended up creating an alias in my .zshrc file instead:
.zshrc
alias atom='sh /Applications/Atom.app/Contents/Resources/app/atom.sh'