Code snippets of bash shell commands, functions and scripts for visual studio code.
Visual Studio Code Shell Snippets
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
ext install vscode-shell-snippets
Repository Home: https://github.com/DeepInThought/vscode-shell-snippets.git
JSON File: snippets/shellscript.json
- if/elif/else
- echo/read
- for/while/until/break
- function
- case expr
JSON File: snippets/tests.json
- test int/string/file
JSON File: snippets/bulk-snippets.json
- read file by line
- batch rename files
- awk
- substr
- printf
- for loop
Visit README.deepIT.md for more information on @DeepInThought.
- Please visit: LICENSE.md.