mirror of
https://github.com/taigrr/gico.git
synced 2026-04-01 18:58:59 -07:00
add keybinds and Update for paginator
This commit is contained in:
@@ -45,7 +45,7 @@ type (
|
||||
)
|
||||
|
||||
func (c Commit) String() string {
|
||||
return fmt.Sprintf("%s\t%s\t%s\t%s\n",
|
||||
return fmt.Sprintf("%s\t%s\t%s\t%s",
|
||||
c.TimeStamp.Format("0"+time.Kitchen),
|
||||
c.Author, c.Repo,
|
||||
strings.TrimSpace(c.Message))
|
||||
|
||||
Reference in New Issue
Block a user