Jesse Duffield
572ff63e85
Merge pull request #74 from jesseduffield/go-modules
...
Go modules
2019-07-04 00:19:54 +10:00
Jesse Duffield
999d12a042
update test.sh for go modules
2019-07-04 00:00:11 +10:00
Jesse Duffield
0f3a035eda
update circle ci for go modules
2019-07-03 23:53:45 +10:00
Jesse Duffield
22ff831cfe
update CONTRIBUTING.md to talk about vendoring
2019-07-03 23:41:37 +10:00
Jesse Duffield
8be95c6eac
bump gocui fork again
2019-07-03 23:41:37 +10:00
Jesse Duffield
09618416ae
bump gocui fork
2019-07-03 23:41:37 +10:00
Jesse Duffield
d9d7a8ad69
rm gopkg stuff
2019-07-03 23:41:37 +10:00
Jesse Duffield
22b24563a9
setup go modules
2019-07-03 23:41:37 +10:00
Jesse Duffield
2b1f876c0e
bump yaml fork
2019-07-03 23:41:37 +10:00
Jesse Duffield
48da34ef99
Revert "Revert "pass -mod=vendor to gox""
...
This reverts commit 8abffd7aa0 .
2019-07-03 23:41:23 +10:00
Jesse Duffield
8abffd7aa0
Revert "pass -mod=vendor to gox"
...
This reverts commit debda0e35f .
2019-07-03 23:41:10 +10:00
Jesse Duffield
debda0e35f
pass -mod=vendor to gox
2019-07-03 23:41:02 +10:00
Jesse Duffield
df536a7bea
Merge pull request #77 from dawidd6/minimum-compose
...
Mention requirements in README
2019-07-03 22:04:42 +10:00
Jesse Duffield
275cd7c73a
Merge pull request #81 from dawidd6/gen_ch_fix
...
Adjust cheatsheet generator to latest changes
2019-07-03 21:04:51 +10:00
Dawid Dziurla
8041d7d8b1
scripts: adjust cheatsheet generator to latest changes
2019-07-03 12:58:57 +02:00
Jesse Duffield
c6519b7e57
Merge pull request #79 from jesseduffield/light-theme-borders
...
use default border color to support light theme
2019-07-03 20:46:20 +10:00
Jesse Duffield
4edf263dfa
use default border color to support light theme
2019-07-03 20:45:02 +10:00
Dawid Dziurla
3b5e7f4dc8
mention requirements in README
2019-07-03 11:27:17 +02:00
Mark Kopenga
1ff2198c0a
improve readability of colours ( #65 )
...
improve readability of colours
2019-07-02 15:15:08 +02:00
Jesse Duffield
bb74edab73
improve readability of colours
2019-07-02 20:40:38 +10:00
Jesse Duffield
e88be90f46
Merge pull request #59 from vedelaar/master
...
Repository with port does not show the correct image name
2019-07-02 19:55:44 +10:00
Jesse Duffield
187689a553
Merge pull request #62 from mjarkk/fix-58
...
Fix #58 (nil pointer dereference)
2019-07-02 19:52:21 +10:00
mjarkk
d10410e787
Fixed a sugestion
2019-07-02 11:28:19 +02:00
Jesse Duffield
72d9c4a821
Merge pull request #60 from mjarkk/fix-main-focus-bug
...
Fix main panel focus bug
2019-07-02 19:19:26 +10:00
mjarkk
28e75ebe1a
Fixed the issue
2019-07-02 10:38:36 +02:00
mjarkk
cb926cd20a
Fixed an escape bug
2019-07-02 09:14:22 +02:00
Jesse Duffield
d265698f3e
Merge pull request #45 from immanuelfodor/master
...
Add automated install-update steps for Linux
2019-07-02 16:58:41 +10:00
Derk Vedelaar
a5ff4d595c
Repository with port does not show the correct image name
2019-07-02 08:57:04 +02:00
Mark Kopenga
ee53d2447c
Update to latest master ( #1 )
...
Update to latest master
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
Co-authored-by: Jan Krüger <jan@krueger-jan.de>
Co-authored-by: jony montana <hy352144278@gmail.com>
Co-authored-by: null <callum.mcintyre@procensus.com>
Co-authored-by: Mikhail Swift <mswift@novetta.com>
Co-authored-by: Devin <devin@doolin.io>
2019-07-02 08:36:30 +02:00
Jesse Duffield
cf31c23fad
Merge pull request #50 from mikhailswift/master
...
Add arch aur installation instructions
2019-07-02 09:23:18 +10:00
Jesse Duffield
8ae94005cd
Merge pull request #46 from jesseduffield/44_defaulting_to_containers
...
default to container view when not in docker-compose context
2019-07-02 09:22:38 +10:00
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
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