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