zircon is a vscode extension to bring the power of bash (or another shell!) text transformation to your selections in vscode!
This vscode command allows you to run the currently selected text through a set of bash commands
- bash (or another shell!)
- any other tooling you want to reference from that shell
This extension contributes the following settings:
zircon.shell: the shell to use with zircon [defaults tobash]
This currently only works with a single selection
added logo
first release!