--
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 nodejs+unsubscribe@googlegroups.com.
To post to this group, send email to nod...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/55477ce2-58ee-468e-aaad-3211c30f4adb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
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.
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
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/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 nodejs+un...@googlegroups.com.
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.