diff --git a/README.md b/README.md index 4de5603..0f09221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # KLS ## Description Tool for managing kubernetes cluster resources. Inspired by `lf` and `ranger` file managers +## Hotkeys +- `l` - logs of pod +- `g` - get yaml of resource +- `d` - describe resource +- `e` - edit resource + +![kls in action](./images/kls.gif) ## Dependencies `batcat` and `kubectl` ## Installation diff --git a/images/kls.gif b/images/kls.gif new file mode 100644 index 0000000..6461d39 Binary files /dev/null and b/images/kls.gif differ