Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding skim support #312

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Adding skim support #312

wants to merge 3 commits into from

Commits on Aug 7, 2021

  1. Added skim support in kubens

    PICKER env variable can have values (sk or fzf), if variable is not set,
    then fzf is used as picker.
    Like KUBECTX_IGNORE_FZF we have created one more KUBECTX_IGNORE_SK which
    will be used to ignore sk.
    frzam committed Aug 7, 2021
    Configuration menu
    Copy the full SHA
    620bea6 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2021

  1. Added skim support in kubectx

    Renamed fzf.go to fuzzy.go since it is now more generic, refactored code
    to launch fuzzy search from func InteractiveSearch in
    interactive.go since it used by both kubens and kubectx
    frzam committed Aug 8, 2021
    Configuration menu
    Copy the full SHA
    75a5df7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c9f5ca View commit details
    Browse the repository at this point in the history