mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-28 16:02:01 +03:00
support some more things
This commit is contained in:
@ -203,3 +203,11 @@ func (s *StatusLineNode) GetPathsMatching(test func(*StatusLineNode) bool) []str
|
||||
|
||||
return paths
|
||||
}
|
||||
|
||||
func (s *StatusLineNode) ID() string {
|
||||
return s.GetPath()
|
||||
}
|
||||
|
||||
func (s *StatusLineNode) Description() string {
|
||||
return s.GetPath()
|
||||
}
|
||||
|
Reference in New Issue
Block a user