everettraven / buoy

A declarative Kubernetes dashboard in your terminal
https://everettraven.github.io/buoy/
Apache License 2.0
55 stars 1 forks source link

Add ability to edit a resource from the table and item panels #31

Closed everettraven closed 8 months ago

everettraven commented 8 months ago

While the table and item panels are great for viewing information about resources, it would be nice to provide the option to edit the contents of a resource from the table with a simple key press. This should switch to a lightweight text editor that is initialized with the contents of the currently selected table item or the resource that is shown in the item panel's view

Acceptance Criteria:

everettraven commented 8 months ago

I was toying around with this and performance took a big hit. I think for now it's okay to not have this functionality and leave buoy as a read-only dashboard until there have been some performance improvements made