Commit graph

  • e21f739f4f
    add renderGlobalOptions Dawid Dziurla 2018-09-04 16:07:31 +02:00
  • 97ad4a1643
    delete options Dawid Dziurla 2018-09-04 15:40:29 +02:00
  • cbafadd48e
    move keys slice to guiState struct Dawid Dziurla 2018-09-04 15:29:43 +02:00
  • 7b84c162f4
    set help panel fgcolor to white Dawid Dziurla 2018-09-04 15:25:54 +02:00
  • f29c81fb5c
    add getMaxKeyLength Dawid Dziurla 2018-09-04 15:25:02 +02:00
  • 59003c8bbf
    Merge pull request #253 from jesseduffield/hotfix/238-xdg-open-2 Jesse Duffield 2018-09-04 22:21:03 +10:00
  • 6c1d133315 dockerfile for testing on alpine linux Jesse Duffield 2018-09-04 19:03:35 +10:00
  • 33ea093d88
    Merge branch 'master' into hotfix/238-xdg-open-2 Jesse Duffield 2018-09-04 20:37:35 +10:00
  • a81f8b84e3
    Merge pull request #245 from antham/master Jesse Duffield 2018-09-04 19:29:21 +10:00
  • 3f68fe42cb update xdg-open command Jesse Duffield 2018-09-04 19:18:18 +10:00
  • 172cd7c687 fix tests locally Anthony HAMON 2018-09-04 06:29:48 +02:00
  • df3e7abd68 use RunCommand Anthony HAMON 2018-09-04 06:16:19 +02:00
  • 8c67578063 replace fmt with errors Anthony HAMON 2018-09-02 22:46:37 +02:00
  • 06846ef3ae rename NewApp to Setup Anthony HAMON 2018-09-02 17:18:33 +02:00
  • 43ad9a81c2 merge setup in function that create a new git command Anthony HAMON 2018-09-02 17:15:27 +02:00
  • 9f7775df26 pkg/git : remove unused Map function Anthony HAMON 2018-08-30 00:54:54 +02:00
  • c1984528c8 pkg/git : add tests for SetupGit Anthony HAMON 2018-08-29 22:55:57 +02:00
  • 624d63d2fa pkg/git : remove panic in SetupGit method Anthony HAMON 2018-08-29 21:47:48 +02:00
  • 67d99a24ea
    get selected branch from correct panel Dawid Dziurla 2018-09-03 18:45:52 +02:00
  • bf8514f5e2
    helperize spaces Dawid Dziurla 2018-09-03 18:44:56 +02:00
  • 93e88ea8fe
    add missing translated polish strings Dawid Dziurla 2018-09-03 18:34:04 +02:00
  • a2073528f4
    add missing untranslated dutch strings Dawid Dziurla 2018-09-03 18:33:38 +02:00
  • 230a5afa4c
    remove capitalization of keybindings descriptions Dawid Dziurla 2018-09-03 18:16:54 +02:00
  • c49e4dc287
    get item position from correct panel Dawid Dziurla 2018-09-03 18:07:38 +02:00
  • 59f50010b6
    apply fmt again Dawid Dziurla 2018-09-03 18:01:07 +02:00
  • b5827b7d80
    merge conflict effect fix Dawid Dziurla 2018-09-03 17:57:03 +02:00
  • 36874be45b
    apply very important fmt Dawid Dziurla 2018-09-01 17:01:13 +02:00
  • 83b7c60246
    add untranslated dutch strings Dawid Dziurla 2018-09-01 16:57:41 +02:00
  • 323016aa01
    polish translation Dawid Dziurla 2018-09-01 16:57:16 +02:00
  • b403b6e46d
    better english string Dawid Dziurla 2018-09-01 16:56:43 +02:00
  • 359636c1aa
    add generate_cheatsheet script Dawid Dziurla 2018-09-01 16:50:22 +02:00
  • 1fa55875e2
    remove testing content Dawid Dziurla 2018-09-01 15:04:26 +02:00
  • 5177e458ef
    use Fprint instead of renderString Dawid Dziurla 2018-09-01 15:02:12 +02:00
  • 314c8c279a
    apply fmt on keybindings Dawid Dziurla 2018-09-01 14:20:45 +02:00
  • 20073d0293
    don't panic Dawid Dziurla 2018-09-01 14:17:45 +02:00
  • 90a4cada82
    add missing descriptions Dawid Dziurla 2018-09-01 14:03:43 +02:00
  • e376de6d1a
    explicitly delete 'help' view Dawid Dziurla 2018-09-01 14:03:03 +02:00
  • 265d7e121a
    use Key if it's a rune, otherwise KeyReadable Dawid Dziurla 2018-09-01 13:06:53 +02:00
  • 7ec5b6cc30
    indent keybindings Dawid Dziurla 2018-09-01 12:10:03 +02:00
  • 9ceaf5b9a9
    move descriptions to i18n Dawid Dziurla 2018-08-30 14:09:08 +02:00
  • cc3fa4b79d
    make '?' key visible on every panel Dawid Dziurla 2018-08-30 13:45:11 +02:00
  • 653d590157
    help panel size from getConfirmationPanelDimensions Dawid Dziurla 2018-08-30 13:39:11 +02:00
  • 8a01d11202
    more error checks Dawid Dziurla 2018-08-29 14:24:04 +02:00
  • 28a9594ef7
    update help panel Dawid Dziurla 2018-08-29 13:43:59 +02:00
  • 77623db1d0
    apply fmt Dawid Dziurla 2018-08-29 11:56:28 +02:00
  • 6a99d36ae1
    change key from 'H' to '?' Dawid Dziurla 2018-08-29 11:54:28 +02:00
  • 2416f585ce
    initial help panel Dawid Dziurla 2018-08-28 20:13:01 +02:00
  • 741e28d01a
    move bindings to getKeybindings() Dawid Dziurla 2018-08-28 20:07:13 +02:00
  • 19a8029795
    Merge pull request #250 from dawidd6/fix/tests Jesse Duffield 2018-09-03 22:04:16 +10:00
  • 796f17eef4
    Merge branch 'master' into fix/tests Jesse Duffield 2018-09-03 21:20:17 +10:00
  • 8fbb3aea4f
    Merge pull request #242 from d-dorazio/rename-commits-in-user-editor Jesse Duffield 2018-09-03 20:11:13 +10:00
  • 6fc4cb1b96
    Merge branch 'master' into rename-commits-in-user-editor Jesse Duffield 2018-09-03 19:53:16 +10:00
  • 3c1935fee4
    Merge pull request #249 from jesseduffield/hotfix/238-xdg-open Jesse Duffield 2018-09-03 19:48:42 +10:00
  • dfb87d34dc
    Merge branch 'master' into hotfix/238-xdg-open Jesse Duffield 2018-09-03 19:42:06 +10:00
  • 4ab1a1f72b Merge branch 'master' into hotfix/238-xdg-open Jesse Duffield 2018-09-03 19:33:37 +10:00
  • a9cd277070 add test for ResolvePlaceholderString Jesse Duffield 2018-09-03 19:31:27 +10:00
  • 5c1463313d
    respect localized output of rmdir Dawid Dziurla 2018-09-01 17:22:49 +02:00
  • 0355fc3008
    don't run tests on scripts/ directory Dawid Dziurla 2018-09-01 17:22:23 +02:00
  • 39f065207e add simple test for PrepareCommitAmendSubProcess Daniele D'Orazio 2018-09-01 12:29:43 +02:00
  • 9e6a4a529a add keybinding to open user editor when renaming last commit Daniele D'Orazio 2018-08-29 14:27:17 +02:00
  • 87de803a6c update default config header Jesse Duffield 2018-09-01 14:38:30 +10:00
  • 3cafa2bb12 update config to reflect platform specific defaults Jesse Duffield 2018-09-01 14:35:46 +10:00
  • d31520261f introduce platform specific defaults Jesse Duffield 2018-09-01 14:33:01 +10:00
  • ad880e2d56 wrap windows start command in shell Jesse Duffield 2018-09-01 13:28:10 +10:00
  • 865809e625 better error handling for commands Jesse Duffield 2018-09-01 13:27:58 +10:00
  • 04d5a473d7 use start instead of cygstart to open files on windows Jesse Duffield 2018-09-01 12:22:33 +10:00
  • f127ae62bb update config Jesse Duffield 2018-09-01 12:15:52 +10:00
  • 3f14b764d5 update tests Jesse Duffield 2018-09-01 12:13:41 +10:00
  • ae0d88f855 WIP using runDirectCommand with xdg-open Jesse Duffield 2018-08-31 18:43:54 +10:00
  • b65fa852f1
    Merge pull request #248 from jesseduffield/hotfix/better-backwards-compatibility-error Jesse Duffield 2018-09-01 11:26:58 +10:00
  • 42500817e0 better error for nonbackwards compatible changes Jesse Duffield 2018-09-01 10:36:22 +10:00
  • d8aba3aeee
    Merge pull request #241 from antham/master Jesse Duffield 2018-08-29 23:05:14 +10:00
  • 1b8836e92d fix fmt issue antham 2018-08-29 13:45:52 +02:00
  • 54326907c3 fix linting issues Anthony HAMON 2018-08-29 13:34:56 +02:00
  • cda7b374e2 fix linting issues Anthony HAMON 2018-08-29 13:32:34 +02:00
  • e889a40caf fix golint issue Anthony HAMON 2018-08-29 13:31:27 +02:00
  • 3f26ddc06f
    Merge pull request #225 from antham/master Jesse Duffield 2018-08-29 20:25:39 +10:00
  • dac7c90483 add cache based on Gopkg.lock checksum Anthony HAMON 2018-08-28 21:28:55 +02:00
  • 66e5dacf5e fix git tests Anthony HAMON 2018-08-28 21:17:18 +02:00
  • e3ed899b20 refactor MergeStatusFiles Anthony HAMON 2018-08-28 21:09:56 +02:00
  • d6b4d4b063 add tests for MergesStatusFiles Anthony HAMON 2018-08-28 20:55:14 +02:00
  • 45fa257128 add test for StashSave and refactor StashSave method Anthony HAMON 2018-08-28 20:24:19 +02:00
  • 99840d8fc4 add test for StashDo and refactor StashDo method Anthony HAMON 2018-08-28 20:18:34 +02:00
  • 85012dbc8f add tests for GetStatusFiles Anthony HAMON 2018-08-27 23:20:44 +02:00
  • 13f9073552 add test for GetStashEntryDiff Anthony HAMON 2018-08-27 23:20:27 +02:00
  • 49b507d2ff replace make Anthony HAMON 2018-08-27 23:20:01 +02:00
  • 8247fd69c9 add test for GetStashEntries Anthony HAMON 2018-08-27 22:41:46 +02:00
  • 983d0bd586 replace make Anthony HAMON 2018-08-27 22:41:23 +02:00
  • ca9ce22693 use assert in tests, rename testing method Anthony HAMON 2018-08-27 22:40:15 +02:00
  • cff1dee6dc more lenient version comparison Jesse Duffield 2018-08-29 09:37:47 +10:00
  • 2181a91fea
    Merge pull request #231 from jesseduffield/feature/24-support-unicode-characters v0.2.1 Jesse Duffield 2018-08-28 20:09:27 +10:00
  • 8c2b8cfb51 support unicode characters Jesse Duffield 2018-08-28 19:58:18 +10:00
  • 145cba34a0
    Merge pull request #228 from jesseduffield/hotfix/226-dont-panic-when-catting v0.2.0 Jesse Duffield 2018-08-28 19:19:03 +10:00
  • 7e1e97d050 dont panic when catting directories Jesse Duffield 2018-08-28 19:12:35 +10:00
  • 320ccdb22a when panicking due to malformed gitconfig, show a more useful error Jesse Duffield 2018-08-28 18:01:53 +10:00
  • ed6df44422 add tests for GetStatusFiles Anthony HAMON 2018-08-27 23:20:44 +02:00
  • a1f73f760c add test for GetStashEntryDiff Anthony HAMON 2018-08-27 23:20:27 +02:00
  • a401989873 replace make Anthony HAMON 2018-08-27 23:20:01 +02:00
  • 08f81cb20e
    Merge 9eb8141e87 into db1d5328f2 Anthony HAMON 2018-08-27 20:44:44 +00:00
  • 9eb8141e87 add test for GetStashEntries Anthony HAMON 2018-08-27 22:41:46 +02:00