This extension allows you to run any shell command on the selected text.
- Run a command with stdin being the selected test and either:
- Replace the selection with the output.
- Show the output.
grep term
- Remove all lines from the selection that don’t includeterm
.grep -v term
- Remove all lines from the selection that includeterm
.
Because this extension will run whatever command you enter, be careful with what command you run and do not blindly paste commands from others.