From 235ecf4f97a45b88db7c355495cc1377f2138185 Mon Sep 17 00:00:00 2001 From: Jonathan Jin Date: Tue, 14 Jan 2025 22:15:37 -0500 Subject: [PATCH] README: Add feature TLDRs to highlights table --- README.org | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 86421437..549d1f5b 100644 --- a/README.org +++ b/README.org @@ -22,12 +22,12 @@ configs. * Highlights - | Feature | Screenshot | - |-----------------------------+---------------------------------| - | Resource listing | [[file:docs/img/kele-list.png]] | - | Resource-specific actions | [[file:docs/img/overview.png]] | - | Menu bar integration | [[file:docs/img/menu-bar.png]] | - | `doom-modeline` integration | [[file:docs/img/doom-modeline.png]] | + | Feature | TLDR | Screenshot | + |-----------------------------+-------------------------------------------------------------------------------------------+---------------------------------| + | Resource listing | Kele improves upon the `kubectl get` interface with a sortable, color-coded, tabular view | [[file:docs/img/kele-list.png]] | + | Resource-specific actions | Kele provides contextual actions based on the resource you've selected | [[file:docs/img/overview.png]] | + | Menu bar integration | Change context and namespace from the GUI menu bar | [[file:docs/img/menu-bar.png]] | + | `doom-modeline` integration | Show the active kubectl context + default namespace in the modeline | [[file:docs/img/doom-modeline.png]] | * Getting Started