Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Search / Filter repositories #793

Closed
aedart opened this issue Sep 23, 2016 · 4 comments · Fixed by #795
Closed

[Feature Request] Search / Filter repositories #793

aedart opened this issue Sep 23, 2016 · 4 comments · Fixed by #795

Comments

@aedart
Copy link

aedart commented Sep 23, 2016

When dealing with lots of repositories, the GUI doesn't offer much help to search, filter or sort repositories. The "enter path to repo" text field might be good enough for when you have a good archive structure. However, if your repositories are spread across multiple disks (poor structure), it is too time consuming to enter the full path to the repository in question.

Therefore, I believe that ungit will benefit greatly to add a simple search field, on it's index page, which should support searching for already added repositories.

The search algorithm itself doesn't have to be very complex. But it should be case insensitive.

I hope that you (or someone) has the time for this feature.

@jung-kim
Copy link
Collaborator

One question, what would be the searchable string? Folder name? git repo name?

P.S. And if you have so many git repo in your computer to a point where different search algorithm become a concern, I'm frightened by you.

@aedart
Copy link
Author

aedart commented Sep 24, 2016

I believe that you are displaying the folders. So, I guess it would be the most intuitive to be able to search for those.

As for the amount of my repositories... Well, I think I'm getting close to 40 repositories at work and expect that to increase a lot. Privately it much less and more manageable.

@jung-kim
Copy link
Collaborator

I see, I'm going to see if we can somehow recycle existing search bar to serve both purposes.

  • Auto correction for the absolute path
  • Auto correction for the name of the last folder

@aedart would that be sufficient?
@FredrikNoren is this too confusing?

@aedart
Copy link
Author

aedart commented Sep 26, 2016

@codingtwinky That sounds really nice. Huge thanks for your efforts :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants