Commit Graph

582 Commits

Author SHA1 Message Date
c8ac331652 fix timer 2019-05-22 17:39:37 +00:00
0a5a4c9062 add multi-line scrolling support, timestamps to error view 2019-05-22 17:38:01 +00:00
98fcfe8b6f refactor connectors for retry logic, add error view 2019-05-22 16:58:55 +00:00
42f095cd85 Merge pull request #170 from fr05t1k/exec
Enable cursor
2019-05-13 12:24:41 -04:00
73986d2732 Enable cursor 2019-05-13 15:47:22 +03:00
c1d4615cc0 Merge branch 'fr05t1k-exec' 2019-05-12 16:26:51 -04:00
d187e8c623 drop potentially empty initial frames during exec attach 2019-05-12 20:23:54 +00:00
b8c38d09ef add exec shortcut key to container menu 2019-05-12 20:23:29 +00:00
d7384db373 Merge branch 'exec' of https://github.com/fr05t1k/ctop into fr05t1k-exec 2019-05-12 15:31:33 -04:00
1b441db189 Switches to a read-only socket mount 2019-04-17 00:43:15 +05:30
0479d42e31 Merge pull request #168 from CodeLingoBot/rewrite
Fix function comments based on best practices from Effective Go
2019-03-07 09:41:02 +05:30
b401e7b17e Fix function comments based on best practices from Effective Go
Signed-off-by: CodeLingo Bot <bot@codelingo.io>
2019-03-07 02:33:29 +00:00
9592de82a0 add keyboard shortcuts to container menu 2019-01-24 14:06:40 +00:00
29fa8cf3e7 Update status.md 2019-01-24 08:02:52 -05:00
c49939f965 Update status.md 2019-01-24 08:02:13 -05:00
2f7bc2a172 Update status.md 2019-01-24 08:00:51 -05:00
7b4d4db049 add status indicator doc 2019-01-24 12:50:59 +00:00
70bd2ae3a3 v0.7.2 v0.7.2 2019-01-24 11:50:49 +00:00
665e8fdd06 move to go module 2018-12-01 17:50:47 +00:00
101ddad692 Fixed a problem with rendering 2018-10-28 13:43:24 +02:00
ca35ef2aab Unnecessary loop stopping 2018-10-28 12:07:43 +02:00
d59c91a461 Do not allow to close /dev/stdin 2018-10-26 17:08:33 +03:00
a39b7a3a3e Merge pull request #152 from barthr/master
Refactoring improvements based on linting issues
2018-10-26 09:00:02 -05:00
77f5e6b735 remove ignore of variable (unneeded when only index is needed) 2018-10-25 22:25:36 +02:00
3c83b7576b refactor string on multiple places to constant 2018-10-25 22:23:44 +02:00
8a0bd3cf8a remove unneeded cast 2018-10-25 22:22:28 +02:00
78caad2dbd depend on io.WriteCloser instead of net.Conn 2018-10-25 22:22:04 +02:00
8d8f1e72eb rename ConfigFile to File because config.ConfigFile stutters. Instead it's config.File 2018-10-25 22:21:08 +02:00
93556a1754 replace += with ++ 2018-10-25 22:17:53 +02:00
4d247f5272 replace unkeyed fiels with keyed fields when instantiating log struct 2018-10-25 22:17:05 +02:00
db3d7e8927 change strings.Index for strings.Contains 2018-10-25 22:14:00 +02:00
efef345665 remove unneeded fmt.Sprintf 2018-10-25 22:13:04 +02:00
f158fa742f simplify append operation by omitting loop 2018-10-25 22:12:46 +02:00
4d48245d7d improve boolean logic 2018-10-25 22:12:17 +02:00
6bee1b7f31 remove unneeded select for simple channel receive 2018-10-25 22:11:17 +02:00
7118e45f3a add vendor directory to gitignore 2018-10-25 22:04:40 +02:00
a26fc9169c Ability to change Shell 2018-10-25 21:58:33 +03:00
967a87a65f Exec using API 2018-10-13 08:33:53 +03:00
e68f7ba96a fix: handlers used to work after "exec sh" command
feature: hot key for "exec sh"
2018-10-12 10:03:27 +03:00
3405d19be8 Merge pull request #147 from serg-bloim/env-var
Display environment variables on single view page
2018-10-10 21:45:08 +08:00
f27de1c29e Exec Sh Feature 2018-10-07 16:46:32 +03:00
9a185b2388 env-var 2018-10-05 17:35:22 -04:00
caf6fc63c1 add config toggle for full-row cursor 2018-09-17 01:33:52 +00:00
cf352f7c8a implement full-row cursor highlighting 2018-09-17 01:24:06 +00:00
ac5bed210f Merge pull request #143 from jphautin/add_networks_ips
add IP of networks in single view mode
2018-09-15 10:43:22 +09:00
a72d43526f add IP of networks in single view mode 2018-09-06 21:01:16 +02:00
9eb2457aa4 Merge pull request #132 from xiechengsheng/fix-120
add support for alternative navigation
2018-06-30 08:31:44 +02:00
b83402b886 add TERM env var to Dockerfile 2018-06-28 11:19:07 +00:00
078564bd38 add support for alternative navigation
Signed-off-by: xiechengsheng <XIE1995@whut.edu.cn>
2018-06-28 16:40:26 +08:00
a2c08d312e Merge pull request #131 from xiechengsheng/add-pause-unpause
Feature: add more commands in container manager menu
2018-06-28 10:25:45 +02:00