Skip to content

reegnz/kube-fzf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

kube-fzf

fzf ❤️ kubectl

Requirements

  • kubectl
  • fzf
  • pygmentize (for fancy yaml colors)
  • bash
  • coreutils (sort)
  • grep

Install

Make sure the script is on your path, eg.:

mkdir ~/bin
cp kube-fzf ~/bin

Then in your bashrc or zshrc put this line:

export PATH=$PATH:$HOME/bin

Usage

Just type kube-fzf.

Releases

No releases published

Packages

No packages published

Languages