I try currently to add project folder to Atom using terminal. But I don't find any usefull documentation about this subject.
How add project folder in Atom from terminal - an Atom terminal or external terminal ?
Atom editor, at bottom we can see the platformio ide terminal...
Thank you
You can use the --add
/ -a
flag to add a folder to an already open Atom session.
Examples:
# add current folder to Atom
atom -a .
# add specific path to Atom
atom -a full/path/to/project
See atom --help
for a list of all available flags.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With