extrawurst / gitui

Blazing 💥 fast terminal-ui for git written in rust 🦀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search commits for message or author

WizardOhio24 opened this issue · comments

Is your feature request related to a problem? Please describe.
It would be good to be able to search the commit list for words in the commit message, or in the author name(i.e filter by author). For example, if you wanted to go back several hundred commits to find what a commit did, or a previous implementation, and you knew what the commit message contains, it would be good to just search for it, rather than scrolling through hundreds of commit messages to find that one commit.

Describe the solution you'd like
Press a button, perhaps f or s, and be able to search the commit list for words. This should search both author and commit message.

Describe alternatives you've considered
Scrolling through hundreds of commits

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This feature is actually pretty important to me. And as far as I can tell the pull request is in progress, so just posting to keep the issue open.

@willir thanks for your interest, unfortunately the PR seems abandoned. feel free to pick it up :)

@extrawurst, Oh, I see. Thanks for the quick response! I'll try to find time to finish that PR.

Yeah, author of the PR here, I haven't found the time to finish it (not abandoned, but halted), currently the feature is implemented, it works (instructions are in the PR(#506)) but the code needs refined, some of the functions are quite big. I'm going to be pretty busy for the next month but after that I would be able to finish it. But feel free to take it on, the code just needs to be made better (some doc and tests added), and feel free to ask any questions about it.

Hi @WizardOhio24 @extrawurst, I've created a new pull requests #672 with some comments fixed. I'll try to find time to fix other comments a bit later.

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.