1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-30 03:23:08 +03:00

Differentiate between different filter modes

We can filter by path, by file status, and by text.
This commit is contained in:
Jesse Duffield
2023-07-02 15:11:49 +10:00
parent db7b472f9a
commit b625eb5323
16 changed files with 145 additions and 131 deletions

View File

@ -648,7 +648,7 @@ func (self *FilesController) handleStatusFilterPressed() error {
},
},
{
Label: self.c.Tr.ResetCommitFilterState,
Label: self.c.Tr.ResetFilter,
OnPress: func() error {
return self.setStatusFiltering(filetree.DisplayAll)
},