lazydocker/pkg
DevLeonardoK e57958fc3b Keep a real sliding window for the tail line count
Previously the selected --tail value only trimmed the initial log
snapshot; since logs are followed live afterwards, the view kept
growing unbounded past the chosen count. Now the main panel writer
re-truncates to the last N lines on every new line, so e.g. tail: 50
always shows only the 50 most recent lines. Behavior when
following logs to stdout (the 'm' keybinding) is unchanged, matching
plain `docker logs --tail N -f` there.
2026-07-14 21:32:12 -03:00
..
app improve subprocess approach 2022-10-09 18:03:46 -07:00
cheatsheet Improve projects support 2026-03-15 14:53:48 +11:00
commands Use IsProjectScoped at remaining call sites + add test 2026-04-19 12:47:30 +10:00
config Improve projects support 2026-03-15 14:53:48 +11:00
gui Keep a real sliding window for the tail line count 2026-07-14 21:32:12 -03:00
i18n Add keybinding to cycle log tail line count in Logs tab 2026-07-14 21:21:26 -03:00
log Appease linter 2023-10-10 17:39:09 +11:00
tasks Use taskID mutex properly 2024-05-26 12:25:32 +10:00
utils Short status (#419) 2023-07-21 18:22:18 +10:00