Ryooooooga
|
57f7051590
|
Fix deletion of unmerged branches in languages other than English
|
2021-09-04 21:01:38 +09:00 |
|
Jesse Duffield
|
d626bcac00
|
color fixups
|
2021-08-01 16:14:56 +10:00 |
|
mjarkk
|
79848087bc
|
Switch to github.com/gookit/color for terminal colors
|
2021-07-30 15:14:46 +02:00 |
|
Jesse Duffield
|
58ddbae4d1
|
Minor refactor
|
2021-07-27 21:30:08 +10:00 |
|
Denis Palashevskii
|
d1134daa53
|
review fixes: PR URL refactoring, target branch selection prompt
|
2021-07-27 21:30:08 +10:00 |
|
Denis Palashevskii
|
0e6598adbd
|
Implement pull request options menu
|
2021-07-27 21:30:08 +10:00 |
|
Jesse Duffield
|
9fdf92b226
|
more refactoring
WIP
WIP
|
2021-06-06 09:12:49 +10:00 |
|
Jérémy Pagé
|
bc044c64b2
|
Remove origin prefix when creating local branch based from origin
|
2021-05-30 15:29:56 +10:00 |
|
Jesse Duffield
|
adee0b8ccb
|
add spans to i18n
|
2021-04-11 23:36:34 +10:00 |
|
Jesse Duffield
|
6fbe660f96
|
full coverage for logging commands
|
2021-04-11 17:07:49 +10:00 |
|
Jesse Duffield
|
74320f0075
|
more logging of commands
|
2021-04-11 17:07:49 +10:00 |
|
Jesse Duffield
|
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 |
|
Jesse Duffield
|
4fe512ff3a
|
test
type safe view access
|
2021-04-06 19:34:32 +10:00 |
|
Jesse Duffield
|
0898a7bb57
|
refactor
|
2021-04-06 19:34:32 +10:00 |
|
Jesse Duffield
|
bc9a99387f
|
refactor of contexts and filtering
|
2021-04-06 19:34:32 +10:00 |
|
Jesse Duffield
|
798d3e2d54
|
get rid of these positively ghastly method signatures
|
2021-04-06 19:34:32 +10:00 |
|
Jesse Duffield
|
7d62f103e4
|
big refactor to give our enums actual types
|
2021-04-02 11:00:15 +11:00 |
|
Dawid Dziurla
|
053e80a08e
|
gui: ReplaceAll -> Replace
|
2021-02-24 00:09:05 +01:00 |
|
Rui Pires
|
ccbd2c924b
|
Fixed whitespace format issue
|
2021-02-09 14:45:33 -08:00 |
|
Rui Pires
|
52d5c3beeb
|
Added initialContent on branch rename
|
2021-02-09 14:45:33 -08:00 |
|
caquillo07
|
6df15ddf6e
|
added support for using spaces on branch names when creating new ones.
|
2021-02-08 14:23:54 -08:00 |
|
Jesse Duffield
|
f31fbc10f6
|
soft code finding of suggestions
|
2020-11-28 20:48:17 +11:00 |
|
Jesse Duffield
|
5671ec5f58
|
refactor prompt opts
|
2020-11-28 20:48:17 +11:00 |
|
Jesse Duffield
|
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 |
|
Jesse Duffield
|
3e13936e08
|
notify user upon copying something to clipboard
|
2020-11-21 17:31:08 +11:00 |
|
Jesse Duffield
|
a3dfcd5a95
|
toast notifications
|
2020-11-21 17:31:08 +11:00 |
|
Farzad Majidfayyaz
|
74bb6f0012
|
Change copy PR mapping to <c-y> and use gui.Tr for the message
|
2020-11-19 09:43:51 +11:00 |
|
Farzad Majidfayyaz
|
79888d3bde
|
Add mapping to copy a pull request URL to the clipboard
|
2020-11-19 09:43:51 +11:00 |
|
Jesse Duffield
|
682db77401
|
fix lint errors
|
2020-11-18 08:36:19 +11:00 |
|
Jesse Duffield
|
79e59d5460
|
add some safe goroutines
WIP
|
2020-10-10 00:23:01 +11:00 |
|
Jesse Duffield
|
37bb89dac3
|
type i18n
|
2020-10-10 00:23:01 +11:00 |
|
Jesse Duffield
|
ce6f8ed1bc
|
move models folder into commands folder
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
44248d9ab0
|
pull branch model out into models package
|
2020-09-29 20:48:49 +10:00 |
|
Jesse Duffield
|
fa2a385a0c
|
when in the remote branches view, prefill name for creating branch off of remote branch
|
2020-08-23 19:27:34 +10:00 |
|
Jesse Duffield
|
262ff24c5b
|
always reset branch selected index when creating new branch
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
94601b4dc9
|
use context to return to the correct view
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
0dd2c869a8
|
minor refactor
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
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 |
|
Jesse Duffield
|
438abd6003
|
centralise code for copying to clipboard
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
c2b154acad
|
better handling of our different modes and also cherry picking
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
134566ed49
|
move into more appropriate file
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
f63ec38aae
|
genericise creating new branches off things
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
146722beb8
|
rename to SelectedLineIdx
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
2855b5b4d5
|
standardise diffmode
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
419cb9feb8
|
more standardisation
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
f601108c5d
|
update naming to refer to context
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
2fac2f9f1f
|
WIP
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
e4beaf4de9
|
more stuff
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
7ebed76d16
|
WIP
|
2020-08-23 14:29:18 +10:00 |
|
Jesse Duffield
|
2b812b01e9
|
more standardisation of rendering
|
2020-08-23 14:29:18 +10:00 |
|