Skip to content

Commit

Permalink
Feature: multiple kubel buffers (abrochard#114)
Browse files Browse the repository at this point in the history
* Multi buffers support (take abrochard#57 and rebase)

* Add kubel--read-buffer, improve kubel-refresh and kubel command

---------

Co-authored-by: Diego Alvarez <diego.canada@icloud.com>
Co-authored-by: Adrien Brochard <abrochard@users.noreply.github.com>
  • Loading branch information
3 people committed Dec 24, 2023
1 parent 962da27 commit 3882222
Show file tree
Hide file tree
Showing 2 changed files with 158 additions and 67 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ We now support managing pretty much any resource!
- exec into a pod using tramp
- quick run shell-command
- scale replicas
- multiple kubel buffers, each one with different context, namespace, and resource.

## Installation

Expand Down Expand Up @@ -76,6 +77,11 @@ To programmatically open a session for a specific context/namespace/resource, ca
(kubel-open "<context>" "<namespace>" "<OPTIONAL resource>")
```

Each kubel buffer will automatically be renamed using the following template:
```
*kubel session: |<context>|<namespace>|<resource>|*
```

## Shortcuts

On the kubel screen, place your cursor on a resource
Expand Down
Loading

0 comments on commit 3882222

Please sign in to comment.