You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+33-22Lines changed: 33 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,22 @@ A collection of bash snippets
6
6
7
7
Just a few snippets to make shellscript dev easier
8
8
9
-
- shebang : shebang
10
-
- e : echo
11
-
- fn : function
12
-
- fnd : function with definitions
13
-
- if : if
14
-
- ife : if else
15
-
- elif : elif
16
-
- until : until
17
-
- main : main
18
-
- const : const
19
-
- todo : TODO
9
+
-`shebang` : shebang
10
+
-`e` : echo
11
+
-`fn` : function
12
+
-`fnd` : function with definitions
13
+
-`if` : if
14
+
-`ife` : if else
15
+
-`elif` : elif
16
+
-`until` : until
17
+
-`main` : main
18
+
-`const` : const
19
+
-`todo` : TODO
20
+
-`array` : array declaration
21
+
-`forarre` : iterates throught the elements in an array
22
+
-`forrange` : iterates throught a range of indexes
23
+
-`case`: shell case statement
24
+
-`arri`: Array indexing statement
20
25
21
26
## Known Issues
22
27
@@ -26,13 +31,13 @@ None
26
31
27
32
### 0.0.1
28
33
29
-
- shebang : shebang
30
-
-e : echo
31
-
-fn : function
32
-
-if : if
33
-
- ife : if else
34
-
- elif : elif
35
-
- until : until
34
+
-`shebang` : shebang
35
+
-`e` : echo
36
+
-`fn` : function
37
+
-`if` : if
38
+
-`ife` : if else
39
+
-`elif` : elif
40
+
-`until` : until
36
41
37
42
### 0.0.2
38
43
@@ -43,9 +48,15 @@ Added a logo
43
48
This release updated the format choice for function names (fn) to align with the [Shell Style Guide](https://google.github.io/styleguide/shellguide.html#function-comments)
0 commit comments