Murmele / Gittyup

Understand your Git history!
https://murmele.github.io/Gittyup
MIT License
1.37k stars 107 forks source link

[Feature] Sort repos alphabetically #625

Open lonix1 opened 10 months ago

lonix1 commented 10 months ago

In the sidebar on the left, in the "Recent" section, it shows all the repos which were recently opened.

Current behaviour

Those repos seem to be sorted by "last opened". That is very useful when working with a few repos.

But when working with many repos (my sidebar has over 20) it is hard to find the one I'm looking for.

Enhancement

It would be nice to sort repos by "last opened" (default, for backward compatibility) or by "name". For a long list, sorting by name is more useful.

TheNicker commented 10 months ago

When working with many repos, I believe it'll be more efficient to use incremental search

lonix1 commented 10 months ago

"incremental search" ?

TheNicker commented 10 months ago

"incremental search" ?

progressively search for and filter through text. As the user types text, one or more possible matches for the text are found and immediately presented to the user. This immediate feedback often allows the user to stop short of typing the entire word or phrase they were looking for. The user may also choose a closely related option from the presented list

lonix1 commented 10 months ago

Oh you mean autocomplete. That would be nice!, for sure, but complicated.

The first step is to simply have sort options: "last opened" and "alpha".

angeousta commented 6 months ago

i moved the search part into the feature request #681