Skip to content

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lk9s

A k9s-style terminal UI for LiveKit.

Installation

go install github.com/beelis/lk9s/cmd/lk9s@latest

Or build from source:

git clone https://github.com/beelis/lk9s.git
cd lk9s
make build
# binary written to bin/lk9s

Configuration

Create ~/.lk9s.yaml with one or more contexts:

contexts:
  - name: dev
    url: https://dev.livekit.example.com
    api-key: devkey
    api-secret: devsecret
  - name: prod
    url: https://prod.livekit.example.com
    api-key: prodkey
    api-secret: prodsecret

Usage

lk9s                   # interactive context selection
lk9s -context prod     # connect directly

Planned features

  • Search/filter rows by typing
  • Status bar with counts and last-refresh time
  • Switch context without restarting (c to reopen picker)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages