atom-shell-commands icon indicating copy to clipboard operation
atom-shell-commands copied to clipboard

Execute user defined shell commands (looking for new maintainers)

Results 36 atom-shell-commands issues
Sort by recently updated
recently updated
newest added

I try to execute a python script in a new window in Linux I did as told in the manual [Enter steps to reproduce:] 1. "atom-shell-commands": commands: [ { name:...

I have a large *pandoc*-file. I want to convert it into html by using the *pandoc*-command. The option to save the file before executing the command is enabled in the...

I got this error: > ["mjml","-r","template.mjml","-o","template.html"] > Error: spawn mjml ENOENT > [Finished in 0.06 seconds, with code -4058] My config: ```cson "atom-shell-commands": commands: [ { name: "mjml" command: "mjml"...

我把说明文档提供的compile指令复制到config.cson中,保存后会自动变成"atom-shell-commands": {} 如下图所示: 保存前 保存后 ![image](https://cloud.githubusercontent.com/assets/11943130/20561141/eb054550-b1b7-11e6-9052-0089aab6f937.png) 请问如何解决,谢谢。

Hello I'm experiencing a weird styling issue with the tree view. I noticed it quite some time ago and went on thinking it was an Atom issue, but when debugging...

![image](https://user-images.githubusercontent.com/23525754/32445546-0a5af5e4-c341-11e7-9ee5-34347cc3bc0f.png) ![image](https://user-images.githubusercontent.com/23525754/32445558-14804ace-c341-11e7-9b9d-4358bdc7c5b6.png)

I found this plugin useful, I just wanted something simple to run make with a single key. The only issue was it would only save the current file so I...

i saw the describe about 哇 英语差有点难受 我可以配置编译和execute 但是在新窗口运行那一块出了点问题 就是在配置文件写好了以后 我该怎么做 是要写一个launch.cmd 文件吗 还是在cmd里直接运行那些source

I am using Atom 1.19.2 in MacOS Sierra. When I try to save the config.cson file with additional commands it only saves the last command. Example: ``` "*": "advanced-open-file": createDirectories:...