Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 946 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 946 Bytes

Tide - Show On Command

CI

A Tide extension to enable Powerlevel10k's awesome show on command feature.

demo

Installation

With Fisher:

fisher install branchvincent/tide-show-on-cmd

Configuration

First, add our item to the prompt:

set -a tide_right_prompt_items kubectl

Then, enable it to only show on certain commands:

set -gx tide_show_kubectl_on kubectl helm kubens kubectx stern

Caveats

Note, this implementation is very naive compared to Powerlevel10k as the current commandline is only queried when a space is entered.