atom-shell-commands
atom-shell-commands copied to clipboard
Execute user defined shell commands (looking for new maintainers)
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": {} 如下图所示: 保存前 保存后  请问如何解决,谢谢。
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...
 
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:...