Gittyup icon indicating copy to clipboard operation
Gittyup copied to clipboard

[Feature] Sort repos alphabetically

Open lonix1 opened this issue 11 months ago • 5 comments

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.

lonix1 avatar Aug 25 '23 00:08 lonix1

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

TheNicker avatar Aug 31 '23 17:08 TheNicker

"incremental search" ?

lonix1 avatar Sep 01 '23 01:09 lonix1

"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

TheNicker avatar Sep 01 '23 05:09 TheNicker

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".

lonix1 avatar Sep 01 '23 06:09 lonix1

i moved the search part into the feature request #681

angeousta avatar Jan 04 '24 16:01 angeousta