Gittyup
Gittyup copied to clipboard
[Feature] Sort repos alphabetically
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.
When working with many repos, I believe it'll be more efficient to use incremental search
"incremental search" ?
"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
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".
i moved the search part into the feature request #681