vscode-edit-with-shell
vscode-edit-with-shell copied to clipboard
Visual Studio Code Extension. Levarage your favourite shell commands to edit text
Would it be able to also make the current filename available as an environment variable ES_FILE ?
Bumps [semver](https://github.com/npm/node-semver) from 5.5.0 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
Some commands like `pwd` or `date` are useful when editing but don't consume any input. It looks like the plugin hangs the first time you run one of these. For...
If I have this text: ``` John;Doe;[email protected] Jáne;Dóe;[email protected] ``` And do a `column -t -c200 -s\;` in a terminal with `LANG="en_US.UTF-8"`, it correctly outputs: ``` John Doe [email protected] Jáne Dóe...
When invoking `EditWithShell: Run command` from a new VS Code window, the command history is empty as expected, but it would be nice to be able to also see the...
When I run a command with predefined variable, it does not expand that variable. Suppose I have selected a text `example.png` in the editor, then run `xargs -I {} echo...
add setting variable "editWithShell.shell.path" The variable will be set before the system path
I have a command called `icalBuddy` that if I run in the shell outputs my calendar events for tomorrow. If I run it with edit-with-shell, it tells me "No calendars"....