Hello there! We might now have different Atom versions but different OS's. I use it on a Mac...
pwd, at least on OSX systems, is a command you can use on the terminal to get your current path. Same with Linux. On Windows, though, it's a different one... I searched on the web and found that writing cd on a Windows terminal without giving it any parameters works the same as pwd on Mac (prints your current path). I now realize what I wrote is wrong... I should have said path instead of pwd. Haha I'm glad you found something that could solve your issue! P. S. I recommend you marry Google. The solution to almost any one of your problems will (most likely) always be one search away from you. Thank you so much for reply and instructions when opening editor- new file have not found the atom tab you specified (different version?) I did find a package called atom-shell-commands package Customize shell commands for atom. Similar to 'Run Commands' in NotePad++, 'User Tool' in EditPlus/UltraEdit, 'External Tool' in GEdit and 'Shell Commands' in TextMate. <https://atom.io/packages/atom-shell-commands#preface>Preface This package enables you to setup shell commands as atom commands. Shell output will be captured and display in the atom's bottom panel.If you create a command named 'gcc-build', you will find 'atom-shell-commands:gcc-build' in the atom command palette, and then use keymap to setup a shotcut for it. I was a window user and switched to Atom from EditPlus/Notepad++. Previously I wrote a script in EditPlus to compile-run my C/C++ programs and execute Makefiles with customizable compile flags and run options. not sure if this is it or not and then it can be opened in node at command promt with commands atom file-to-open or even atom folder-to-open/ and atom . (to open all the files/directories located on your actual pwd) sorry what is pwd? Thanks Again Dan > >> New group rules: https://gist.github.com/othiym >> 23/9886289#file-moderation-policy-md >> Old group rules: https://github.com/joyent/node >> /wiki/Mailing-List-Posting-Guidelines >> --- >> You received this message because you are subscribed to the Google Groups >> "nodejs" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To post to this group, send email to [email protected]. >> To view this discussion on the web visit https://groups.google.com/d/ms >> gid/nodejs/55477ce2-58ee-468e-aaad-3211c30f4adb%40googlegroups.com >> <https://groups.google.com/d/msgid/nodejs/55477ce2-58ee-468e-aaad-3211c30f4adb%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file- moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List- Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/ msgid/nodejs/7c7ffde2-6bb1-4e7c-9f47-29b3fb3a658f%40googlegroups.com <https://groups.google.com/d/msgid/nodejs/7c7ffde2-6bb1-4e7c-9f47-29b3fb3a658f%40googlegroups.com?utm_medium=email&utm_source=footer> . For more options, visit https://groups.google.com/d/optout. -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/CAHGwkUKChpXA1OZ1E%3De5tuQ5C%3DJcP0FuKUUUvyW9_qhHYrjmHw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
