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

@@ -41,7 +41,7 @@ func main() {
sortFieldFlag = flag.String("s", "", "select container sort field")
reverseSortFlag = flag.Bool("r", false, "reverse container sort order")
invertFlag = flag.Bool("i", false, "invert default colors")
scaleCpu = flag.Bool("scale-cpu", false, "show cpu as %% of system total")
scaleCpu = flag.Bool("scale-cpu", false, "show cpu as % of system total")
connectorFlag = flag.String("connector", "docker", "container connector to use")
)
flag.Parse()