Skip to content

Commit 72e3344

Browse files
committed
prep. maintenance release, update to go1.22
1 parent a974edf commit 72e3344

Some content is hidden

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

60 files changed

+63
-39
lines changed

csv2mdtable.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1 id="examples">EXAMPLES</h1>
7979
<pre><code> cat data1.csv | csv2mdtable &gt; data1.md</code></pre>
8080
<p>Convert data1.csv to data1.md using options.</p>
8181
<pre><code> csv2mdtable -i data1.csv -o data1.md</code></pre>
82-
<p>csv2mdtable 1.2.2</p>
82+
<p>csv2mdtable 1.2.6</p>
8383
</section>
8484

8585
<footer>

csv2tab.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ <h1 id="examples">EXAMPLES</h1>
5656
<p>This would yield</p>
5757
<pre><code> name email age
5858
Doe, Jane [email protected] 42</code></pre>
59-
<p>csv2tab 1.2.2</p>
59+
<p>csv2tab 1.2.6</p>
6060
</section>
6161

6262
<footer>

csv2xlsx.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ <h1 id="examples">EXAMPLES</h1>
8686
<pre><code> cat data.csv | csv2xlsx MyWorkbook.xlsx &#39;My worksheet 2&#39;</code></pre>
8787
<p>This does the same but the contents of data.csv are piped into the
8888
workbook’s ‘My worksheet 2’ sheet.</p>
89-
<p>csv2xlsx 1.2.2</p>
89+
<p>csv2xlsx 1.2.6</p>
9090
</section>
9191

9292
<footer>

csvcleaner.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h1 id="examples">EXAMPLES</h1>
127127
<pre><code> cat mysheet.csv | csvcleaner -right-trim</code></pre>
128128
<p>Trim leading and trailing spaces from output.</p>
129129
<pre><code> cat mysheet.csv | csvcleaner -trim-space</code></pre>
130-
<p>csvcleaner 1.2.2</p>
130+
<p>csvcleaner 1.2.6</p>
131131
</section>
132132

133133
<footer>

csvcols.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ <h1 id="examples">EXAMPLES</h1>
103103
<p>Using options filter a 3 column CSV file for columns 1,3 into
104104
2col.csv</p>
105105
<pre><code> csvcols -i 3col.csv -col 1,3 -o 2col.csv</code></pre>
106-
<p>csvcols 1.2.2</p>
106+
<p>csvcols 1.2.6</p>
107107
</section>
108108

109109
<footer>

csvfind.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ <h1 id="examples">EXAMPLES</h1>
141141
matches are.</p>
142142
<p>You can also search for phrases in columns.</p>
143143
<pre><code> csvfind -i books.csv -col=2 -contains &quot;Red Book&quot;</code></pre>
144-
<p>csvfind 1.2.2</p>
144+
<p>csvfind 1.2.6</p>
145145
</section>
146146

147147
<footer>

csvjoin.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h1 id="examples">EXAMPLES</h1>
139139
<pre><code> csvjoin -csv1=data1.csv -col1=2 \
140140
-csv2=data2.csv -col2=4 \
141141
-output=merged-data.csv</code></pre>
142-
<p>csvjoin 1.2.2</p>
142+
<p>csvjoin 1.2.6</p>
143143
</section>
144144

145145
<footer>

csvrows.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h1 id="examples">EXAMPLES</h1>
105105
<p>Filter 3 randomly selected rows from 10row.csv rendering new CSV with
106106
a header row from 10row.csv.</p>
107107
<pre><code> csvrows -i 10row.csv -header=true -random=3</code></pre>
108-
<p>csvrows 1.2.2</p>
108+
<p>csvrows 1.2.6</p>
109109
</section>
110110

111111
<footer>

finddir.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ <h1 id="options">OPTIONS</h1>
9090
<h1 id="examples">EXAMPLES</h1>
9191
<p>Find all subdirectories starting with “img”.</p>
9292
<pre><code> finddir -p img</code></pre>
93-
<p>finddir 1.2.2</p>
93+
<p>finddir 1.2.6</p>
9494
</section>
9595

9696
<footer>

findfile.1.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 id="examples">EXAMPLES</h1>
9191
<p>Search the current directory and subdirectories for Markdown files
9292
with extension of “.md”.</p>
9393
<pre><code> findfile -s .md</code></pre>
94-
<p>findfile 1.2.2</p>
94+
<p>findfile 1.2.6</p>
9595
</section>
9696

9797
<footer>

0 commit comments

Comments
 (0)