Skip to content

Commit 7fb9f05

Browse files
committed
Add ToC to README
1 parent 5d5802e commit 7fb9f05

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@
55

66
Gizmos for working with CSVs
77

8+
## Table of contents
9+
10+
* [csvplot](#csvplot) -- line and scatter plots from CSV files
11+
* [csvstats](#csvstats) -- histograms and summary statistics for CSV files
12+
* [csvcat](#csvcat) -- concatenate CSV files
13+
* [can2k](#can2k) -- parse NMEA 2000 GPS data from CAN logs
14+
* [qgsdir](#qgsdir) -- generate QGIS projects from directories of CSV files
15+
* [csvdelta](#csvdelta) -- calculate inter-row deltas for CSV files
16+
* [minpath](#minpath) -- shorten file paths to minimal unique suffixes
17+
* [depconv](#depconv) -- convert dependency graphs between formats
18+
* [depfilter](#depfilter) -- filter or select subsets of dependency graphs
19+
* [deptransform](#deptransform) -- transform dependency graphs
20+
* [can2csv](#can2csv) -- parse CAN logs into CSV files
21+
* [canspam](#canspam) -- generate random CAN traffic
22+
* [canstruct](#canstruct) -- reconstruct NMEA 2000 Fast Packet / ISO 11783-3 Transport Protocol
23+
sessions
24+
* [bbclasses](#bbclasses) -- generate BitBake recipe inheritance diagrams
25+
826
# Philosophy
927

1028
Rather than to build an infinitely flexible, highly optimized, does-everything-and-more toolkit (see

0 commit comments

Comments
 (0)