fix: adds granularity to show more languages

- adds option `STOP_AT_OTHER` to stop retrieval at lang marked `Other`
- updates dependencies
- makes dev dependencies optional
- bumps project version
- updates readme

**Related Items**

*Issues*

- Closes #121
This commit is contained in:
Jovial Joe Jayarson
2023-05-04 17:15:14 +05:30
parent 59f35b046b
commit fbc9196645
6 changed files with 99 additions and 68 deletions

View File

@@ -89,6 +89,7 @@ There are many flags that you can tweak to suit your taste!
| `SHOW_TOTAL` | `false` | `false`, `true` | Show total coding time |
| `SHOW_MASKED_TIME` | `false` | `false`, `true` | Adds total coding time including unclassified languages (overrides: `SHOW_TOTAL`) |
| `LANG_COUNT` | `5` | Any reasonable number | Number of languages to be displayed |
| `STOP_AT_OTHER` | `false` | `false`, `true` | Stop when language marked as `Other` is retrieved (overrides: `LANG_COUNT`) |
# Example