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 |
|
Tyler Stillwater
|
6ef3342e96
|
Logs PrepareForChildren
|
2020-10-29 09:20:32 -06:00 |
|
Jesse Duffield
|
941c9fff05
|
couple small fixes
|
2020-09-23 20:31:21 +10:00 |
|
Jesse Duffield
|
12e486edd8
|
fix ci errors
|
2020-09-23 20:19:36 +10:00 |
|
Jesse Duffield
|
cea67bc570
|
reduce cpu usage caused by tickers
|
2020-02-02 11:11:00 +11:00 |
|
Jesse Duffield
|
012f8d6e08
|
bump gocui
|
2020-02-02 10:14:44 +11:00 |
|
Dawid Dziurla
|
dc8a624e07
|
gui: remove duplicate 'c' binding in images panel
closes: #169
|
2019-09-11 10:16:18 +02: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 |
|
Dawid Dziurla
|
a14e6400cb
|
Merge pull request #159 from jesseduffield/fix_returning
Implement PreviousViews stack
|
2019-09-07 09:07:21 +02:00 |
|
Dawid Dziurla
|
2763336f49
|
gui: delete comment
|
2019-09-07 09:04:58 +02:00 |
|
Michiel Roos
|
ea18c1b85f
|
Update keybindings.go (#162)
* Update keybindings.go
Remove duplicate keybinding: volumes - c
|
2019-09-03 14:34:04 +02:00 |
|
Dawid Dziurla
|
cfd4b7a1cc
|
gui: improve and fix PreviousViews stack
|
2019-09-02 16:19:30 +02:00 |
|
Dawid Dziurla
|
f95b49cd6b
|
gui: actually pop stack and keep it fit
|
2019-09-02 15:49:13 +02:00 |
|
Dawid Dziurla
|
897d47d0cc
|
gui: implement PreviousViews stack
|
2019-08-31 12:02:27 +02:00 |
|
Jesse Duffield
|
6ebddea76e
|
Merge pull request #130 from winhung/limit-scrolling
scrolling does not go beyond the displayed text #31
|
2019-08-14 20:29:50 +10:00 |
|
winhung
|
4e25f78507
|
scrollDownMain now works properly with ScrollPastBottom enabled #31
|
2019-08-06 21:46:24 +08:00 |
|
winhung
|
b899796a52
|
removed scrollCount #31
|
2019-08-05 21:42:18 +08:00 |
|
winhung
|
082034d345
|
used ViewLinesHeight for scrolling down function #31
|
2019-08-04 11:07:48 +08:00 |
|
winhung
|
07bfb9255e
|
implemented review comments by adding improved scrolling checking #31
|
2019-08-04 10:23:15 +08: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 |
|
Jesse Duffield
|
64863adc2b
|
Merge pull request #127 from mjarkk/origin/f115
Allow user setting the pull interval
|
2019-07-27 11:48:08 +10:00 |
|
winhung
|
4de994e030
|
scrolling does not go beyond the displayed text #31
|
2019-07-22 21:04:50 +08:00 |
|
Christian Muehlhaeuser
|
78d7fda9ec
|
Simplified code a bit
|
2019-07-19 04:59:32 +02:00 |
|
mjarkk
|
63b1d871c5
|
Changed the sugestions
|
2019-07-12 15:04:07 +02:00 |
|
Jesse Duffield
|
7c87c21fa0
|
show y/n options on confirmation panels
|
2019-07-12 20:59:44 +10:00 |
|
mjarkk
|
fd4d4a1dc6
|
Made the information pulling time dynamic
|
2019-07-12 10:26:59 +02:00 |
|
Dowideit, Sven (O&A, St. Lucia)
|
cdf075b00d
|
Initial working demo
Signed-off-by: Dowideit, Sven (O&A, St. Lucia) <Sven.Dowideit@csiro.au>
|
2019-07-08 17:01:15 +10:00 |
|
mjarkk
|
209456fdcd
|
Changed the keybinding to e
|
2019-07-07 14:44:59 +02:00 |
|
mjarkk
|
30a79faa49
|
Moved the filtering out of containers to the docker.go file
|
2019-07-07 14:19:35 +02:00 |
|
mjarkk
|
b89b02eee5
|
Added h key binding
|
2019-07-06 21:20:21 +02:00 |
|
Pieter van de Bruggen
|
b3422c87f4
|
Pull the project name from docker-compose labels, when available
|
2019-07-03 16:58:42 -07:00 |
|
Pieter van de Bruggen
|
86dfebdeaf
|
Replace Project panel content with the project directory.
In the future, it may be worth trying to compute this from ComposeFiles.
|
2019-07-03 10:59:45 -07:00 |
|
Pieter van de Bruggen
|
8654d177d3
|
Move name to information area
|
2019-07-03 10:52:43 -07:00 |
|
Pieter van de Bruggen
|
12f3cfab55
|
Rename StatusPanel to ProjectPanel
|
2019-07-03 10:48:55 -07:00 |
|
Jesse Duffield
|
187689a553
|
Merge pull request #62 from mjarkk/fix-58
Fix #58 (nil pointer dereference)
|
2019-07-02 19:52:21 +10:00 |
|
mjarkk
|
d10410e787
|
Fixed a sugestion
|
2019-07-02 11:28:19 +02:00 |
|
mjarkk
|
28e75ebe1a
|
Fixed the issue
|
2019-07-02 10:38:36 +02:00 |
|
mjarkk
|
cb926cd20a
|
Fixed an escape bug
|
2019-07-02 09:14:22 +02:00 |
|
Jesse Duffield
|
344e5ecda5
|
default to container view when not in docker-compose context
|
2019-07-01 23:30:51 +10:00 |
|
Jesse Duffield
|
ec7624c3a3
|
fix menu overlap bug
|
2019-07-01 21:17:55 +10:00 |
|
Jesse Duffield
|
836b814559
|
Merge pull request #37 from mjarkk/remove-dead-code
Removed some dead code
|
2019-07-01 20:00:02 +10:00 |
|
mjarkk
|
e3f6f59890
|
Removed some dead code
|
2019-07-01 09:56:05 +02:00 |
|
Jesse Duffield
|
dcd5bcdfcd
|
remove incorrect description from status click binding
|
2019-06-30 22:22:35 +10:00 |
|
Jesse Duffield
|
5169356454
|
support light themes in terminals
|
2019-06-30 19:58:46 +10:00 |
|
Jesse Duffield
|
345f02eb11
|
fix nil pointer exception when trying to kill process
|
2019-06-30 18:24:59 +10:00 |
|
Jesse Duffield
|
7e68985da5
|
override wrap for image panel
|
2019-06-30 11:51:21 +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 |
|