Skip to content

Commit

Permalink
Add TOC to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Oct 24, 2024
1 parent f000fda commit 14e3885
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 25 deletions.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,23 @@ If you don't like sloc cloc and code feel free to use the name `Succinct Code Co

Licensed under MIT licence.

## Table of Contents

- [Support](#support)
- [Install](#install)
- [Background](#background)
- [Pitch](#pitch)
- [Usage](#usage)
- [Complexity Estimates](#complexity-estimates)
- [Unique Lines of Code (ULOC)](#unique-lines-of-code-uloc)
- [COCOMO](#cocomo)
- [Output Formats](#output-formats)
- [Performance](#performance)
- [Development](#development)
- [Adding/Modifying Languages](#addingmodifying-languages)
- [Badges (beta)](#badges-beta)
- [Language Support](LANGUAGES.md)

### Support

Using `scc` commercially? If you want priority support for `scc` you can purchase a years worth https://boyter.gumroad.com/l/kgenuv which entitles you to priority direct email support from the developer.
Expand Down Expand Up @@ -1078,7 +1095,7 @@ You can find the source code for badges in the repository at https://github.com/

### Languages

List of supported languages. The master version of `scc` supports 239 languages at last count. Note that this is always assumed that you built from master, and it might trail behind what is actually supported. To see what your version of `scc` supports run `scc --languages`
List of supported languages. The master version of `scc` supports 322 languages at last count. Note that this is always assumed that you built from master, and it might trail behind what is actually supported. To see what your version of `scc` supports run `scc --languages`

[Click here to view all languages supported by master](LANGUAGES.md)

Expand Down
48 changes: 24 additions & 24 deletions SCC-OUTPUT-REPORT.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<th>449</th>
<th>7718</th>
<th>1513</th>
<th>256853</th>
<th>256852</th>
<th>4141</th>
</tr><tr>
<td>processor/workers_test.go</td>
Expand Down Expand Up @@ -78,7 +78,7 @@
<td>6</td>
<td>416</td>
<td>8</td>
<td>9722</td>
<td>9726</td>
<td>271</td>
</tr><tr>
<td>processor/detector_test.go</td>
Expand Down Expand Up @@ -130,16 +130,6 @@
<td>37</td>
<td>4585</td>
<td>97</td>
</tr><tr>
<td>cmd/badges/main_test.go</td>
<td></td>
<td>199</td>
<td>6</td>
<td>0</td>
<td>193</td>
<td>10</td>
<td>4088</td>
<td>106</td>
</tr><tr>
<td>processor/structs.go</td>
<td></td>
Expand All @@ -150,6 +140,16 @@
<td>17</td>
<td>5883</td>
<td>139</td>
</tr><tr>
<td>cmd/badges/main_test.go</td>
<td></td>
<td>199</td>
<td>6</td>
<td>0</td>
<td>193</td>
<td>10</td>
<td>4088</td>
<td>106</td>
</tr><tr>
<td>processor/workers_regression_test.go</td>
<td></td>
Expand Down Expand Up @@ -218,7 +218,7 @@
<td>9</td>
<td>59</td>
<td>19</td>
<td>2212</td>
<td>2207</td>
<td>62</td>
</tr><tr>
<td>processor/filereader.go</td>
Expand All @@ -240,16 +240,6 @@
<td>0</td>
<td>2209</td>
<td>35</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>686</td>
<td>23</td>
</tr><tr>
<td>processor/bloom.go</td>
<td></td>
Expand All @@ -260,6 +250,16 @@
<td>2</td>
<td>1062</td>
<td>29</td>
</tr><tr>
<td>processor/cocomo_test.go</td>
<td></td>
<td>37</td>
<td>8</td>
<td>4</td>
<td>25</td>
<td>6</td>
<td>686</td>
<td>23</td>
</tr><tr>
<td>processor/helpers_test.go</td>
<td></td>
Expand Down Expand Up @@ -299,7 +299,7 @@
<th>449</th>
<th>7718</th>
<th>1513</th>
<th>256853</th>
<th>256852</th>
<th>4141</th>
</tr>
<tr>
Expand Down

0 comments on commit 14e3885

Please sign in to comment.