Skip to content

Commit 723c346

Browse files
committed
updated docs
1 parent 836c868 commit 723c346

21 files changed

+21
-21
lines changed

docs/csv2json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ Convert data1.csv to JSON blobs, one line per blob
4141
```
4242

4343

44-
csv2json v0.0.14
44+
csv2json v0.0.15

docs/csv2mdtable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Convert data1.csv to data1.md using options.
3838
```
3939

4040

41-
csv2mdtable v0.0.14
41+
csv2mdtable v0.0.15

docs/csv2xlsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ This does the same but the contents of data.csv are piped into
4040
the workbook's sheet.
4141

4242

43-
csv2xlsx v0.0.14
43+
csv2xlsx v0.0.15

docs/csvcols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Filter a 10 columns CSV file for columns 1,4,6 from file named "10col.csv"
6060
```
6161

6262

63-
csvcols v0.0.14
63+
csvcols v0.0.15

docs/csvfind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ You can also search for phrases in columns.
6464
```
6565

6666

67-
csvfind v0.0.14
67+
csvfind v0.0.15

docs/csvjoin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ merged-data.csv..
5151
-output=merged-data.csv
5252
```
5353

54-
csvjoin v0.0.14
54+
csvjoin v0.0.15

docs/csvrows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ Filter a 10 row CSV file for rows 1,4,6 from file named "10row.csv"
6060
```
6161

6262

63-
csvrows v0.0.14
63+
csvrows v0.0.15

docs/finddir.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ finddir finds directory based on matching prefix, suffix or contained text in ba
3939
Find all subdirectories starting with "img".
4040

4141

42-
finddir v0.0.14
42+
finddir v0.0.15

docs/findfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ findfile finds files based on matching prefix, suffix or contained text in base
3939
Search the current directory and subdirectories for Markdown files with extension of ".md".
4040

4141

42-
findfile v0.0.14
42+
findfile v0.0.15

docs/jsoncols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,4 @@ Would yield
8888
```
8989

9090

91-
jsoncols v0.0.14
91+
jsoncols v0.0.15

docs/jsonjoin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ would yield
149149
```
150150

151151

152-
jsonjoin v0.0.14
152+
jsonjoin v0.0.15

docs/jsonmunge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ This would yeild
5252
```
5353

5454

55-
jsonmunge v0.0.14
55+
jsonmunge v0.0.15

docs/jsonrange.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,4 @@ would yield
149149
2
150150
```
151151

152-
jsonrange v0.0.14
152+
jsonrange v0.0.15

docs/mergepath.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ path and removing the resulting duplicate.
3737
This would put your home bin directory at the beginning of your path.
3838

3939

40-
mergepath v0.0.14
40+
mergepath v0.0.15

docs/range.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Yields 10 9 8 7 6 5 4 3 2 1
6363
Yields a random integer from 0 to 10
6464

6565

66-
range v0.0.14
66+
range v0.0.15

docs/reldate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,4 @@ insensitive and can be the first three letters of the English names or full
107107
English names (e.g. Monday, monday, Mon, mon).
108108

109109

110-
reldate v0.0.14
110+
reldate v0.0.15

docs/timefmt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Yields "07/02/2016"
4343
Yields "02 Jul 16 08:08 UTC"
4444

4545

46-
timefmt v0.0.14
46+
timefmt v0.0.15

docs/urlparse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,4 +73,4 @@ Without options urlparse returns protocol, host and path
7373
fields separated by a tab.
7474

7575

76-
urlparse v0.0.14
76+
urlparse v0.0.15

docs/vcard2json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Or reading, writing to specific file
3636
```
3737

3838

39-
vcard2json v0.0.14
39+
vcard2json v0.0.15

docs/xlsx2csv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Putting it all together in a shell script.
4949
```
5050

5151

52-
xlsx2csv v0.0.14
52+
xlsx2csv v0.0.15

docs/xlsx2json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ Putting it all together in a shell script.
5050
```
5151

5252

53-
xlsx2json v0.0.14
53+
xlsx2json v0.0.15

0 commit comments

Comments
 (0)