mjarkk
fddbc7cdf8
Removed some lazygit code
2019-07-06 22:27:52 +02:00
mjarkk
b89b02eee5
Added h key binding
2019-07-06 21:20:21 +02:00
Quentin McGaw
a01f704d61
Added volume to Dockerfile so bind mounting is optional
2019-07-06 14:56:06 +02:00
Quentin McGaw
5532f1da80
Moved docker-compose.yml out of readme
2019-07-06 14:55:45 +02:00
Jesse Duffield
4dc13ebda5
Update README.md
2019-07-06 12:26:32 +10:00
Jesse Duffield
91e3c0fb0f
Merge pull request #103 from jesseduffield/window-check
...
bump gocui fork to check window size
2019-07-06 10:35:36 +10:00
Jesse Duffield
a680446596
bump gocui fork to check window size
2019-07-06 10:25:13 +10:00
Jesse Duffield
a5ec531b2b
Merge pull request #98 from mjarkk/fix-76
...
Add a limit to the c.StatsHistory
2019-07-06 09:26:03 +10:00
mjarkk
58baf82519
Added the sugestion from @jesseduffeild
2019-07-05 16:58:06 +02:00
Jesse Duffield
c04867b36d
Update Config.md
2019-07-05 23:03:22 +10:00
Jesse Duffield
b80b13d308
Update Config.md
2019-07-05 23:02:03 +10:00
Dawid Dziurla
feeb5c9bf6
go mod tidy
2019-07-05 14:53:34 +02:00
Quentin McGaw
92837ca1cb
Buffering channel with a size of 1
2019-07-05 14:46:38 +02:00
Jesse Duffield
0d42164c8f
Update README.md
2019-07-05 22:45:06 +10:00
Quentin McGaw
d8b0e1872f
Updated readme's Docker section
...
- No need to build for amd64 architectures, just pull automatically from Docker Hub when invoking `docker run ...`
- Build instructions only for ARM devices as Docker Hub does not build for ARM architectures really.
- Updated Docker image tag from `lazydocker` to `lazyteam/lazydocker`
- Added docker-compose.yml collapsible example
2019-07-05 14:43:41 +02:00
Quentin McGaw
ee6b990792
Applied changes from @dawidd6 to check on terminal space at start
2019-07-05 14:39:27 +02:00
Dawid Dziurla
bb319ddb59
adjust code to newer API
2019-07-05 14:18:44 +02:00
Dawid Dziurla
277681a0dc
use newer Docker SDK
2019-07-05 14:18:19 +02:00
Jesse Duffield
71acacbb0c
Update issue templates
2019-07-05 21:59:28 +10:00
Jesse Duffield
a536c09dab
set publish: false
2019-07-05 20:56:37 +10:00
Jesse Duffield
35a7c3a58d
use devel snapcraft grade
2019-07-05 20:43:27 +10:00
Jesse Duffield
319b026c26
remove snapcraft.login after we've logged in
2019-07-05 20:31:41 +10:00
Jesse Duffield
3087f86b2d
Merge pull request #99 from jesseduffield/ci-snap-2
...
login to snapcraft when releasing
2019-07-05 20:29:56 +10:00
Jesse Duffield
a2abab02a1
login to snapcraft when releasing
2019-07-05 20:18:34 +10:00
Dawid Dziurla
dc87228ab6
Merge pull request #96 from jesseduffield/ci-snap
...
CI snapcraft installation
2019-07-05 09:55:03 +02:00
mjarkk
8ef19b781d
Added a litmit to the StatsHistory
2019-07-05 08:10:21 +02:00
Jesse Duffield
ea6eafe2df
fix CI
2019-07-05 10:35:25 +10:00
Jesse Duffield
cd95ffce49
Merge pull request #97 from mjarkk/fix-94
...
Added rounding to timing (fixes #94 )
2019-07-05 10:20:06 +10:00
Jesse Duffield
9207dc6faa
Merge pull request #88 from pvande/feature/display-project-directory
...
Show Project Directory in Status Panel
2019-07-05 10:19:18 +10:00
Quentin McGaw
29ad43c4a4
Fixed infinite loop for checking terminal space as discussed in PR
...
- All the checks are in the `waitForTerminalSpace` function
- It tries to run the program directly if the width is positive
- It then sleeps 50 milliseconds the first time if the width is zero
- If after the first sleep, the terminal width is still zero, it prints the waiting time to stderr and will keep on doing so with increasing sleep times.
2019-07-05 01:31:28 +02:00
Quentin McGaw
e637497fdb
Removed useless installsuffix cgo from Docker Go build
2019-07-05 01:29:33 +02:00
mjarkk
74e8d6eb91
Added rounding to timeing
2019-07-04 21:25:49 +02:00
Dawid Dziurla
787bff1102
Merge pull request #85 from immanuelfodor/master
...
Map the aarch64 platform to the arm64 binary
2019-07-04 20:32:04 +02:00
immanuelfodor
58ba364348
Map other different platforms to the binaries
2019-07-04 20:21:31 +02:00
immanuelfodor
87f9ef70d3
Merge branch 'master' of https://github.com/jesseduffield/lazydocker
2019-07-04 20:20:20 +02:00
Dawid Dziurla
f84c36c6ad
ci: get squashfs-tools too
2019-07-04 17:48:05 +02:00
Dawid Dziurla
8ecb872c1d
ci: install snapcraft before goreleaser
2019-07-04 17:22:09 +02:00
Dawid Dziurla
bdf53fa911
ci: add snapcraft installation script
2019-07-04 17:21:46 +02:00
Dawid Dziurla
88dca3f40b
README: remove snap installation instructions
...
temporarily
2019-07-04 17:15:34 +02:00
Immánuel!
ed744bbe80
Map the i386 platform to the x86 binary
2019-07-04 15:58:48 +02:00
Jesse Duffield
36c16804ec
Merge pull request #93 from jesseduffield/snapcraft
...
use classic confinement for snapcraft
2019-07-04 22:17:25 +10:00
Jesse Duffield
42a3805b0f
use classic confinement for snapcraft
2019-07-04 21:57:24 +10:00
Jesse Duffield
b002816e05
Merge pull request #86 from dawidd6/goreleaser
...
Update Goreleaser
2019-07-04 21:32:46 +10:00
Jesse Duffield
6883c08f62
Merge pull request #90 from oguzcandemircan/turkhis-language-support
...
Added Turkish language support
2019-07-04 21:05:23 +10:00
Jesse Duffield
2bf13927c4
Merge pull request #92 from dawidd6/polish
...
Add Polish translation
2019-07-04 21:05:08 +10:00
Dawid Dziurla
16e596efaa
i18n: userLang variable was set needlessly
2019-07-04 11:17:39 +02:00
Dawid Dziurla
08c711a334
i18n: add polish translation
2019-07-04 11:12:21 +02:00
Oğuzcan Demircan
ce6cffa784
"Error return value of mergo.Merge is not checked (from errcheck)" issue solved
2019-07-04 11:53:33 +03:00
Oğuzcan Demircan
563630468c
Create Keybindings_tr.md
2019-07-04 10:13:16 +03:00
Oğuzcan Demircan
f811a3708a
Update turkish.go
2019-07-04 08:48:08 +03:00