mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-11 12:25:47 +02:00
better CLI interface
This commit is contained in:
parent
349a7d2453
commit
5173d7f5e1
13 changed files with 287 additions and 140 deletions
|
@ -20,7 +20,7 @@ import (
|
|||
"github.com/jesseduffield/lazygit/pkg/gui/keybindings"
|
||||
"github.com/jesseduffield/lazygit/pkg/gui/types"
|
||||
"github.com/jesseduffield/lazygit/pkg/i18n"
|
||||
"github.com/jesseduffield/lazygit/pkg/integration"
|
||||
"github.com/jesseduffield/lazygit/pkg/utils"
|
||||
"github.com/samber/lo"
|
||||
)
|
||||
|
||||
|
@ -45,7 +45,7 @@ func CommandToRun() string {
|
|||
}
|
||||
|
||||
func GetDir() string {
|
||||
return integration.GetProjectRootDirectory() + "/docs/keybindings"
|
||||
return utils.GetLazygitRootDirectory() + "/docs/keybindings"
|
||||
}
|
||||
|
||||
func generateAtDir(cheatsheetDir string) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue