Commit Graph
653 Commits
Author SHA1 Message Date
Jesse Duffield 33dafa04d9 Merge pull request #373 from gusandrioli/add-auto-generated-cheetsheets-message 2022-10-10 13:37:06 -07:00
Gustavo Andrioli 68ee15d24d Convert generate cmd func to const 2022-10-10 16:03:24 -03:00
Gustavo Andrioli 68f5566fd0 Add message that cheetsheets are auto-generated 2022-10-10 15:36:18 -03:00
README-bot 080512d58d Updated README.md 2022-10-10 02:07:39 +00:00
Jesse Duffield 8670bc06e6 Merge pull request #372 from jesseduffield/resizable-windows 2022-10-09 19:07:25 -07:00
Jesse Duffield a614bd9a1d show selected line in blue 2022-10-09 18:43:19 -07:00
Jesse Duffield 46de6b365d clean up some things
remove redundant g argument
2022-10-09 18:36:42 -07:00
Jesse Duffield a9d1694853 more concise showing of ports 2022-10-09 18:10:45 -07:00
Jesse Duffield 5988ec5745 display ports against container and service 2022-10-09 18:03:57 -07:00
Jesse Duffield 540c592b04 prevent issue where opening popup in maximised main view shows popup in front of a side view 2022-10-09 18:03:57 -07:00
Jesse Duffield aa8504b8f6 fix focus issues 2022-10-09 18:03:57 -07:00
Jesse Duffield fb7b28243b improve subprocess approach 2022-10-09 18:03:46 -07:00
Jesse Duffield c6607686eb fix view stack code 2022-10-09 18:03:40 -07:00
Jesse Duffield ae240021c1 ensure we never delete views 2022-10-09 18:03:14 -07:00
Jesse Duffield badc43b225 allow changing window size 2022-10-09 18:02:11 -07:00
Jesse Duffield df1a0b7c07 Merge pull request #358 from Syriiin/readme/docker-compose-faq 2022-10-08 12:53:31 -07:00
Jesse Duffield 270c9de796 Merge pull request #352 from rmtsrc/master 2022-10-08 12:02:59 -07:00
Jesse Duffield 2db5aa5ce9 Merge pull request #366 from miles170/master 2022-10-08 12:00:36 -07:00
Jesse Duffield 9c40237fae Update pkg/config/app_config.go 2022-10-08 11:57:01 -07:00
Jesse Duffield d556ce534a Merge pull request #367 from blennster/master 2022-10-08 09:29:16 -07:00
Jesse Duffield 63e9d82b4f Merge pull request #368 from jesseduffield/fix-linting 2022-10-08 09:28:57 -07:00
Jesse Duffield cd791e576f appease linter
see if this works
2022-10-08 09:25:31 -07:00
README-bot e8ebec193f Updated README.md 2022-10-08 15:59:39 +00:00
Jesse Duffield 79feb369e1 Merge pull request #362 from tilliwilli/change-white-colors-to-default 2022-10-08 08:59:23 -07:00
blennster 7e9bde0f41 add tab and backtab navigation 2022-09-21 00:33:28 +02: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
KOLOSSA Tilman 49dd19b01c fixed faulty auto-formatting 2022-08-16 13:59:24 +02:00
KOLOSSA Tilman e93cadf1d6 changed "white" colors to "default" to work in both light and dark terminals 2022-08-16 13:53:33 +02:00
rmt/src 3c607534d1 Include image name on config tab 2022-07-13 14:06:25 +01:00
Samuel Cattini-Schultz 339b1068ec Add Compose V2 instructions to FAQ 2022-06-28 23:00:21 +10:00
Jesse Duffield 0b158dfabe Merge pull request #355 from DasFaultier/master
remove extracted lazydocker binary
2022-06-18 13:38:22 +10:00
README-bot 0da5fef551 Updated README.md 2022-06-18 03:38:02 +00:00
Jesse Duffield 7581417552 Merge pull request #356 from jesseduffield/extract-kill
extract process kill logic
2022-06-18 13:37:47 +10:00
Jesse Duffield ea3c009305 extract process kill logic 2022-06-18 13:33:51 +10:00
Jörg Sachse 54cfd08849 remove extracted lazydocker binary
The installation method used up until now would always leave one copy of the lazydocker binary in the extraction directory. This copy is not actually needed after installation, so it should be removed. TheAxelander also pointed this out in his comment at https://github.com/jesseduffield/lazydocker/issues/270#issuecomment-1042983635.
This commit changes that behaviour and makes the install script cleanup after itself.
2022-06-14 12:03:06 +02:00
README-bot 923c91121e Updated README.md 2022-05-19 07:04:07 +00:00
Jesse Duffield 0118786fd9 Merge pull request #346 from jesseduffield/exec-shell-service
exec shell handler for services panel
2022-05-19 17:03:49 +10:00
Jesse Duffield 14af9f4547 exec shell handler for services panel 2022-05-19 15:30:39 +10:00
Jesse Duffield 3abff083ad Merge pull request #317 from mark2185/feature/docker-pause 2022-05-14 12:31:08 +10:00
Luka Markušić a03f550535 Refactor pausing a bit 2022-05-12 14:19:06 +02:00
Luka Markušić 0ced576d9c Add services pause functionality 2022-05-12 14:01:44 +02:00
Luka Markušić badc92f192 Add container pause functionality 2022-05-12 14:01:44 +02:00
Jesse Duffield 2fa6a8964a Merge pull request #342 from jesseduffield/container-logs-in-sdk 2022-05-12 19:08:05 +10:00
Jesse Duffield d0a53fbe60 use SDK to print container logs to stdout 2022-05-12 19:03:15 +10:00
Jesse Duffield d940f2e7ab honour context being done 2022-05-12 16:59:37 +10:00
README-bot cc2f8032c7 Updated README.md 2022-05-11 13:07:27 +00:00
Jesse Duffield 430467711b again 2022-05-11 23:07:04 +10:00
Jesse Duffield cd744ad699 try again 2022-05-11 22:45:51 +10:00
Jesse Duffield 5112ac775d add sponsors to readme 2022-05-11 22:41:23 +10:00
Jesse Duffield da650f4384 Merge pull request #340 from jesseduffield/alright-ed v0.18.1 2022-05-11 22:13:37 +10:00