dlvhdr / gh-dash

A beautiful CLI dashboard for GitHub 🚀
https://dlvhdr.github.io/gh-dash
MIT License
6.77k stars 191 forks source link

Count badge in Tabs #400

Closed rtalexk closed 1 week ago

rtalexk commented 1 week ago

Is your feature request related to a problem? Please describe.

When you are in a given tab, you have to navigate to others to see if there are results.

Describe the solution you'd like

An option to display the number of results would be useful, and even better if you can format the tab title, i.e:

prSections:
  - title: Open ({{ count }})
    filters: repo:org/repo is:open -is:draft

Would give something like | Open (5) | Other tab | ...

Or even as a global setting for all the tabs (PRs/Issues).