Skip to content

Commit

Permalink
release v1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Feb 27, 2024
1 parent ede8965 commit a2bbe4b
Show file tree
Hide file tree
Showing 67 changed files with 120 additions and 343 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ maintainers:
orcid: "https://orcid.org/0000-0003-0900-6903"

repository-code: "https://github.com/caltechlibrary/datatools"
version: 1.2.6
version: 1.2.7
license-url: "https://data.caltech.edu/license"
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
223 changes: 0 additions & 223 deletions INSTALL.html

This file was deleted.

4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
orcid: "https://orcid.org/0000-0003-0900-6903"

repository-code: "https://github.com/caltechlibrary/datatools"
version: 1.2.6
version: 1.2.7
license-url: "https://data.caltech.edu/license"
keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]

Expand All @@ -20,7 +20,7 @@ keywords: [ "csv", "excel", "sql", "json", "yaml", "xlsx", "golang", "bash" ]
About this software
===================

## datatools 1.2.6
## datatools 1.2.7

### Authors

Expand Down
2 changes: 1 addition & 1 deletion codemeta2cff.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%codemeta2cff(1) user manual | version 1.2.6 14d3709
%codemeta2cff(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down
2 changes: 1 addition & 1 deletion csv2json.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csv2json(1) user manual | version 1.2.6 14d3709
%csv2json(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down
4 changes: 2 additions & 2 deletions csv2mdtable.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csv2mdtable(1) user manual | version 1.2.6 14d3709
%csv2mdtable(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -62,6 +62,6 @@ Convert data1.csv to data1.md using options.
csv2mdtable -i data1.csv -o data1.md
~~~

csv2mdtable 1.2.6
csv2mdtable 1.2.7


4 changes: 2 additions & 2 deletions csv2tab.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csv2tab(1) user manual | version 1.2.6 14d3709
%csv2tab(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -49,6 +49,6 @@ This would yield
Doe, Jane [email protected] 42
~~~

csv2tab 1.2.6
csv2tab 1.2.7


4 changes: 2 additions & 2 deletions csv2xlsx.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csv2xlsx(1) user manual | version 1.2.6 14d3709
%csv2xlsx(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -69,6 +69,6 @@ called 'MyWorkbook.xlsx' with the contents of data.csv.
This does the same but the contents of data.csv are piped into
the workbook's 'My worksheet 2' sheet.

csv2xlsx 1.2.6
csv2xlsx 1.2.7


4 changes: 2 additions & 2 deletions csvcleaner.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csvcleaner(1) user manual | version 1.2.6 14d3709
%csvcleaner(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -107,5 +107,5 @@ Trim leading and trailing spaces from output.
cat mysheet.csv | csvcleaner -trim-space
~~~

csvcleaner 1.2.6
csvcleaner 1.2.7

4 changes: 2 additions & 2 deletions csvcols.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csvcols(1) user manual | version 1.2.6 14d3709
%csvcols(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -90,6 +90,6 @@ 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 1.2.6
csvcols 1.2.7


4 changes: 2 additions & 2 deletions csvfind.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csvfind(1) user manual | version 1.2.6 14d3709
%csvfind(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -117,5 +117,5 @@ You can also search for phrases in columns.
csvfind -i books.csv -col=2 -contains "Red Book"
~~~

csvfind 1.2.6
csvfind 1.2.7

4 changes: 2 additions & 2 deletions csvjoin.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csvjoin(1) user manual | version 1.2.6 14d3709
%csvjoin(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -105,6 +105,6 @@ merged-data.csv..
-output=merged-data.csv
~~~

csvjoin 1.2.6
csvjoin 1.2.7


4 changes: 2 additions & 2 deletions csvrows.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%csvrows(1) user manual | version 1.2.6 14d3709
%csvrows(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -96,6 +96,6 @@ a header row from 10row.csv.
csvrows -i 10row.csv -header=true -random=3
~~~

csvrows 1.2.6
csvrows 1.2.7


4 changes: 2 additions & 2 deletions finddir.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%finddir(1) user manual | version 1.2.6 14d3709
%finddir(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -65,5 +65,5 @@ Find all subdirectories starting with "img".
finddir -p img
~~~

finddir 1.2.6
finddir 1.2.7

4 changes: 2 additions & 2 deletions findfile.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%findfile(1) user manual | version 1.2.6 14d3709
%findfile(1) user manual | version 1.2.7 ede8965
% R. S. Doiel
% 2024-02-27

Expand Down Expand Up @@ -64,6 +64,6 @@ Search the current directory and subdirectories for Markdown files with extensio
findfile -s .md
~~~

findfile 1.2.6
findfile 1.2.7


Loading

0 comments on commit a2bbe4b

Please sign in to comment.