This question was asked by Van Adrian Cabrera 5 years ago, but the solution was Windows only. I am brand new to Mac's OS, and i have installed Hyper Terminal and Atom. I "cd" to my desktop folder where my files are located:
[my macbook directory] webdev % cd Secrets\ -\ Starting\ Code
[my macbook directory] Secrets - Starting Code % ls -a
. .DS_Store public
.. app.js views
[my macbook directory] Secrets - Starting Code % atom .
zsh: command not found: atom
But as you can see, the "atom ." command to launch atom in that specified directory does not work, (which i am used to doing on Windows).
Thank you