sublime-text-shell-command
sublime-text-shell-command copied to clipboard
The ShellCommand plugin allows arbitrary shell commands to be run and their output to be sent to buffers or panels. The output can have a syntax associated with it, which makes it possible to build 'm...
I've tried setting `shell-file-name` to several different things on Windows and nothing has worked. Every command errors out. Here are several things that haven't worked: - `"shell-file-name": "bash"` (i do...
Hi, I am trying to combine 'https://packagecontrol.io/packages/ANSIescape' with this package. This is because I see quite a few '' (unicode) chars in the shell command output that are not being...
Say I want to sort these lines: ``` bb dd cc aa ``` In Vim it works like this: select the four lines, press "!", type "sort", Enter, and the...
Long-running processes are independent of Sublime and cannot be terminated, either from the keyboard, or by exiting Sublime.
* [x] Take the changelog out of the `README` and put it in `CHANGELOG.md`, which is more standard. Use the structure in [CHANGELOG.md in docker-job](https://github.com/markbirbeck/docker-job/blob/master/CHANGELOG.md) which follows [Keep A Changelog](https://keepachangelog.com/en/1.0.0/)....
alt+shift+1 is used to set `single` layout
Every command that is run is being added to the history, not just commands that are executed via the `[ALT]+!` and `[ALT]+|` sequences. It would be better to just store...
Currently, it seems this can only be done when invoking ShellCommand via a keyboard shortcut. I would like all output to go to a panel, including when I use the...
When using the history feature from #27, the history isn't shown until the *second* keypress, regardless of whether it's up or down.