Commit Graph

72 Commits (ce95ddea2a761e644124159a713342a3763dbe4b)

Author SHA1 Message Date
Tony-Sol ce95ddea2a
Add networks panel 1 year ago
Jesse Duffield b7fea7a44d separate quit and close options 2 years ago
Jesse Duffield 5ffbeae3e8 preparing to refactor main render functions 2 years ago
Jesse Duffield fc592b5806 more refactoring of list panels 2 years ago
Jesse Duffield 52d2c1ce8c remove unused string 2 years ago
Jesse Duffield f7beb6e83f stop support menu filtering for simplicity 2 years ago
Jesse Duffield 702361559f allow searching in any list view 2 years ago
Jesse Duffield be347a7216 POC filtering on images panel 2 years ago
Jesse Duffield 129402fd50 use confirmation panel for upping project 2 years ago
Jesse Duffield 0cdac0bca3 allow upping and downing whole project 2 years ago
Jesse Duffield 15990effff wait when upping 2 years ago
Jesse Duffield 195ccf41ce allow upping a service 2 years ago
Jesse Duffield fb7b28243b improve subprocess approach 2 years ago
Jesse Duffield badc43b225 allow changing window size 2 years ago
Luka Markušić badc92f192 Add container pause functionality 2 years ago
Jesse Duffield 2f08e0942a support starting a service 2 years ago
Jesse Duffield 62be3d9924 allow forcing an image removal 2 years ago
Jesse Duffield a100caa0d9 use sdk to inspect containers 2 years ago
Jesse Duffield ac1e47766a ensure we refresh after hiding stopped containers 2 years ago
Jesse Duffield 052c2ec1d1 appease linter 2 years ago
glendsoza 9a0bbd1e38 Fixed the typo and removed the uncessory comment 2 years ago
glendsoza ce5e97dd68 Merge branch 'master' of github.com:jesseduffield/lazydocker 2 years ago
Jesse Duffield 9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status 2 years ago
glendsoza 4d90a0345f Changes as requested per review 2 years ago
glendsoza af2eb0bb84 Created a seperate context to display just environment variables in the container panel 2 years ago
Jesse Duffield 97772a95d0 remove anonymous reporting prompt because we disabled that globally ages ago 2 years ago
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.
3 years ago
Mark Kopenga fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
Exec shell: separate menu item and auto detect shell: bash or sh
3 years ago
Sergey Ponomarev 7ede2f8297 Open in browser
Most containers expose some http port. We can open it in browser.
For simplicity we can just open first container's published port.
3 years ago
Sergey Ponomarev 2688801cbd Separate menu item for Exec shell
Login to container's shell is very popular operation and to make it easier it will be better to make it as a separate menu item with a dedicated hot key.
4 years ago
Jesse Duffield 3f28a97507 ensure the current task is stopped before exit so we don't have any child orphan processes
use stop mutex
5 years ago
Jesse Duffield 1f9f82601b support bulk commands in each of the panels 5 years ago
Jesse Duffield 7c87c21fa0 show y/n options on confirmation panels 5 years ago
Mark Kopenga 9bbd513a72
Update pkg/i18n/english.go
Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
5 years ago
Mark Kopenga 0ca9235220
Merge branch 'master' into f110 5 years ago
mjarkk 401c6a39ed
Updated the keybindings 5 years ago
Jesse Duffield cfd47b2877 add get_required_translations.go 5 years ago
mjarkk b89b02eee5
Added h key binding 5 years ago
Pieter van de Bruggen 12f3cfab55 Rename StatusPanel to ProjectPanel 5 years ago
Jesse Duffield ba426f05be don't panick on unix connection failure 5 years ago
Jesse Duffield ea8258d66e more stuff 5 years ago
Jesse Duffield 4e86732cf2 support custom commands that filter down to service names 5 years ago
Jesse Duffield eea087c1db add PromptToReturn config option 5 years ago
Jesse Duffield e220bedc79 support actual mouse support and focusing the main view 5 years ago
Jesse Duffield b644249d0e show lazydocker config in about tab 5 years ago
Jesse Duffield 799245da38 update keybindings 5 years ago
Jesse Duffield 014dce909c no more separate code paths for tty container logs 5 years ago
Jesse Duffield 5ab4ef6f8c support docker daemon going down randomly 5 years ago
Jesse Duffield 344c72f91a allow showing TOP of a container/service 5 years ago
Jesse Duffield 2474c0b34e support custom commands in services and containers panel 5 years ago