jinnovation / kele.el

🥤 Spritzy Kubernetes cluster management for Emacs
https://jonathanj.in/kele.el/
Apache License 2.0
72 stars 4 forks source link

`kele-list`: Implement periodic updating #207

Open jinnovation opened 1 month ago

jinnovation commented 1 month ago

Currently, when a user invokes kele-list, the resulting list is largely static. User can invoke a "refresh" w/ g (WIP) but this is obviously still very manual.

Let's implement the ability for kele-list buffers to periodically re-pull and display updates to the search set. The poll interval should be customizable, and users should be able to enable/disable live updating on a buffer-local basis. This would be particularly useful with #137.

Definition of Done

jinnovation commented 1 month ago

Let's hold off on this until #204.