File tree Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Expand file tree Collapse file tree 3 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+
2+ # datatools command help
3+
4+ + [ csv2json] ( csv2json.html )
5+ + [ csv2mdtable] ( csv2mdtable.html )
6+ + [ csv2xlsx] ( csv2xlsx.html )
7+ + [ csvcols] ( csvcols.html )
8+ + [ csvfind] ( csvfind.html )
9+ + [ csvjoin] ( csvjoin.html )
10+ + [ jsoncols] ( jsoncols.html )
11+ + [ jsonrange] ( jsonrange.html )
12+ + [ xlsx2csv] ( xlsx2csv.html )
13+ + [ xlsx2json] ( xlsx2json.html )
Original file line number Diff line number Diff line change 1+
2+ + [ Home] ( / )
3+ + [ up] ( ../ )
4+ + [ Documentation] ( ./ )
5+ + [ csv2json] ( csv2json.html )
6+ + [ csv2mdtable] ( csv2mdtable.html )
7+ + [ csv2xlsx] ( csv2xlsx.html )
8+ + [ csvcols] ( csvcols.html )
9+ + [ csvfind] ( csvfind.html )
10+ + [ csvjoin] ( csvjoin.html )
11+ + [ jsoncols] ( jsoncols.html )
12+ + [ jsonrange] ( jsonrange.html )
13+ + [ xlsx2csv] ( xlsx2csv.html )
14+ + [ xlsx2json] ( xlsx2json.html )
Original file line number Diff line number Diff line change @@ -54,6 +54,7 @@ find cmds -type d -depth 1 | while read DNAME; do
5454 FNAME=" $( basename " $DNAME " ) "
5555 echo " + [$FNAME ](${FNAME} .html)"
5656done >> docs/nav.md
57+ git add docs/nav.md
5758
5859# Generate docs/index.md
5960cat << EOF2 >docs/index.md
@@ -66,6 +67,7 @@ find cmds -type d -depth 1 | while read DNAME; do
6667 FNAME=" $( basename " $DNAME " ) "
6768 echo " + [$FNAME ](${FNAME} .html)"
6869done >> docs/index.md
70+ git add docs/index.md
6971
7072MakePage " markdown:${INDEX_MENU} " " docs/index.md" " docs/index.html"
7173
You can’t perform that action at this time.
0 commit comments