atom-shell-commands
atom-shell-commands copied to clipboard
Execute user defined shell commands (looking for new maintainers)
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.18.0 x64 **Electron**: 1.4.16 **OS**: "Arch Linux" **Thrown From**: [atom-shell-commands](https://github.com/skywind3000/atom-shell-commands) package 1.5.0 ### Stack Trace Uncaught TypeError: Bad argument ``` At...
For my linux, I wanna run my program in a new terminal. I try to add a command like this: ```shell gnome-terminal -x bash -c "./filename;exec bash;" ``` but this...
Hi! Thanks for maintaining the atom-shell-commands package! In Atom v1.19, we will release a [major change](https://github.com/atom/atom/pull/14435) to Atom's core text buffer data structure. As part of this change, we have...

For my personal sake, I am too busy to contribute in the future for a while, and this repository is looking for new maintainers now. Any one who would like...
I'm using atom shell commands to run the php interpreter with x-debug. If I run the the program step by step the `echo`s don't show up on the shell immediately....
Hey @skywind3000 I really like your work. The simplicity of this package is really nice. I was trying to redirect stout using a ">" as one of my arguments but...
It's my first time trying to configure something like this, so maybe I'm missing something obvious. I have a 100% fresh install of Atom on a 100% fresh install of...
it'd be nice to have an option to disable the output panel
Sorry if this a basic question but... I was wondering if there is a keyboard shortcut to close the atom-shell-command pane...