Skip to content

Commit 10335ae

Browse files
author
R. S. Doiel
committed
Quick Save
1 parent a8f53a7 commit 10335ae

131 files changed

Lines changed: 490 additions & 104 deletions

File tree

Some content is hidden

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

CITATION.cff

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
cff-version: 1.2.0
2+
message: "If you use this software, please cite it as below."
3+
type: software
4+
title: "datatools"
5+
abstract: "A set of command line tools for working with CSV, Excel
6+
Workbooks, JSON and structured text documents."
7+
authors:
8+
- family-names: Doiel
9+
given-names: R. S.
10+
orcid: "https://orcid.org/0000-0003-0900-6903"
11+
12+
maintainers:
13+
- family-names: Doiel
14+
given-names: R. S.
15+
orcid: "https://orcid.org/0000-0003-0900-6903"
16+
17+
repository-code: "https://github.com/caltechlibrary/datatools"
18+
version: 1.3.5
19+
license-url: "https://data.caltech.edu/license"
20+
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
21+
date-released: 2026-02-12

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</nav>
2626
<section>
2727
<h1 id="about-this-software">About this software</h1>
28-
<h2 id="datatools-1.3.4">datatools 1.3.4</h2>
28+
<h2 id="datatools-1.3.5">datatools 1.3.5</h2>
2929
<h3 id="authors">Authors</h3>
3030
<ul>
3131
<li>R. S. Doiel</li>

about.md

Lines changed: 1 addition & 1 deletion

cmd/reldocpath/reldocpath.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Given
5555
5656
would output
5757
58-
.../css/site.css
58+
../css/site.css
5959
6060
`
6161

codemeta2cff.1.md

Lines changed: 1 addition & 4 deletions

csv2json.1.md

Lines changed: 1 addition & 1 deletion

csv2jsonl.1.md

Lines changed: 1 addition & 1 deletion

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.3.4</p>
82+
<p>csv2mdtable 1.3.5</p>
8383
</section>
8484
<footer-global></footer-global>
8585
</body>

csv2mdtable.1.md

Lines changed: 1 addition & 1 deletion

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 jane.doe@example.org 42</code></pre>
59-
<p>csv2tab 1.3.4</p>
59+
<p>csv2tab 1.3.5</p>
6060
</section>
6161
<footer-global></footer-global>
6262
</body>

0 commit comments

Comments
 (0)