jesseduffield / lazydocker

The lazier way to manage everything docker
MIT License
38.82k stars 1.23k forks source link

feat: add 'border' option in config #529

Closed scottmckendry closed 6 months ago

scottmckendry commented 6 months ago

This PR fixes #516 A like-for-like implementation of Lazygit's "border" option that allows users to override the border style of Lazydocker's views.

Single (default): image

Rounded: image

Double: image

Hidden: image

jesseduffield commented 6 months ago

Thanks for making this.