A port of shell-file-mode to VSCode.
Install from the VSCode extension marketplace.
command | keybinding | keybinding (mac) |
---|---|---|
shell-file-mode.findShellFile | ctrl+shift+f | cmd+shift+f |
shell-file-mode.insertShellFileBlock | ctrl+shfit+i | cmd+shift+i |
shell-file-mode.runShellFileBlock | ctrl+shift+r | cmd+shift+r |
shell-file-mode.openShellFile
andshell-file-mode.runShellFile
should move cursor to appropriate position in the block- add some tests?
- refactor codebase to reduce duplication
- make shell file path configurable