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

Merge branch 'master' into hotfix/238-xdg-open

This commit is contained in:
Jesse Duffield
2018-09-03 19:33:37 +10:00
6 changed files with 273 additions and 41 deletions

View File

@ -83,6 +83,7 @@ func GetProjectRoot() string {
return strings.Split(dir, "lazygit")[0] + "lazygit"
}
// Loader dumps a string to be displayed as a loader
func Loader() string {
characters := "|/-\\"
now := time.Now()