Clément PÉAU
e2bc42f4bb
Merge branch 'master' into feature/issue-522-add-number-like-lazygit
2024-09-02 22:35:05 +02:00
Clément PÉAU
86cce84955
Add navigation via numbers
...
A la lazygit, we can now navigate between panels using numbers
(1,2,3,4,5,6,7)
Add translation for number navigation
reformat
oops
fix translation case & generate docs
pluralize networks
2024-07-26 15:58:45 +02:00
Vininhos
b210264c05
Fix small Portuguese typo
...
This commit fix a Portuguese word gender typo "todos as redes" as "redes" (network) represent a female portuguese word. The word "todos" (all) which is a male word should be "todas" (female) to follow the word "as" to match the gender.
2024-01-23 18:07:02 -03:00
Paul Rivière
722fb88792
Fix mistakes in French translation ( #427 )
2023-10-09 17:05:34 +11:00
Luis Quiñones
d2dd4db582
i18n: spanish translation ( #473 )
...
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2023-10-09 17:02:04 +11:00
Bartosz Jablonski
42a9668e55
Fixes #466 ( #467 )
2023-10-09 16:59:45 +11:00
Miguel Figueira Ferraz
50582db9b7
feat(i18n): 🌐 Portuguese translation ( #479 )
...
Co-authored-by: Jesse Duffield <jessedduffield@gmail.com>
2023-09-19 22:44:27 +10:00
Quan Dong
7c074d25f7
feat(i18n): 🌐 Chinese translation ( #441 )
...
Co-authored-by: tabris <tabrisdong@gmail.com>
2023-07-21 18:24:47 +10:00
Jesse Duffield
e5ca391291
287 Display hotkeys to detach from the container ( #465 )
...
Co-authored-by: glendsoza <glendsouza23@gmail.com>
2023-07-21 17:47:00 +10:00
Tony-Sol
ce95ddea2a
Add networks panel
2023-03-06 01:25:23 +03:00
Jesse Duffield
b7fea7a44d
separate quit and close options
2022-11-10 19:45:32 +11:00
Jesse Duffield
5ffbeae3e8
preparing to refactor main render functions
2022-11-09 21:21:36 +11:00
Jesse Duffield
fc592b5806
more refactoring of list panels
2022-11-09 21:21:36 +11:00
Jesse Duffield
52d2c1ce8c
remove unused string
2022-11-09 21:21:36 +11:00
Jesse Duffield
f7beb6e83f
stop support menu filtering for simplicity
2022-11-09 21:21:35 +11:00
Jesse Duffield
702361559f
allow searching in any list view
2022-11-09 21:21:35 +11:00
Jesse Duffield
be347a7216
POC filtering on images panel
2022-11-09 21:21:35 +11:00
Clement Sauvage
dddcf7c4a5
Add pkg/i18n/french.go
2022-10-12 18:28:24 +02:00
Jesse Duffield
129402fd50
use confirmation panel for upping project
2022-10-10 20:40:51 -07:00
Jesse Duffield
0cdac0bca3
allow upping and downing whole project
2022-10-10 20:33:56 -07:00
Jesse Duffield
15990effff
wait when upping
2022-10-10 19:57:34 -07:00
Jesse Duffield
195ccf41ce
allow upping a service
2022-10-10 19:19:07 -07:00
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
2718749229
Ran gofmt to fix issues with formatting
2022-01-19 17:27:24 +05:30
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
Dwarven YANG
43f83f64ec
allow user to configure the gui language
2021-08-30 09:54:55 +08: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
941c9fff05
couple small fixes
2020-09-23 20:31:21 +10:00
Jesse Duffield
54609a5d99
Merge pull request #148 from jesseduffield/147_child_processes
...
ensure the current task is stopped before exit
2019-09-07 18:08:02 +10: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
Dustin
42c428771a
fix german notion of volumes
...
Afaik, `Volumen` is not the common notion for docker volumes. Simply using `Volumes` is better.
2019-08-12 15:15:04 +02:00
Jesse Duffield
4dc8f76083
Merge pull request #107 from jesseduffield/bulk-commands
...
Support bulk commands in each of the panels
2019-07-29 19:01:20 +10:00
Jesse Duffield
1f9f82601b
support bulk commands in each of the panels
2019-07-29 18:59:07 +10:00
Stefan Wendhausen
4b727fc24a
Update german.go
2019-07-13 11:59:32 +02:00
Stefan Wendhausen
9a558edf3b
typos and sentence structure
...
Corrected some typos and improved sentence structure
2019-07-13 11:56:36 +02:00