DevLeonardoK
d8d6ec7d7a
Add keybinding to cycle log tail line count in Logs tab
...
Lets you press 't' while focused on the containers panel to cycle
through common --tail presets (all, 50, 100, 200, 500) for the
selected container's Logs tab, instead of only being able to set a
fixed value via the logs.tail config option. The current value is
shown in the Logs tab subtitle.
2026-07-14 21:21:26 -03:00
Sebastiaan van Stijn
0232610967
go.mod: github.com/docker/docker, docker/cli v25.0.5
...
Update to v25.0, and remove uses of deprecated types.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-07-15 11:25:11 +02:00
Jesse Duffield
8a0fcf99f4
Gracefully handle situation when container details have not yet loaded
...
This should be very rare but it does happen sometimes
2024-05-26 12:27:01 +10:00
Jesse Duffield
a6ade7e78d
Close stream when done with it
...
We should have been doing this from the start. Potential cause of a
memory leak?
2024-05-26 11:34:05 +10:00
Jesse Duffield
821cd81b72
allow configuring number of logs to tail
2022-11-23 20:58:35 +11:00
Jesse Duffield
b0241c79db
use context instead of struct channel
2022-11-10 19:38:49 +11:00
Jesse Duffield
7f38cf2ab2
fix some things
2022-11-10 19:27:28 +11:00
Jesse Duffield
52040d1d99
better way of rendering to the main view
2022-11-10 19:14:12 +11:00
Jesse Duffield
a87b698761
move things into presentation package
2022-11-09 21:21:36 +11:00
Jesse Duffield
9b58b8188a
remove redundant function
2022-11-09 21:21:35 +11:00
Jesse Duffield
d0a53fbe60
use SDK to print container logs to stdout
2022-05-12 19:03:15 +10:00