Jesse Duffield
b60039c532
Merge pull request #54 from icdevin/patch-1
...
Updates README.md with a better alias suggestion
2019-07-02 09:22:15 +10:00
Jesse Duffield
d4b4992762
Merge pull request #55 from mcintyre94/add-compose-file-flag
...
Add -f compose file flag
2019-07-02 09:21:35 +10:00
Jesse Duffield
9c95c34825
Merge pull request #38 from mcintyre94/migrate-to-flaggy
...
Migrate to flaggy
2019-07-02 09:18:40 +10:00
Callum McIntyre
b2d98a9ff5
Add unit tests for NewAppConfig composeFiles
2019-07-01 20:59:19 +01:00
Callum McIntyre
2bbdb9bf6e
Add support for -f flag
...
- If passed, passes to docker-compose as -f flag
- Supports multiple docker-compose files
2019-07-01 20:32:55 +01:00
Devin
d0521c1a85
Updates README.md with a better alias suggestion
...
`ld` is actually a pretty important command-line tool, so overwriting it with the suggested alias is not preferable. `lzd` is just my idea, but really this is just to notify you.
2019-07-01 11:27:20 -07:00
Callum McIntyre
24264b35e6
Add flaggy to vendor
2019-07-01 18:48:28 +01:00
Mikhail Swift
389981af9c
Add arch aur installation instructions
2019-07-01 11:27:15 -04:00
Immánuel!
c8ad60dcb1
Update steps for auto install using a script
2019-07-01 16:08:09 +02:00
Immánuel!
e58184821a
Add automated install-update script for Linux
2019-07-01 16:03:23 +02:00
Mark Kopenga
86589c3517
Added dutch translations ( #18 )
...
* Translated the keybindings
* Translated the dutch.go file
* Squased the commits
* Added the sugestion from @YannickMeeus
* Fixed a minor bug in the i18n file
* Removed the .vscode settings
* Squased the commits
2019-07-01 15:46:18 +02:00
Quentin McGaw
c89e396121
Lazydocker can be ran directly as entrypoint
...
Thanks to the script:
```sh
#!/bin/sh
resize > /dev/null
lazydocker $@
```
2019-07-01 15:39:52 +02:00
Quentin McGaw
580936c73c
Fixed docker build typo (both URL and PATH)
2019-07-01 15:38:21 +02:00
Quentin McGaw
fd70aaaf05
Git commit reference mechanism changed
...
- Git commit is passed as a build argument as explained in README.md
- `.git` directory is ignored by Docker for a quicker build and smaller context
- the build arg VCS_REF is used both to tag the image and the Go program
2019-07-01 15:37:55 +02:00
Jesse Duffield
344e5ecda5
default to container view when not in docker-compose context
2019-07-01 23:30:51 +10:00
Immánuel!
c1764d81b6
Add automated install-update steps for Linux
2019-07-01 15:23:33 +02:00
Jesse Duffield
750437d572
bump jesseduffield/rollrus
2019-07-01 23:01:26 +10:00
Jesse Duffield
3784c3e54e
Update issue templates
2019-07-01 22:54:24 +10:00
Jesse Duffield
d72808f4fc
Update issue templates
2019-07-01 22:53:38 +10:00
Jesse Duffield
e49a2bdb81
Merge pull request #43 from jesseduffield/yeah_ed
...
fix menu overlap bug
2019-07-01 22:30:29 +10:00
Callum McIntyre
fdb4ad124e
Remove hardcoded debug=true flag
2019-07-01 13:10:30 +01:00
Jesse Duffield
16b700c945
Update README.md
2019-07-01 21:28:46 +10:00
Jesse Duffield
ec7624c3a3
fix menu overlap bug
2019-07-01 21:17:55 +10:00
Jesse Duffield
73ec29849f
fix format
2019-07-01 20:02:47 +10:00
Jesse Duffield
5ff438ad34
Merge pull request #21 from waterfl0w/german-translation
...
German translation
2019-07-01 20:00:52 +10:00
Jesse Duffield
836b814559
Merge pull request #37 from mjarkk/remove-dead-code
...
Removed some dead code
2019-07-01 20:00:02 +10:00
Jesse Duffield
bcaa54865d
Merge pull request #39 from mjarkk/update-gitignore
...
Updated the gitignore
2019-07-01 19:58:12 +10:00
Quentin McGaw
330131b6ca
Fixed Docker regarding no size window with gocui
...
- Runs the container with `/bin/sh` initially
- Invoke `lazydocker` from within the container, or gocui fails as the terminal window is invalid at launch
2019-07-01 11:57:50 +02:00
Quentin McGaw
ceb8cfcd76
Added Docker labels and Go commit, version and buildSource
2019-07-01 11:51:08 +02:00
Callum McIntyre
9a41c773ea
Migrate from flag to flaggy
...
- Prerequisite for supporting multiple -f flags
- Migrate the existing flag use to flaggy, no new flags introduced yet
- Add name/description/repo to flaggy help output
- Use flaggy for version flag
2019-07-01 10:06:32 +01:00
mjarkk
be681bb8e0
Updated git gitignore
2019-07-01 10:23:39 +02:00
Quentin McGaw
1542c70b53
Reworked Dockerfile for a more production oriented usage
...
- Added .dockerignore to speed up build context and avoid rebuilding when unecessary
- Specified Alpine and Go versions as build arguments
- Specified Go target CPU architecture as build arguments to be able to build for ARM devices
- Specified base images as build arguments to be able to build for ARM devices
- Trimmed down size of final image using `-a -installsuffix cgo -ldflags="-s -w"` go build flags and by copying the statically built binary only to the final image
- Added clear build and run instructions for the Docker container
2019-07-01 09:57:48 +02:00
mjarkk
e3f6f59890
Removed some dead code
2019-07-01 09:56:05 +02:00
Jesse Duffield
a51bb830a5
Merge pull request #32 from jonyhy96/master
...
fix strings.ReplaceAll() does't exist error while go version bellow 1.12
2019-07-01 16:30:09 +10:00
haoyun
0fe35ba5c5
fix strings.ReplaceAll() does't exist error while go version bellow 1.12
2019-07-01 14:18:11 +08:00
Jan Krüger
541bf0310a
Add check for German in 'i18n.go'
2019-07-01 02:04:39 +02:00
Jesse Duffield
f4f56055e5
Update README.md
2019-07-01 09:24:41 +10:00
Jan Krüger
56626b9af6
Fixed typo in Keybindings_de filename
...
It had one too many dots 'Keybindings_de..md' is now 'Keybindings_de.md'
2019-06-30 18:38:36 +02:00
Jan Krüger
70cffacddc
fixed typos in 'german.go'
2019-06-30 18:35:01 +02:00
Jan Krüger
5c0b355ca7
Adding 'german.go'
...
Prior commit failed for unknown reason, but this is again the translated file based on the English version.
2019-06-30 18:28:39 +02:00
Jan Krüger
08f94efbf7
Translate keybinding docs
...
Translated the keybinding docs, added a new file for the German version, and it is based on the English version
2019-06-30 18:25:13 +02:00
Jan Krüger
b7c548121c
Translate german.go
...
Added a new 'german.go' file and translated it using the English version as a base.
2019-06-30 18:17:47 +02:00
Jesse Duffield
d590b2b9f3
Merge pull request #17 from jesseduffield/fix-invalid-keybinding
...
remove incorrect description from status click binding
2019-06-30 22:23:55 +10:00
Jesse Duffield
dcd5bcdfcd
remove incorrect description from status click binding
2019-06-30 22:22:35 +10:00
Jesse Duffield
50a6eb64ec
actually take the debugging flag seriously
2019-06-30 21:00:01 +10:00
Jesse Duffield
da03778cf9
Merge pull request #14 from jesseduffield/12_unix-permission-error
...
don't panic on unix permission failure
2019-06-30 20:56:10 +10:00
Jesse Duffield
ba426f05be
don't panick on unix connection failure
2019-06-30 20:41:12 +10:00
Jesse Duffield
51d9b14ab5
Merge pull request #10 from jesseduffield/bright-theme-compatability
...
support light themes in terminals
2019-06-30 20:02:47 +10:00
Jesse Duffield
5169356454
support light themes in terminals
2019-06-30 19:58:46 +10:00
Jesse Duffield
9c8c88e939
Merge pull request #8 from jesseduffield/nil-pointer
...
Fix bug with hanging app on startup
2019-06-30 18:34:25 +10:00