Charalambos Emmanouilidis
a0819d6b91
Fix color contrast for better readability on dark backgrounds
...
Changed FgBlue to FgCyan in multiple locations to improve text visibility
on terminals with dark blue ANSI colors. This affects image history display,
service status indicators, container states, keyboard shortcuts, and command output.
Fixes #685
2025-12-16 16:53:57 +02:00
Jesse Duffield
df6c8c196e
Use 'docker compose' by default
...
We now fall back to 'docker-compose' if need be
2024-07-21 21:32:03 +10:00
Jesse Duffield
2729aafe2c
Default to rounded corners
2024-05-26 13:52:34 +10:00
Scott McKendry
dbf2bced5e
feat: support for different border styles
2024-05-07 07:11:10 +12:00
Jesse Duffield
2dda39dff0
Appease linter
2023-10-10 17:39:09 +11:00
tiagovla
454eaee2cf
feat: add selectedLineBgColor theme customization ( #420 )
2023-07-21 18:31:27 +10:00
Martin Cross
dffe6970aa
Short status ( #419 )
...
Co-authored-by: Martin Cross <martinidc1992@gmail.com>
2023-07-21 18:22:18 +10:00
Rdkang
07f26c1e91
Allow setting default screenMode ( #421 )
2023-07-21 18:08:21 +10:00
Tony-Sol
ce95ddea2a
Add networks panel
2023-03-06 01:25:23 +03:00
Gustavo Andrioli
d77b895319
Wrap custom commands on shell
2022-12-01 19:04:29 +11:00
Jesse Duffield
821cd81b72
allow configuring number of logs to tail
2022-11-23 20:58:35 +11:00
Jesse Duffield
9ec03eef45
ignore items with configured substrings
2022-10-10 21:00:41 -07:00
Jesse Duffield
0cdac0bca3
allow upping and downing whole project
2022-10-10 20:33:56 -07:00
Jesse Duffield
195ccf41ce
allow upping a service
2022-10-10 19:19:07 -07:00
Jesse Duffield
46de6b365d
clean up some things
...
remove redundant g argument
2022-10-09 18:36:42 -07:00
Jesse Duffield
badc43b225
allow changing window size
2022-10-09 18:02:11 -07:00
Jesse Duffield
9c40237fae
Update pkg/config/app_config.go
2022-10-08 11:57:01 -07:00
Miles Liu
d64a92227a
allow user to replace docker repo prefix from image names
...
Example usage:
```yaml
replacements:
imageNamePrefixes:
'123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
'923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
```
Closes #316
2022-09-06 13:43:04 +08:00
Jesse Duffield
d0a53fbe60
use SDK to print container logs to stdout
2022-05-12 19:03:15 +10:00
Jesse Duffield
86de6c09bd
default to wrapping main panel
2022-05-11 20:24:53 +10:00
Jesse Duffield
2f08e0942a
support starting a service
2022-05-11 19:48:11 +10:00
Jesse Duffield
b4509fb45e
add TODO's for using the docker SDK
2022-05-11 19:41:53 +10:00
Jesse Duffield
d3e84881bb
remove custom command from default config given that it is now inbuilt
2022-05-11 19:38:41 +10:00
Jesse Duffield
cd96b20bb2
default to no timestamps in logs
2022-05-11 19:18:58 +10:00
Jesse Duffield
0b7017150c
use sdk to obtain container logs
2022-05-11 19:12:11 +10:00
Jesse Duffield
6bc57b7628
appease linter
2022-05-09 21:31:24 +10:00
Jesse Duffield
2fe7505ebc
use event channel to reduce CPU usage by a LOT
2022-05-09 20:31:16 +10:00
Jesse Duffield
9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status
2022-01-18 12:28:09 +11:00
lpessoa
cbacd32a68
Changing SortContainersByName to LegacySortContainers
...
LegacySortContainers will default to legacy behaviour.
New behaviour will sort by status followed by name.
2022-01-17 19:58:51 -03:00
Jesse Duffield
a78b5af56b
fix crash
2022-01-12 23:24:15 +11:00
Jesse Duffield
23bb5692e4
appease linter
2022-01-12 23:12:54 +11:00
Jesse Duffield
97772a95d0
remove anonymous reporting prompt because we disabled that globally ages ago
2022-01-12 23:11:03 +11:00
lpessoa
1681d839fa
Fixing gofmt errors
2021-12-10 16:39:42 +00:00
lpessoa
14e6ff1c1f
Use sort containers by state by default
...
Implements #224
Use sort containers by state as default behavior
Legacy sort by name behavior can be set using a user config setting.
`sortContainersByName` is false by default.
2021-12-09 23:18:20 +00:00
Dwarven YANG
43f83f64ec
allow user to configure the gui language
2021-08-30 09:54:55 +08:00
Sergey Ponomarev
430600063c
Exec shell: autodetect container shell
...
Some containers may have bash installed but some have only basic sh (Ash/Dash).
There is other shells too: ZSh, tsh etc.
We can automatically detect what shell is configured.
See explanation how it works https://github.com/moby/moby/issues/41702
2020-12-12 18:40:31 +02:00
Nick Flueckiger
1bd850df12
Add legacy folder loc change
2020-11-22 15:01:57 +01:00
Jesse Duffield
6ebddea76e
Merge pull request #130 from winhung/limit-scrolling
...
scrolling does not go beyond the displayed text #31
2019-08-14 20:29:50 +10:00
Pieter van de Bruggen
b5df76187b
InternalFunction is not serializable to YAML
2019-07-31 20:48:15 -07:00
Jesse Duffield
4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
...
Support bulk commands in each of the panels
2019-07-29 19:01:20 +10:00
Jesse Duffield
1f9f82601b
support bulk commands in each of the panels
2019-07-29 18:59:07 +10:00
Jesse Duffield
64863adc2b
Merge pull request #127 from mjarkk/origin/f115
...
Allow user setting the pull interval
2019-07-27 11:48:08 +10:00
mjarkk
5b3cdcd0aa
Fixed sugestion from jesse
2019-07-26 16:06:46 +02:00
winhung
42e69ac821
added test to increase coverage #31
2019-07-26 16:42:46 +08:00
Dawid Dziurla
2b3d380d10
config: use xdg package instead of configdir
2019-07-13 12:56:51 +02:00
mjarkk
63b1d871c5
Changed the sugestions
2019-07-12 15:04:07 +02:00
mjarkk
fd4d4a1dc6
Made the information pulling time dynamic
2019-07-12 10:26:59 +02:00
Dowideit, Sven (O&A, St. Lucia)
cdf075b00d
Initial working demo
...
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <Sven.Dowideit@csiro.au>
2019-07-08 17:01:15 +10:00
mjarkk
867459af56
Merge remote-tracking branch 'jesse/master' into fix-git-typo
2019-07-06 22:28:41 +02:00
mjarkk
fddbc7cdf8
Removed some lazygit code
2019-07-06 22:27:52 +02:00