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

171 Commits

Author SHA1 Message Date
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
58ddbae4d1 Minor refactor 2021-07-27 21:30:08 +10:00
d1134daa53 review fixes: PR URL refactoring, target branch selection prompt 2021-07-27 21:30:08 +10:00
0e6598adbd Implement pull request options menu 2021-07-27 21:30:08 +10:00
9fdf92b226 more refactoring
WIP

WIP
2021-06-06 09:12:49 +10:00
bc044c64b2 Remove origin prefix when creating local branch based from origin 2021-05-30 15:29:56 +10:00
adee0b8ccb add spans to i18n 2021-04-11 23:36:34 +10:00
6fbe660f96 full coverage for logging commands 2021-04-11 17:07:49 +10:00
74320f0075 more logging of commands 2021-04-11 17:07:49 +10:00
0719a3e36e stop checking out branches when doing a rename. Instead just move the cursor to the new position 2021-04-06 19:34:32 +10:00
4fe512ff3a test
type safe view access
2021-04-06 19:34:32 +10:00
0898a7bb57 refactor 2021-04-06 19:34:32 +10:00
bc9a99387f refactor of contexts and filtering 2021-04-06 19:34:32 +10:00
798d3e2d54 get rid of these positively ghastly method signatures 2021-04-06 19:34:32 +10:00
7d62f103e4 big refactor to give our enums actual types 2021-04-02 11:00:15 +11:00
053e80a08e gui: ReplaceAll -> Replace 2021-02-24 00:09:05 +01:00
ccbd2c924b Fixed whitespace format issue 2021-02-09 14:45:33 -08:00
52d5c3beeb Added initialContent on branch rename 2021-02-09 14:45:33 -08:00
6df15ddf6e added support for using spaces on branch names when creating new ones. 2021-02-08 14:23:54 -08:00
f31fbc10f6 soft code finding of suggestions 2020-11-28 20:48:17 +11:00
5671ec5f58 refactor prompt opts 2020-11-28 20:48:17 +11:00
da3b0bf7c8 Start on supporting auto-suggestions when checking out a branch
switch to other fuzzy package with no dependencies
2020-11-28 20:48:17 +11:00
3e13936e08 notify user upon copying something to clipboard 2020-11-21 17:31:08 +11:00
a3dfcd5a95 toast notifications 2020-11-21 17:31:08 +11:00
74bb6f0012 Change copy PR mapping to <c-y> and use gui.Tr for the message 2020-11-19 09:43:51 +11:00
79888d3bde Add mapping to copy a pull request URL to the clipboard 2020-11-19 09:43:51 +11:00
682db77401 fix lint errors 2020-11-18 08:36:19 +11:00
79e59d5460 add some safe goroutines
WIP
2020-10-10 00:23:01 +11:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
44248d9ab0 pull branch model out into models package 2020-09-29 20:48:49 +10:00
fa2a385a0c when in the remote branches view, prefill name for creating branch off of remote branch 2020-08-23 19:27:34 +10:00
262ff24c5b always reset branch selected index when creating new branch 2020-08-23 14:29:18 +10:00
94601b4dc9 use context to return to the correct view 2020-08-23 14:29:18 +10:00
0dd2c869a8 minor refactor 2020-08-23 14:29:18 +10:00
5874529f43 deal with the fact that a nil wrapped in an interface is not equal to nil 2020-08-23 14:29:18 +10:00
438abd6003 centralise code for copying to clipboard 2020-08-23 14:29:18 +10:00
c2b154acad better handling of our different modes and also cherry picking 2020-08-23 14:29:18 +10:00
134566ed49 move into more appropriate file 2020-08-23 14:29:18 +10:00
f63ec38aae genericise creating new branches off things 2020-08-23 14:29:18 +10:00
146722beb8 rename to SelectedLineIdx 2020-08-23 14:29:18 +10:00
2855b5b4d5 standardise diffmode 2020-08-23 14:29:18 +10:00
419cb9feb8 more standardisation 2020-08-23 14:29:18 +10:00
f601108c5d update naming to refer to context 2020-08-23 14:29:18 +10:00
2fac2f9f1f WIP 2020-08-23 14:29:18 +10:00
e4beaf4de9 more stuff 2020-08-23 14:29:18 +10:00
7ebed76d16 WIP 2020-08-23 14:29:18 +10:00
2b812b01e9 more standardisation of rendering 2020-08-23 14:29:18 +10:00
2f5d5034db good progress 2020-08-23 14:29:18 +10:00