1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-06-15 00:15:32 +02:00
Commit Graph

11 Commits

Author SHA1 Message Date
bc330b8ff3 feat: add age on stash lines 2023-12-27 11:21:49 +01:00
e33fe37a99 Standardise on using lo for slice functions
We've been sometimes using lo and sometimes using my slices package, and we need to pick one
for consistency. Lo is more extensive and better maintained so we're going with that.

My slices package was a superset of go's own slices package so in some places I've just used
the official one (the methods were just wrappers anyway).

I've also moved the remaining methods into the utils package.
2023-07-30 18:51:23 +10:00
d90fedfbf8 feat: add stash icon 2022-10-14 21:58:58 +09:00
1b75ed3740 many more generics 2022-03-24 20:14:41 +11:00
d626bcac00 color fixups 2021-08-01 16:14:56 +10:00
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
91f0b0e28f move stash panel 2020-09-29 20:48:49 +10:00
40fbce91ce add new diff mode
WIP

WIP

WIP

WIP

WIP

WIP

WIP
2020-03-29 18:26:24 +11:00
d0336fe16f better presentation of remotes 2020-03-28 11:59:45 +11:00
f94d0be2c9 refactor the way we render lists 2020-02-25 21:21:07 +11:00