equal
deleted
inserted
replaced
79 # Prints a table with number of items in particular chapters: |
79 # Prints a table with number of items in particular chapters: |
80 statistics: build/statistics.rp |
80 statistics: build/statistics.rp |
81 cat build/statistics.rp | relpipe-out-tabular |
81 cat build/statistics.rp | relpipe-out-tabular |
82 |
82 |
83 statistics-chart: build/statistics.rp |
83 statistics-chart: build/statistics.rp |
84 cat build/statistics.rp | relpipe-tr-cut ".*" "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" |
84 cat build/statistics.rp | relpipe-tr-cut --relation ".*" --attribute "(name|.*s)" | relpipe-out-gui -title "Sane software manifesto – chart of rule types" |