From 87cc0cbd96aca7cf53aee498ee4bc5765fb46d6c Mon Sep 17 00:00:00 2001 From: Anatoly Rugalev Date: Mon, 14 Sep 2020 01:32:53 +0300 Subject: [PATCH] docs(readme): update readme --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fd93b04..da2c6cf 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ You can easily configure kubecom with this options: |kubeconfig |KUBECONFIG |Path to kubeconfig | |context |KUBECONTEXT |Context name | |namespace |KUBENAMESPACE|Initial namespace to show | +|timeout | |Connection timeout (default: "5s") | |editor |EDITOR |Name of the editor binary. Default: "vi". But you probably already have one defined by your OS | |pager |PAGER |Pager command for 'describe' command. Default: "less" | |log-pager |LOGPAGER |Pager command for log output. Default: none | @@ -185,6 +186,8 @@ This way we can avoid wasting time doing easy work the hard way. I'm always open ## Special thanks +* [terminal.sexy](https://terminal.sexy) - great terminal color scheme configurator * [tcell](https://github.com/gdamore/tcell) - TUI library -* [Goreleaser](https://goreleaser.com) - helps to ship go software -* [k9s](https://github.com/derailed/k9s) - another kubernetes TUI utility +* [Goreleaser](https://goreleaser.com) - helps to ship Go software +* [k9s](https://github.com/derailed/k9s) - another Kubernetes TUI utility +