Jesse Duffield
fb7b28243b
improve subprocess approach
2022-10-09 18:03:46 -07:00
Jesse Duffield
badc43b225
allow changing window size
2022-10-09 18:02:11 -07:00
Luka Markušić
badc92f192
Add container pause functionality
2022-05-12 14:01:44 +02:00
Jesse Duffield
2f08e0942a
support starting a service
2022-05-11 19:48:11 +10:00
Jesse Duffield
62be3d9924
allow forcing an image removal
2022-05-11 19:38:53 +10:00
Jesse Duffield
a100caa0d9
use sdk to inspect containers
2022-05-11 18:22:14 +10:00
Jesse Duffield
ac1e47766a
ensure we refresh after hiding stopped containers
2022-05-10 22:24:19 +10:00
Jesse Duffield
052c2ec1d1
appease linter
2022-05-10 20:59:28 +10:00
glendsoza
9a0bbd1e38
Fixed the typo and removed the uncessory comment
2022-01-18 21:42:49 +05:30
glendsoza
ce5e97dd68
Merge branch 'master' of github.com:jesseduffield/lazydocker
2022-01-18 21:38:39 +05:30
Jesse Duffield
9fad29449c
Merge pull request #272 from lpessoa/lp-order-by-status
2022-01-18 12:28:09 +11:00
glendsoza
4d90a0345f
Changes as requested per review
2022-01-17 19:24:32 +05:30
glendsoza
af2eb0bb84
Created a seperate context to display just environment variables in the container panel
2022-01-12 22:39:12 +05:30
Jesse Duffield
97772a95d0
remove anonymous reporting prompt because we disabled that globally ages ago
2022-01-12 23:11:03 +11: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
Mark Kopenga
fb6b73bf5f
Merge pull request #247 from stokito/exec_shell
...
Exec shell: separate menu item and auto detect shell: bash or sh
2021-03-24 21:38:10 +01:00
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.
2021-03-22 17:43:10 +02:00
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.
2020-12-12 18:45:24 +02:00
Jesse Duffield
3f28a97507
ensure the current task is stopped before exit so we don't have any child orphan processes
...
use stop mutex
2019-09-07 18:04:49 +10:00
Jesse Duffield
1f9f82601b
support bulk commands in each of the panels
2019-07-29 18:59:07 +10:00
Jesse Duffield
7c87c21fa0
show y/n options on confirmation panels
2019-07-12 20:59:44 +10:00
Mark Kopenga
9bbd513a72
Update pkg/i18n/english.go
...
Co-Authored-By: Jesse Duffield <jessedduffield@gmail.com>
2019-07-07 14:33:23 +02:00
Mark Kopenga
0ca9235220
Merge branch 'master' into f110
2019-07-07 14:33:03 +02:00
mjarkk
401c6a39ed
Updated the keybindings
2019-07-07 14:30:18 +02:00
Jesse Duffield
cfd47b2877
add get_required_translations.go
2019-07-07 11:11:24 +10:00
mjarkk
b89b02eee5
Added h key binding
2019-07-06 21:20:21 +02:00
Pieter van de Bruggen
12f3cfab55
Rename StatusPanel to ProjectPanel
2019-07-03 10:48:55 -07:00
Jesse Duffield
ba426f05be
don't panick on unix connection failure
2019-06-30 20:41:12 +10:00
Jesse Duffield
ea8258d66e
more stuff
2019-06-30 11:40:55 +10:00
Jesse Duffield
4e86732cf2
support custom commands that filter down to service names
2019-06-29 21:29:35 +10:00
Jesse Duffield
eea087c1db
add PromptToReturn config option
2019-06-29 13:41:30 +10:00
Jesse Duffield
e220bedc79
support actual mouse support and focusing the main view
2019-06-29 13:41:15 +10:00
Jesse Duffield
b644249d0e
show lazydocker config in about tab
2019-06-29 09:16:29 +10:00
Jesse Duffield
799245da38
update keybindings
2019-06-23 17:00:15 +10:00
Jesse Duffield
014dce909c
no more separate code paths for tty container logs
2019-06-23 08:11:16 +10:00
Jesse Duffield
5ab4ef6f8c
support docker daemon going down randomly
2019-06-16 12:37:47 +10:00
Jesse Duffield
344c72f91a
allow showing TOP of a container/service
2019-06-15 14:31:49 +10:00
Jesse Duffield
2474c0b34e
support custom commands in services and containers panel
2019-06-15 14:08:12 +10:00
Jesse Duffield
87c6208577
add volumes panel
2019-06-10 18:08:23 +10:00
Jesse Duffield
da645cf173
allow viewing container config in services panel
2019-06-09 12:07:01 +10:00
Jesse Duffield
1246ac1ad3
visually display context tabs
2019-06-09 12:00:53 +10:00
Jesse Duffield
a27b429807
allow config option to only show standalone containers
2019-06-08 21:09:53 +10:00
Jesse Duffield
7e45881dc3
a lot of change
2019-06-08 13:00:37 +10:00
Jesse Duffield
1f5df32141
WIP streaming commands
2019-06-05 23:20:42 +10:00
Jesse Duffield
129c9bbe9e
type the translations
2019-06-05 22:20:30 +10:00
Jesse Duffield
5d40c084a5
WIP
2019-06-05 21:59:27 +10:00
Jesse Duffield
c55e83aeaa
support custom commands and do minor refactor
2019-06-05 19:58:08 +10:00
Jesse Duffield
f0f96de2b5
WIP on subprocesses
2019-06-03 21:52:25 +10:00
Jesse Duffield
2f57561c40
more use of waiting statuses
2019-06-03 20:08:42 +10:00
Jesse Duffield
3cfa4a2bda
more stuff
2019-06-02 16:28:52 +10:00