Skip to content

Commit 9cbb1a9

Browse files
committed
Quick Save
1 parent 28fadaf commit 9cbb1a9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CITATION.cff

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ cff-version: 1.2.0
22
message: "If you use this software, please cite it as below."
33
type: software
44
title: "datatools"
5-
abstract: "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents."
5+
abstract: "A set of command line tools for working with CSV, Excel
6+
Workbooks, JSON and structured text documents."
67
authors:
78
- family-names: Doiel
89
given-names: R. S.

TODO.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ Action Items
55
Bug
66
---
77

8+
- [ ] HTML entities are getting translated to Unicode code points, this is a result of using the default Marshal() in json package. Solution is to replace with custom encoder/coders with sane (an configurable) defaults, see updates to crossrefapi for example code.
9+
- [ ] One of the tools does a JSON decode/encode to do indentation, this isn't necessary, just using json.Ident instead (or json.Compact to go the otherway)
810
- [ ] Some man pages use the old "USAGE" format, needs to be updated to use Pandoc structure
911
- [ ] Need to finish depreciating the cli package in favor of the standard flag package
1012
+ [ ] findfile v0.0.23-pre option -f, -full-path doesn't return full paths

about.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ cff-version: 1.2.0
33
message: "If you use this software, please cite it as below."
44
type: software
55
title: "datatools"
6-
abstract: "A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents."
6+
abstract: "A set of command line tools for working with CSV, Excel
7+
Workbooks, JSON and structured text documents."
78
authors:
89
- family-names: Doiel
910
given-names: R. S.
@@ -30,7 +31,8 @@ About this software
3031

3132
- R. S. Doiel
3233

33-
A set of command line tools for working with CSV, Excel Workbooks, JSON and structured text documents.
34+
A set of command line tools for working with CSV, Excel Workbooks, JSON
35+
and structured text documents.
3436

3537
- License: https://data.caltech.edu/license
3638
- GitHub: https://github.com/caltechlibrary/datatools

0 commit comments

Comments
 (0)