Commit Graph
83 Commits
Author SHA1 Message Date
Dawid Dziurla 710abded64 Merge pull request #554 from jesseduffield/alias-V-v-keybinding
keybindings: alias V -> v
2019-11-27 20:40:17 +01:00
Dawid Dziurla 1c38db1fc7 keybindings: alias V -> v 2019-11-27 20:37:07 +01:00
Dawid Dziurla 7849f91d80 Merge pull request #543 from lhaeger/master
Readme: add MacPorts install source
2019-11-17 09:14:29 +01:00
Dawid Dziurla b662362570 Merge pull request #538 from jesseduffield/dawidd6-patch-1
README: fix typo
2019-11-12 23:46:27 +01:00
Dawid Dziurla 99ece6fc35 README: fix typo
https://github.com/jesseduffield/lazygit/commit/945fccd211aac07e6813d3f30173390b26954404
2019-11-12 23:42:57 +01:00
Dawid Dziurla a68fb4fb8f Merge pull request #533 from JaanJah/patch-1
Fix typo in README `.zhsrc` -> `.zshrc`
2019-11-11 18:09:30 +01:00
Dawid Dziurla 2484ec9c11 fix headerRegexp 2019-11-05 19:22:01 +11:00
Dawid Dziurla 5f9de1f034 please golang-ci 2019-11-05 19:22:01 +11:00
Dawid Dziurla 66eaaf9cbb go mod vendor 2019-11-05 19:22:01 +11:00
Dawid Dziurla 87ac193b5e fix module checksum mismatch 2019-11-05 19:22:01 +11:00
Dawid Dziurla 63da8f48da Merge pull request #522 from chenrui333/go-1.13 2019-10-27 08:51:03 +01:00
Dawid Dziurla 8fe0e00cd9 Merge pull request #516 from glvr182/hotfix/path-not-positional
#514 Fix positional flag issue
2019-09-30 21:31:43 +02:00
Dawid Dziurla 95ae806e09 Merge pull request #414 from glvr182/feature/dir-as-arg
Provide git directory as argument to Lazygit
2019-09-24 19:45:46 +02:00
Dawid Dziurla 379dcf0972 UserConfigPath -> UserConfigDir 2019-09-24 19:01:40 +10:00
Dawid Dziurla 0d25d113c9 download updated binary to config dir rather than /tmp 2019-09-24 19:01:40 +10:00
Dawid Dziurla 7c70913e8d Merge pull request #513 from jesseduffield/go.sum
update go.sum again
2019-09-21 18:30:16 +02:00
Dawid Dziurla 1c5858c515 update go.sum again 2019-09-21 18:02:23 +02:00
Dawid Dziurla 1c704e11f2 adjust CI to Go modules
relatively brought in line with lazydocker's config
2019-09-01 21:24:03 +10:00
Dawid Dziurla e0dd1cb29d switch to Go modules 2019-09-01 21:24:03 +10:00
Dawid Dziurla 0dcfa09ff2 run go fmt against generator 2019-01-17 10:11:17 +11:00
Dawid Dziurla d5401ab200 add script generating keybindings cheatsheet 2019-01-17 10:11:17 +11:00
Dawid Dziurla b6f8ebc0ca delete KeyReadable field from Binding struct
also rewrite GetKey function
2019-01-17 10:11:17 +11:00
Dawid Dziurla e4f70278dd i18n: pl translation 2018-12-20 09:13:41 +11:00
Dawid Dziurla 63e400647a shorter english string 2018-09-09 10:47:13 +02:00
Dawid Dziurla 6f7de83bce Merge branch 'master' into feature/help
conflicts resolved
2018-09-09 10:41:01 +02:00
Dawid Dziurla e80371fc6f satisfy golangci 2018-09-07 14:41:01 +02:00
Dawid Dziurla 9cef98f779 ladies and gentlemen...
this is fmt number x+1
2018-09-07 14:23:08 +02:00
Dawid Dziurla ba6dedfb22 rewrite some of menu panel logic
panel keybindings are now on top and
global keybindings are below separated with empty newline
2018-09-07 14:19:16 +02:00
Dawid Dziurla e9268d1828 add confirmOnQuit config option 2018-09-05 19:56:11 +02:00
Dawid Dziurla db2e2160a9 change menu keybinding from ? to x 2018-09-05 15:55:24 +02:00
Dawid Dziurla 08395ae76c workaround to include menu keybinding in cheatsheet 2018-09-05 15:45:20 +02:00
Dawid Dziurla 4188786749 update pl translation 2018-09-05 15:20:34 +02:00
Dawid Dziurla 34d1648bd3 fmt strikes again 2018-09-05 13:23:06 +02:00
Dawid Dziurla 906f8e252e include global keybindings in menu 2018-09-05 13:16:40 +02:00
Dawid Dziurla 98763e98cb initial commit message counter 2018-09-05 11:26:54 +02:00
Dawid Dziurla 557009e660 help -> menu 2018-09-05 11:12:11 +02:00
Dawid Dziurla e21f739f4f add renderGlobalOptions
render only global options for all panels
2018-09-04 16:07:31 +02:00
Dawid Dziurla 97ad4a1643 delete options 2018-09-04 15:40:29 +02:00
Dawid Dziurla cbafadd48e move keys slice to guiState struct 2018-09-04 15:29:43 +02:00
Dawid Dziurla 7b84c162f4 set help panel fgcolor to white 2018-09-04 15:25:54 +02:00
Dawid Dziurla f29c81fb5c add getMaxKeyLength 2018-09-04 15:25:02 +02:00
Dawid Dziurla 67d99a24ea get selected branch from correct panel 2018-09-03 18:45:52 +02:00
Dawid Dziurla bf8514f5e2 helperize spaces 2018-09-03 18:44:56 +02:00
Dawid Dziurla 93e88ea8fe add missing translated polish strings 2018-09-03 18:34:04 +02:00
Dawid Dziurla a2073528f4 add missing untranslated dutch strings
@mjarkk
2018-09-03 18:33:38 +02:00
Dawid Dziurla 230a5afa4c remove capitalization of keybindings descriptions 2018-09-03 18:16:54 +02:00
Dawid Dziurla c49e4dc287 get item position from correct panel 2018-09-03 18:07:38 +02:00
Dawid Dziurla 59f50010b6 apply fmt again 2018-09-03 18:01:07 +02:00
Dawid Dziurla b5827b7d80 merge conflict effect fix 2018-09-03 17:57:03 +02:00
Dawid Dziurla 36874be45b apply very important fmt 2018-09-03 17:54:06 +02:00
Dawid Dziurla 83b7c60246 add untranslated dutch strings
@mjarkk
2018-09-03 17:54:06 +02:00
Dawid Dziurla 323016aa01 polish translation 2018-09-03 17:54:06 +02:00
Dawid Dziurla b403b6e46d better english string 2018-09-03 17:54:06 +02:00
Dawid Dziurla 359636c1aa add generate_cheatsheet script
script is generating markdown document with small cheatsheet
in selected language
2018-09-03 17:54:06 +02:00
Dawid Dziurla 1fa55875e2 remove testing content 2018-09-03 17:54:06 +02:00
Dawid Dziurla 5177e458ef use Fprint instead of renderString
renderString is wrapping content
because of that lines are being select wrong
2018-09-03 17:54:06 +02:00
Dawid Dziurla 314c8c279a apply fmt on keybindings 2018-09-03 17:54:06 +02:00
Dawid Dziurla 20073d0293 don't panic
"panic: runtime error: index out of range"

when executing stash pop 'g' from help menu
2018-09-03 17:54:06 +02:00
Dawid Dziurla 90a4cada82 add missing descriptions 2018-09-03 17:54:06 +02:00
Dawid Dziurla e376de6d1a explicitly delete 'help' view 2018-09-03 17:54:06 +02:00
Dawid Dziurla 265d7e121a use Key if it's a rune, otherwise KeyReadable 2018-09-03 17:54:06 +02:00
Dawid Dziurla 7ec5b6cc30 indent keybindings 2018-09-03 17:54:06 +02:00
Dawid Dziurla 9ceaf5b9a9 move descriptions to i18n 2018-09-03 17:52:05 +02:00
Dawid Dziurla cc3fa4b79d make '?' key visible on every panel 2018-09-03 17:52:05 +02:00
Dawid Dziurla 653d590157 help panel size from getConfirmationPanelDimensions 2018-09-03 17:52:05 +02:00
Dawid Dziurla 8a01d11202 more error checks 2018-09-03 17:52:05 +02:00
Dawid Dziurla 28a9594ef7 update help panel
- delete scrolling ability
- lines are now selectable
- implemented handler execution when space is pressed
- add example descriptions for status panel keybindings
2018-09-03 17:52:05 +02:00
Dawid Dziurla 77623db1d0 apply fmt 2018-09-03 17:52:05 +02:00
Dawid Dziurla 6a99d36ae1 change key from 'H' to '?' 2018-09-03 17:52:05 +02:00
Dawid Dziurla 2416f585ce initial help panel 2018-09-03 17:52:05 +02:00
Dawid Dziurla 741e28d01a move bindings to getKeybindings() 2018-09-03 17:52:05 +02:00
Dawid Dziurla 5c1463313d respect localized output of rmdir 2018-09-01 17:22:49 +02:00
Dawid Dziurla 0355fc3008 don't run tests on scripts/ directory 2018-09-01 17:22:23 +02:00
Dawid Dziurla b7f6bcb3ca add config flag 2018-08-26 17:31:28 +02:00
Dawid Dziurla bcbeec1a56 Sirupsen -> sirupsen 2018-08-23 14:22:03 +02:00
Dawid Dziurla 483b4d939d fix testPath for debian packaging 2018-08-20 15:21:05 +02:00
Dawid Dziurla bf5f3bb972 pl translation 3 2018-08-17 14:27:13 +02:00
Dawid Dziurla b0e08491ac pl translation 2 2018-08-17 14:11:48 +02:00
Dawid Dziurla 36eed80228 add info about release PPA 2018-08-16 19:26:43 +02:00
Dawid Dziurla 2d80a83d27 pl translation 1 2018-08-16 18:56:16 +02:00
Dawid Dziurla 6581bec1ce precise supported ubuntu releases by ppa 2018-08-08 23:21:41 +02:00
Dawid Dziurla 6925ceeb6e set minimal ubuntu version supported by ppa 2018-08-07 13:42:39 +02:00
Dawid Dziurla c38dc16def add instalation instructions for ubuntu 2018-08-06 10:17:05 +02:00