Tim Abell
c0ff1bccfd
Add plan for profile support
...
This Architecture Decision Record was generated following trying out the
stale PR that attempted to add profiles that didn't work for me and was
conflicted with latest master. The ADR/plan was generated by discussion
with claude code. Seems like a reasonable approach to me.
2026-05-19 12:27:45 +01:00
Jesse Duffield
26ce871368
Improve projects support
2026-03-15 14:53:48 +11:00
Jesse Duffield
bedde4a037
Merge pull request #564 from viviannevilar/patch-1
...
Update Config.md: location of the config in windows
2024-12-22 21:43:29 +11:00
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
Vivianne
eaecd2c573
Update Config.md - location of the config in Windows
...
Update the location of the config file in Windows in the file Config.md
2024-07-26 17:29:21 +08:00
Jesse Duffield
df6c8c196e
Use 'docker compose' by default
...
We now fall back to 'docker-compose' if need be
2024-07-21 21:32:03 +10:00
hausken
015a1086b7
Add hint to .DockerCompose in documentation
...
It took me a fair bit of time before i understood that '{{ .DockerCompose }}' was defined by the dockerCompose var in commandTemplates.
In hindsight it is VERY obvious.. so i just wanted to contribute a comment that would have been useful to me when i first tried to set this up.
2024-06-26 00:15:38 +02:00
Jesse Duffield
2729aafe2c
Default to rounded corners
2024-05-26 13:52:34 +10:00
Scott McKendry
51b3bb5418
docs: add new 'border' option to config doc
2024-05-07 07:11:10 +12:00
Jesse Duffield
649e5e1c90
Update cheatsheets
2023-10-09 17:06:06 +11:00
Emily Grace Seville
9e90d2f4f2
Mention JSON schema ( #474 )
...
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2023-10-09 16:59:10 +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
tiagovla
454eaee2cf
feat: add selectedLineBgColor theme customization ( #420 )
2023-07-21 18:31: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
Martin Cross
dffe6970aa
Short status ( #419 )
...
Co-authored-by: Martin Cross <martinidc1992@gmail.com>
2023-07-21 18:22:18 +10:00
Rdkang
07f26c1e91
Allow setting default screenMode ( #421 )
2023-07-21 18:08:21 +10:00
John Chavez
66f5d176d3
Docs: explain go templates in custom commands ( #428 )
2023-07-21 18:08:06 +10:00
Tony-Sol
8a095f74b1
regenerate cheatsheets
2023-03-06 02:12:24 +03:00
Jesse Duffield
821cd81b72
allow configuring number of logs to tail
2022-11-23 20:58:35 +11:00
Jesse Duffield
3e2a3e608a
update cheatsheet
2022-11-10 20:13:41 +11:00
Jesse Duffield
ead759108c
switch to discord
2022-11-09 19:59:33 +11:00
Clement Sauvage
de07409d84
Generate french keybindings
2022-10-12 18:29:55 +02:00
Jesse Duffield
0a0116b5eb
update cheatsheets
2022-10-10 20:36:34 -07:00
Jesse Duffield
0cdac0bca3
allow upping and downing whole project
2022-10-10 20:33:56 -07:00
Jesse Duffield
195ccf41ce
allow upping a service
2022-10-10 19:19:07 -07:00
Gustavo Andrioli
119835c64d
Check if cheatsheets are up to date on CI
2022-10-10 17:43:29 -03:00
Gustavo Andrioli
68f5566fd0
Add message that cheetsheets are auto-generated
2022-10-10 15:36:18 -03:00
Jesse Duffield
46de6b365d
clean up some things
...
remove redundant g argument
2022-10-09 18:36:42 -07:00
Miles Liu
d64a92227a
allow user to replace docker repo prefix from image names
...
Example usage:
```yaml
replacements:
imageNamePrefixes:
'123456789012.dkr.ecr.us-east-1.amazonaws.com': '<prod>'
'923456789999.dkr.ecr.us-east-1.amazonaws.com': '<dev>'
```
Closes #316
2022-09-06 13:43:04 +08:00
Jesse Duffield
d0a53fbe60
use SDK to print container logs to stdout
2022-05-12 19:03:15 +10:00
Jesse Duffield
86de6c09bd
default to wrapping main panel
2022-05-11 20:24:53 +10:00
Jesse Duffield
2f08e0942a
support starting a service
2022-05-11 19:48:11 +10:00
Jesse Duffield
d3e84881bb
remove custom command from default config given that it is now inbuilt
2022-05-11 19:38:41 +10:00
Jesse Duffield
cd96b20bb2
default to no timestamps in logs
2022-05-11 19:18:58 +10:00
Jesse Duffield
0b7017150c
use sdk to obtain container logs
2022-05-11 19:12:11 +10:00
Jesse Duffield
2fe7505ebc
use event channel to reduce CPU usage by a LOT
2022-05-09 20:31:16 +10:00
Jesse Duffield
0d825a49c7
Merge pull request #294 from jesseduffield/no-monitoring-prompt
2022-01-12 23:18:06 +11:00
Jesse Duffield
97772a95d0
remove anonymous reporting prompt because we disabled that globally ages ago
2022-01-12 23:11:03 +11:00
dhax
71251f4f90
update docs: default linux configuration location
...
Hey there and hanks for this gem!
2022-01-11 16:09:37 +01:00
Jesse Duffield
503bf0c314
Merge pull request #265 from Dwarven/master
2021-11-26 21:49:13 +11:00
Dwarven YANG
43f83f64ec
allow user to configure the gui language
2021-08-30 09:54:55 +08:00
Konstantin Mikhailov
6c27cf3f32
Open service in browser
2021-03-27 07:15:41 +10:00
lazydocker bot
c88fba546f
update docs
2021-03-24 21:11:20 +00:00
Sergey Ponomarev
430600063c
Exec shell: autodetect container shell
...
Some containers may have bash installed but some have only basic sh (Ash/Dash).
There is other shells too: ZSh, tsh etc.
We can automatically detect what shell is configured.
See explanation how it works https://github.com/moby/moby/issues/41702
2020-12-12 18:40:31 +02:00
biologghe
53efd63d5e
Corrected some typos dutch
2020-03-27 12:29:07 +01:00
lazydocker bot
167feee5b1
update docs
2019-11-11 11:39:15 +00:00
lazydocker bot
927ec67043
update docs
2019-09-07 09:22:02 +00:00
lazydocker bot
49fe8346da
update docs
2019-08-14 23:18:02 +00:00
lazydocker bot
b2878345b5
update docs
2019-07-29 09:36:29 +00:00