equal
deleted
inserted
replaced
15 # Prints a table with number of items in particular chapters: |
15 # Prints a table with number of items in particular chapters: |
16 statistics: build/statistics.rp |
16 statistics: build/statistics.rp |
17 cat build/statistics.rp | relpipe-out-tabular |
17 cat build/statistics.rp | relpipe-out-tabular |
18 |
18 |
19 statistics-chart: build/statistics.rp |
19 statistics-chart: build/statistics.rp |
20 cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" |
20 cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" |