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

43 Commits

Author SHA1 Message Date
79848087bc Switch to github.com/gookit/color for terminal colors 2021-07-30 15:14:46 +02:00
713fae3e32 format code 2021-07-22 19:45:43 +02:00
148bf2c070 Add test for GenerateMenuCandidates from Custom Commands 2021-07-22 15:44:16 +01:00
edfb0a26b2 Refactor code around handleCustomCommandKeybinding 2021-07-20 20:59:03 +01:00
f70435a20f Better format error catching in menuFromCommand prompts 2021-07-19 13:41:42 +01:00
b92ff3ee3f Consider first match only in menuFromCommand prompt 2021-07-19 13:06:00 +01:00
f1ced5539a Add option to format filter matches to menuFromCommand prompts 2021-07-19 11:46:29 +01:00
77e9ee64a4 Apply suggestions from @mjarkk for menyFromCommands 2021-07-18 18:42:42 +01:00
9daa47fb2d Add docs for menuFromCommand prompts 2021-07-18 10:36:01 +01:00
d18c8c8dc3 Add prompt type: menuFromCommand 2021-07-18 10:36:00 +01: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
e42e7e5cbd fix commit amend 2021-04-10 11:54:38 +10:00
4fe512ff3a test
type safe view access
2021-04-06 19:34:32 +10:00
69e9f6d29d use suspense rather than close the gui when switching to a subprocess 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
332a3c4cbf file tree for commit files 2021-04-02 11:00:15 +11:00
e8e59306fc shell out custom commands 2021-04-01 20:25:30 +11:00
c9de6c003b support some more things 2021-03-30 21:57:00 +11:00
5671ec5f58 refactor prompt opts 2020-11-28 20:48:17 +11:00
37bb89dac3 type i18n 2020-10-10 00:23:01 +11:00
4912205adb remove viper
WIP
2020-10-10 00:23:01 +11:00
d4ab607d0d allow adding a submodule 2020-10-02 08:09:42 +10:00
ce6f8ed1bc move models folder into commands folder 2020-09-29 20:48:49 +10:00
f9643448a4 move commit files 2020-09-29 20:48:49 +10:00
91f0b0e28f move stash panel 2020-09-29 20:48:49 +10:00
8d2af5cc61 move file and submodule 2020-09-29 20:48:49 +10:00
eda4619a4f move remotes and remote branches 2020-09-29 20:48:49 +10:00
e849ca3372 move tags 2020-09-29 20:48:49 +10:00
630e446989 move commits model into models package 2020-09-29 20:48:49 +10:00
44248d9ab0 pull branch model out into models package 2020-09-29 20:48:49 +10:00
de482262e1 support setting description in custom command 2020-09-27 11:32:54 +10:00
12f9b1416f better handling of global custom keybindings 2020-09-27 11:11:55 +10:00
a09bb5d4d8 better validation messages 2020-09-27 09:49:30 +10:00
7cd17d3a73 support custom command loading text 2020-09-27 09:49:30 +10:00
8a59a4404b rename prompt to input 2020-09-27 09:49:30 +10:00
5724fa534a fallback to value if name not given 2020-09-27 09:49:30 +10:00
e7210dd249 better template support for menus and prompts 2020-09-27 09:49:30 +10:00
7d39cc75b2 support menus in custom commands 2020-09-27 09:49:30 +10:00
b5066f1d8e support prompts in custom commands 2020-09-27 09:49:30 +10:00
266d8bf0d5 minor fixup 2020-09-27 09:49:30 +10:00
da8eac5538 better interface 2020-09-27 09:49:30 +10:00
67bbeb195b support custom keybindings 2020-09-27 09:49:30 +10:00