A simple Atom package to replace text in the editor by passing it through a shell command. It is in the vein of %!
in VIM or shell-command-on-region
in Emacs.
shell-it:open
(default keybinding is shift-ctrl-alt-S
).sort
).The left checkboxes specify stdin from the selected text and/or the clipboard. If both are checked the clipboard and selection are concatenated for the input.
The right checkboxes specify where stdout is sent. If both are checked then the output goes to both the clipboard and the selection.
The working directory is set to the project containing the current editor
etch
component and added a limited history function.This package is covered by the MIT license. The original code was written by Mark-Hahn, with updates and rewrites by DamnedScholar.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.