Skip to content

Commit f90ae21

Browse files
committed
commiting to master
1 parent b499075 commit f90ae21

File tree

45 files changed

+132
-126
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+132
-126
lines changed

TODO.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ <h1>Action Items</h1>
2727

2828
<h2>Bug</h2>
2929

30+
<ul>
31+
<li>[ ] findfile v0.0.23-pre option -f, -full-path doesn&rsquo;t return full paths</li>
32+
</ul>
33+
3034
<h2>Next</h2>
3135

3236
<ul>

docs/csv2json/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2>EXAMPLES</h2>
6464
<pre><code>csv2json -as-blobs -i data1.csv
6565
</code></pre>
6666

67-
<p>csv2json v0.0.23-pre</p>
67+
<p>csv2json v0.0.24-pre</p>
6868

6969
</section>
7070

docs/csv2json/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ Convert data1.csv to JSON blobs, one line per blob
4343
csv2json -as-blobs -i data1.csv
4444

4545

46-
csv2json v0.0.23-pre
46+
csv2json v0.0.24-pre

docs/csv2mdtable/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h2>EXAMPLES</h2>
6161
<pre><code>csv2mdtable -i data1.csv -o data1.md
6262
</code></pre>
6363

64-
<p>csv2mdtable v0.0.23-pre</p>
64+
<p>csv2mdtable v0.0.24-pre</p>
6565

6666
</section>
6767

docs/csv2mdtable/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ Convert data1.csv to data1.md using options.
4040
csv2mdtable -i data1.csv -o data1.md
4141

4242

43-
csv2mdtable v0.0.23-pre
43+
csv2mdtable v0.0.24-pre

docs/csv2xlsx/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ <h2>EXAMPLES</h2>
6767
the workbook&rsquo;s &lsquo;My worksheet 2&rsquo; sheet.
6868
%!(EXTRA string=csv2xlsx, string=csv2xlsx)</p>
6969

70-
<p>csv2xlsx v0.0.23-pre</p>
70+
<p>csv2xlsx v0.0.24-pre</p>
7171

7272
</section>
7373

docs/csv2xlsx/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ This does the same but the contents of data.csv are piped into
4545
the workbook's 'My worksheet 2' sheet.
4646
%!(EXTRA string=csv2xlsx, string=csv2xlsx)
4747

48-
csv2xlsx v0.0.23-pre
48+
csv2xlsx v0.0.24-pre

docs/csvcleaner/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
8686
<pre><code>cat mysheet.csv | csvcleaner -trim
8787
</code></pre>
8888

89-
<p>csvcleaner v0.0.23-pre</p>
89+
<p>csvcleaner v0.0.24-pre</p>
9090

9191
</section>
9292

docs/csvcleaner/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Trim leading and trailing spaces from output.
6363
cat mysheet.csv | csvcleaner -trim
6464

6565

66-
csvcleaner v0.0.23-pre
66+
csvcleaner v0.0.24-pre

docs/csvcols/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ <h2>SYNOPSIS</h2>
3636

3737
<h2>OPTIONS</h2>
3838

39-
<pre><code> -col, -cols output specified columns (e.g. -col 1,12:14,2,4))
40-
-d, -delimiter set the input delimiter character
41-
-examples display example
42-
-generate-markdown-docs generate markdown documentation
43-
-h, -help display help
44-
-i, -input input filename
45-
-l, -license display license
46-
-o, -output output filename
47-
-od, -output-delimiter set the output delimiter character
48-
-quiet suppress error messages
49-
-skip-header-row skip the header row
50-
-trim-leading-space trim leading space in field(s) for CSV input
51-
-use-lazy-quotes use lazy quotes on CSV input
52-
-uuid add a prefix row with generated UUID cell
53-
-v, -version display version
39+
<pre><code> -col, -cols output specified columns (e.g. -col 1,12:14,2,4))
40+
-d, -delimiter set the input delimiter character
41+
-examples display example
42+
-generate-markdown-docs generate markdown documentation
43+
-h, -help display help
44+
-i, -input input filename
45+
-l, -license display license
46+
-o, -output output filename
47+
-od, -output-delimiter set the output delimiter character
48+
-quiet suppress error messages
49+
-skip-header-row skip the header row
50+
-trim-leading-space trim leading space in field(s) for CSV input
51+
-use-lazy-quotes use lazy quotes on CSV input
52+
-uuid add a prefix row with generated UUID cell
53+
-v, -version display version
5454
</code></pre>
5555

5656
<h2>EXAMPLES</h2>
@@ -79,7 +79,7 @@ <h2>EXAMPLES</h2>
7979
<pre><code>csvcols -i 3col.csv -col 1,3 -o 2col.csv
8080
</code></pre>
8181

82-
<p>csvcols v0.0.23-pre</p>
82+
<p>csvcols v0.0.24-pre</p>
8383

8484
</section>
8585

docs/csvcols/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ listed on the commandline (first column is 1 not 0).
1414
## OPTIONS
1515

1616
```
17-
-col, -cols output specified columns (e.g. -col 1,12:14,2,4))
18-
-d, -delimiter set the input delimiter character
19-
-examples display example
20-
-generate-markdown-docs generate markdown documentation
21-
-h, -help display help
22-
-i, -input input filename
23-
-l, -license display license
24-
-o, -output output filename
25-
-od, -output-delimiter set the output delimiter character
26-
-quiet suppress error messages
27-
-skip-header-row skip the header row
28-
-trim-leading-space trim leading space in field(s) for CSV input
29-
-use-lazy-quotes use lazy quotes on CSV input
30-
-uuid add a prefix row with generated UUID cell
31-
-v, -version display version
17+
-col, -cols output specified columns (e.g. -col 1,12:14,2,4))
18+
-d, -delimiter set the input delimiter character
19+
-examples display example
20+
-generate-markdown-docs generate markdown documentation
21+
-h, -help display help
22+
-i, -input input filename
23+
-l, -license display license
24+
-o, -output output filename
25+
-od, -output-delimiter set the output delimiter character
26+
-quiet suppress error messages
27+
-skip-header-row skip the header row
28+
-trim-leading-space trim leading space in field(s) for CSV input
29+
-use-lazy-quotes use lazy quotes on CSV input
30+
-uuid add a prefix row with generated UUID cell
31+
-v, -version display version
3232
```
3333

3434

@@ -56,4 +56,4 @@ Using options filter a 3 column CSV file for columns 1,3 into 2col.csv
5656
csvcols -i 3col.csv -col 1,3 -o 2col.csv
5757

5858

59-
csvcols v0.0.23-pre
59+
csvcols v0.0.24-pre

docs/csvfind/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
8686
<pre><code>csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;
8787
</code></pre>
8888

89-
<p>csvfind v0.0.23-pre</p>
89+
<p>csvfind v0.0.24-pre</p>
9090

9191
</section>
9292

docs/csvfind/index.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
csvfind -i books.csv -col=2 -contains "Red Book"
6565

6666

67-
csvfind v0.0.23-pre
67+
csvfind v0.0.24-pre

docs/csvjoin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <h2>EXAMPLES</h2>
7676
-output=merged-data.csv
7777
</code></pre>
7878

79-
<p>csvjoin v0.0.23-pre</p>
79+
<p>csvjoin v0.0.24-pre</p>
8080

8181
</section>
8282

docs/csvjoin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ merged-data.csv..
5656
-output=merged-data.csv
5757

5858

59-
csvjoin v0.0.23-pre
59+
csvjoin v0.0.24-pre

docs/csvrows/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
8686
<pre><code>csvrows -i 10row.csv -header=true -random=3
8787
</code></pre>
8888

89-
<p>csvrows v0.0.23-pre</p>
89+
<p>csvrows v0.0.24-pre</p>
9090

9191
</section>
9292

docs/csvrows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@ a header row from 10row.csv.
6262
csvrows -i 10row.csv -header=true -random=3
6363

6464

65-
csvrows v0.0.23-pre
65+
csvrows v0.0.24-pre

docs/finddir/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h2>EXAMPLES</h2>
5858
<pre><code>finddir -p img
5959
</code></pre>
6060

61-
<p>finddir v0.0.23-pre</p>
61+
<p>finddir v0.0.24-pre</p>
6262

6363
</section>
6464

docs/finddir/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Find all subdirectories starting with "img".
3838
finddir -p img
3939

4040

41-
finddir v0.0.23-pre
41+
finddir v0.0.24-pre

docs/findfile/index.html

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,21 +34,21 @@ <h2>SYNOPSIS</h2>
3434

3535
<h2>OPTIONS</h2>
3636

37-
<pre><code> -c, -contains find file(s) based on basename containing text
38-
-d, -depth Limit depth of directories walked
39-
-error, -stop-on-error Stop walk on file system errors (e.g. permissions)
40-
-examples display example(s)
41-
-f, -full-path list full path for files found
42-
-generate-markdown-docs generate markdown documentation
43-
-h, -help display this help message
44-
-l, -license display license information
45-
-m, -mod-time display file modification time before the path
46-
-nl, -newline if true add a trailing newline
47-
-o, -output output filename
48-
-p, -prefix find file(s) based on basename prefix
49-
-quiet suppress error messages
50-
-s, -suffix find file(s) based on basename suffix
51-
-v, -version display version message
37+
<pre><code> -c, -contains find file(s) based on basename containing text
38+
-d, -depth Limit depth of directories walked
39+
-error, -stop-on-error Stop walk on file system errors (e.g. permissions)
40+
-examples display example(s)
41+
-f, -full-path list full path for files found
42+
-generate-markdown-docs generate markdown documentation
43+
-h, -help display this help message
44+
-l, -license display license information
45+
-m, -mod-time display file modification time before the path
46+
-nl, -newline if true add a trailing newline
47+
-o, -output output filename
48+
-p, -prefix find file(s) based on basename prefix
49+
-quiet suppress error messages
50+
-s, -suffix find file(s) based on basename suffix
51+
-v, -version display version message
5252
</code></pre>
5353

5454
<h2>EXAMPLES</h2>
@@ -58,7 +58,7 @@ <h2>EXAMPLES</h2>
5858
<pre><code>findfile -s .md
5959
</code></pre>
6060

61-
<p>findfile v0.0.23-pre</p>
61+
<p>findfile v0.0.24-pre</p>
6262

6363
</section>
6464

docs/findfile/index.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@ findfile finds files based on matching prefix, suffix or contained text in base
1212
## OPTIONS
1313

1414
```
15-
-c, -contains find file(s) based on basename containing text
16-
-d, -depth Limit depth of directories walked
17-
-error, -stop-on-error Stop walk on file system errors (e.g. permissions)
18-
-examples display example(s)
19-
-f, -full-path list full path for files found
20-
-generate-markdown-docs generate markdown documentation
21-
-h, -help display this help message
22-
-l, -license display license information
23-
-m, -mod-time display file modification time before the path
24-
-nl, -newline if true add a trailing newline
25-
-o, -output output filename
26-
-p, -prefix find file(s) based on basename prefix
27-
-quiet suppress error messages
28-
-s, -suffix find file(s) based on basename suffix
29-
-v, -version display version message
15+
-c, -contains find file(s) based on basename containing text
16+
-d, -depth Limit depth of directories walked
17+
-error, -stop-on-error Stop walk on file system errors (e.g. permissions)
18+
-examples display example(s)
19+
-f, -full-path list full path for files found
20+
-generate-markdown-docs generate markdown documentation
21+
-h, -help display this help message
22+
-l, -license display license information
23+
-m, -mod-time display file modification time before the path
24+
-nl, -newline if true add a trailing newline
25+
-o, -output output filename
26+
-p, -prefix find file(s) based on basename prefix
27+
-quiet suppress error messages
28+
-s, -suffix find file(s) based on basename suffix
29+
-v, -version display version message
3030
```
3131

3232

@@ -38,4 +38,4 @@ Search the current directory and subdirectories for Markdown files with extensio
3838
findfile -s .md
3939

4040

41-
findfile v0.0.23-pre
41+
findfile v0.0.24-pre

docs/jsoncols/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ <h2>OPTIONS</h2>
6262
-l, -license display license
6363
-nl, -newline if true add a trailing newline
6464
-o, -output output filename
65+
-p, -pretty pretty print JSON output
6566
-quiet suppress error messages
6667
-quote quote strings and JSON notation
6768
-r run interactively
@@ -107,7 +108,7 @@ <h2>EXAMPLES</h2>
107108

108109
<p>&ldquo;Doe, Jane&rdquo;,&ldquo;[email protected]&rdquo;,42</p>
109110

110-
<p>jsoncols v0.0.23-pre</p>
111+
<p>jsoncols v0.0.24-pre</p>
111112

112113
</section>
113114

docs/jsoncols/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extracted is a comma. This can be overridden with an option.
3232
-l, -license display license
3333
-nl, -newline if true add a trailing newline
3434
-o, -output output filename
35+
-p, -pretty pretty print JSON output
3536
-quiet suppress error messages
3637
-quote quote strings and JSON notation
3738
-r run interactively
@@ -74,4 +75,4 @@ Would yield
7475
"Doe, Jane","[email protected]",42
7576

7677

77-
jsoncols v0.0.23-pre
78+
jsoncols v0.0.24-pre

docs/jsonjoin/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h2>EXAMPLES</h2>
152152
<p>{ &ldquo;name&rdquo;: &ldquo;Doe, Jane&rdquo;, &ldquo;email&rdquo;:&ldquo;[email protected]&rdquo;, &ldquo;age&rdquo;: 42,
153153
&ldquo;bio&rdquo;: &ldquo;World renowned geophysist.&rdquo; }</p>
154154

155-
<p>jsonjoin v0.0.23-pre</p>
155+
<p>jsonjoin v0.0.24-pre</p>
156156

157157
</section>
158158

docs/jsonjoin/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ would yield
128128
"bio": "World renowned geophysist." }
129129

130130

131-
jsonjoin v0.0.23-pre
131+
jsonjoin v0.0.24-pre

docs/jsonmunge/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ <h2>EXAMPLES</h2>
7474
<pre><code>&quot;Doe, Jane&quot;
7575
</code></pre>
7676

77-
<p>jsonmunge v0.0.23-pre</p>
77+
<p>jsonmunge v0.0.24-pre</p>
7878

7979
</section>
8080

docs/jsonmunge/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ This would yield
5151
"Doe, Jane"
5252

5353

54-
jsonmunge v0.0.23-pre
54+
jsonmunge v0.0.24-pre

docs/jsonrange/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ <h2>EXAMPLES</h2>
181181
20
182182
</code></pre>
183183

184-
<p>jsonrange v0.0.23-pre</p>
184+
<p>jsonrange v0.0.24-pre</p>
185185

186186
</section>
187187

docs/jsonrange/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,4 @@ would yield
141141
20
142142

143143

144-
jsonrange v0.0.23-pre
144+
jsonrange v0.0.24-pre

docs/mergepath/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h2>EXAMPLES</h2>
5757
<pre><code>export PATH=$(mergepath -p $HOME/bin)
5858
</code></pre>
5959

60-
<p>mergepath v0.0.23-pre</p>
60+
<p>mergepath v0.0.24-pre</p>
6161

6262
</section>
6363

docs/mergepath/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ This would put your home bin directory at the beginning of your path.
3737
export PATH=$(mergepath -p $HOME/bin)
3838

3939

40-
mergepath v0.0.23-pre
40+
mergepath v0.0.24-pre

0 commit comments

Comments
 (0)