add support for config file, keybinding for exporting active config

This commit is contained in:
Bradley Cicenas
2018-01-11 16:15:18 +00:00
parent d785b263f4
commit d743472b16
6 changed files with 133 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ var helpDialog = []menu.Item{
{"[r] - reverse container sort order", ""},
{"[o] - open single view", ""},
{"[l] - view container logs ([t] to toggle timestamp when open)", ""},
{"[S] - save current configuration to file", ""},
{"[q] - exit ctop", ""},
}