Skip to content

Commit

Permalink
commiting to master
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Jan 18, 2018
1 parent b499075 commit f90ae21
Show file tree
Hide file tree
Showing 45 changed files with 132 additions and 126 deletions.
4 changes: 4 additions & 0 deletions TODO.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ <h1>Action Items</h1>

<h2>Bug</h2>

<ul>
<li>[ ] findfile v0.0.23-pre option -f, -full-path doesn&rsquo;t return full paths</li>
</ul>

<h2>Next</h2>

<ul>
Expand Down
2 changes: 1 addition & 1 deletion docs/csv2json/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ <h2>EXAMPLES</h2>
<pre><code>csv2json -as-blobs -i data1.csv
</code></pre>

<p>csv2json v0.0.23-pre</p>
<p>csv2json v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv2json/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ Convert data1.csv to JSON blobs, one line per blob
csv2json -as-blobs -i data1.csv


csv2json v0.0.23-pre
csv2json v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csv2mdtable/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h2>EXAMPLES</h2>
<pre><code>csv2mdtable -i data1.csv -o data1.md
</code></pre>

<p>csv2mdtable v0.0.23-pre</p>
<p>csv2mdtable v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv2mdtable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ Convert data1.csv to data1.md using options.
csv2mdtable -i data1.csv -o data1.md


csv2mdtable v0.0.23-pre
csv2mdtable v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csv2xlsx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h2>EXAMPLES</h2>
the workbook&rsquo;s &lsquo;My worksheet 2&rsquo; sheet.
%!(EXTRA string=csv2xlsx, string=csv2xlsx)</p>

<p>csv2xlsx v0.0.23-pre</p>
<p>csv2xlsx v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csv2xlsx/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ This does the same but the contents of data.csv are piped into
the workbook's 'My worksheet 2' sheet.
%!(EXTRA string=csv2xlsx, string=csv2xlsx)

csv2xlsx v0.0.23-pre
csv2xlsx v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csvcleaner/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
<pre><code>cat mysheet.csv | csvcleaner -trim
</code></pre>

<p>csvcleaner v0.0.23-pre</p>
<p>csvcleaner v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvcleaner/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ Trim leading and trailing spaces from output.
cat mysheet.csv | csvcleaner -trim


csvcleaner v0.0.23-pre
csvcleaner v0.0.24-pre
32 changes: 16 additions & 16 deletions docs/csvcols/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@ <h2>SYNOPSIS</h2>

<h2>OPTIONS</h2>

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

<h2>EXAMPLES</h2>
Expand Down Expand Up @@ -79,7 +79,7 @@ <h2>EXAMPLES</h2>
<pre><code>csvcols -i 3col.csv -col 1,3 -o 2col.csv
</code></pre>

<p>csvcols v0.0.23-pre</p>
<p>csvcols v0.0.24-pre</p>

</section>

Expand Down
32 changes: 16 additions & 16 deletions docs/csvcols/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ listed on the commandline (first column is 1 not 0).
## OPTIONS

```
-col, -cols output specified columns (e.g. -col 1,12:14,2,4))
-d, -delimiter set the input delimiter character
-examples display example
-generate-markdown-docs generate markdown documentation
-h, -help display help
-i, -input input filename
-l, -license display license
-o, -output output filename
-od, -output-delimiter set the output delimiter character
-quiet suppress error messages
-skip-header-row skip the header row
-trim-leading-space trim leading space in field(s) for CSV input
-use-lazy-quotes use lazy quotes on CSV input
-uuid add a prefix row with generated UUID cell
-v, -version display version
-col, -cols output specified columns (e.g. -col 1,12:14,2,4))
-d, -delimiter set the input delimiter character
-examples display example
-generate-markdown-docs generate markdown documentation
-h, -help display help
-i, -input input filename
-l, -license display license
-o, -output output filename
-od, -output-delimiter set the output delimiter character
-quiet suppress error messages
-skip-header-row skip the header row
-trim-leading-space trim leading space in field(s) for CSV input
-use-lazy-quotes use lazy quotes on CSV input
-uuid add a prefix row with generated UUID cell
-v, -version display version
```


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


csvcols v0.0.23-pre
csvcols v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csvfind/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
<pre><code>csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;
</code></pre>

<p>csvfind v0.0.23-pre</p>
<p>csvfind v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvfind/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ You can also search for phrases in columns.
csvfind -i books.csv -col=2 -contains "Red Book"


csvfind v0.0.23-pre
csvfind v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csvjoin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>EXAMPLES</h2>
-output=merged-data.csv
</code></pre>

<p>csvjoin v0.0.23-pre</p>
<p>csvjoin v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvjoin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ merged-data.csv..
-output=merged-data.csv


csvjoin v0.0.23-pre
csvjoin v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/csvrows/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2>EXAMPLES</h2>
<pre><code>csvrows -i 10row.csv -header=true -random=3
</code></pre>

<p>csvrows v0.0.23-pre</p>
<p>csvrows v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/csvrows/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ a header row from 10row.csv.
csvrows -i 10row.csv -header=true -random=3


csvrows v0.0.23-pre
csvrows v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/finddir/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h2>EXAMPLES</h2>
<pre><code>finddir -p img
</code></pre>

<p>finddir v0.0.23-pre</p>
<p>finddir v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/finddir/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Find all subdirectories starting with "img".
finddir -p img


finddir v0.0.23-pre
finddir v0.0.24-pre
32 changes: 16 additions & 16 deletions docs/findfile/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ <h2>SYNOPSIS</h2>

<h2>OPTIONS</h2>

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

<h2>EXAMPLES</h2>
Expand All @@ -58,7 +58,7 @@ <h2>EXAMPLES</h2>
<pre><code>findfile -s .md
</code></pre>

<p>findfile v0.0.23-pre</p>
<p>findfile v0.0.24-pre</p>

</section>

Expand Down
32 changes: 16 additions & 16 deletions docs/findfile/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ findfile finds files based on matching prefix, suffix or contained text in base
## OPTIONS

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


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


findfile v0.0.23-pre
findfile v0.0.24-pre
3 changes: 2 additions & 1 deletion docs/jsoncols/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ <h2>OPTIONS</h2>
-l, -license display license
-nl, -newline if true add a trailing newline
-o, -output output filename
-p, -pretty pretty print JSON output
-quiet suppress error messages
-quote quote strings and JSON notation
-r run interactively
Expand Down Expand Up @@ -107,7 +108,7 @@ <h2>EXAMPLES</h2>

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

<p>jsoncols v0.0.23-pre</p>
<p>jsoncols v0.0.24-pre</p>

</section>

Expand Down
3 changes: 2 additions & 1 deletion docs/jsoncols/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ extracted is a comma. This can be overridden with an option.
-l, -license display license
-nl, -newline if true add a trailing newline
-o, -output output filename
-p, -pretty pretty print JSON output
-quiet suppress error messages
-quote quote strings and JSON notation
-r run interactively
Expand Down Expand Up @@ -74,4 +75,4 @@ Would yield
"Doe, Jane","[email protected]",42


jsoncols v0.0.23-pre
jsoncols v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/jsonjoin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ <h2>EXAMPLES</h2>
<p>{ &ldquo;name&rdquo;: &ldquo;Doe, Jane&rdquo;, &ldquo;email&rdquo;:&ldquo;[email protected]&rdquo;, &ldquo;age&rdquo;: 42,
&ldquo;bio&rdquo;: &ldquo;World renowned geophysist.&rdquo; }</p>

<p>jsonjoin v0.0.23-pre</p>
<p>jsonjoin v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonjoin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ would yield
"bio": "World renowned geophysist." }


jsonjoin v0.0.23-pre
jsonjoin v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/jsonmunge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ <h2>EXAMPLES</h2>
<pre><code>&quot;Doe, Jane&quot;
</code></pre>

<p>jsonmunge v0.0.23-pre</p>
<p>jsonmunge v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonmunge/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ This would yield
"Doe, Jane"


jsonmunge v0.0.23-pre
jsonmunge v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/jsonrange/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ <h2>EXAMPLES</h2>
20
</code></pre>

<p>jsonrange v0.0.23-pre</p>
<p>jsonrange v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/jsonrange/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ would yield
20


jsonrange v0.0.23-pre
jsonrange v0.0.24-pre
2 changes: 1 addition & 1 deletion docs/mergepath/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h2>EXAMPLES</h2>
<pre><code>export PATH=$(mergepath -p $HOME/bin)
</code></pre>

<p>mergepath v0.0.23-pre</p>
<p>mergepath v0.0.24-pre</p>

</section>

Expand Down
2 changes: 1 addition & 1 deletion docs/mergepath/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ This would put your home bin directory at the beginning of your path.
export PATH=$(mergepath -p $HOME/bin)


mergepath v0.0.23-pre
mergepath v0.0.24-pre
Loading

0 comments on commit f90ae21

Please sign in to comment.