Commit Graph

3820 Commits (29f16b61e6a00d05b2f65a285f6959f5a8d7be5c)
 

Author SHA1 Message Date
romkatv 3fe113f91d better errors in p10k segment
romkatv 8d2ffb43db add "help" and "segment" commands to p10k
romkatv 6d11cb5f5d format options better
romkatv a6b572da45 add p10k configure
romkatv 070697a914 grammar
romkatv 095dd3236d docs
romkatv 75d39fabd8 recommend p9k_configure after changing fonts
romkatv 4cdee85abd enable nordvpn by default
romkatv aabb13e3bb add an option for an even lighter background color
romkatv db961be558 update headline
romkatv 0c0641d579 add a teardown hook for zplugin
romkatv 98cd3a0b4b show new screenshot in the docs
romkatv 231a7b5f06 doc cleanup
romkatv a927aa46af new screenshot
romkatv dc8e654165 reduce wizard's minimum terminal size requirements
romkatv fa90d99636 docs: mention that background processes are one-per-shell
https://github.com/romkatv/powerlevel10k/issues/139#issuecomment-516757677
romkatv 4c4402bfe4 better font instructions
romkatv 40523128dc make classic style look decent if background color differs between segments
romkatv 40df756e2d run configuration wizard if POWERLEVEL9K_MODE is the only set parameter
romkatv d6dedc53bc support hot reloading of gitstatus parameters
romkatv 2ce69f9554 add a pointer to make it easier where the separator is
romkatv 38a3ca7dc3 support gke kubecontext clusters that are mapped to regions instead of zones
fixes 
romkatv 59c3293371 restore F
Roman Perepelitsa cd8d8e4594
Remove erroneous plus
Fixes 
romkatv d8e6776ffd Merge branch 'master' of github.com:romkatv/powerlevel10k
romkatv fbbce2603f styling
Roman Perepelitsa b756c7ab77
Merge pull request from Sad-Soul-Eater/go_version
Add go_version segment
romkatv 5000969dc6 docs
romkatv 16fa253116 update configuration and font guide
Sad-Soul-Eater 39538b3b5c
fix parameter name & change color
romkatv 4292efc03a cleanup
Sad-Soul-Eater d6397e71ad
add go_version segment
romkatv 2e5a085dbe run configuration wizard automatically if no POWERLEVEL9K options are defined
romkatv 89f3ec16d0 better message on quit
romkatv f702fe5b78 add separate options for separators, heads and tails; add more choices if using nerdfont
romkatv 784bd8166e add start-of-left and end-of-right symbols
romkatv 5e4628d485 fix fg color of RIGHT_PROMPT_LAST_SEGMENT_END_SYMBOL
romkatv a2a21ae95a add an option for right frame without left
romkatv 29b9397fa9 comments
romkatv 4c08fa0621 shorten text added to ~/.zshrc and print a banner at the end of the wizard
romkatv dd5fb35c29 revamp kubecontext config
romkatv 7cf4f7e57d ensure kubecontext namespace is not empty
romkatv 32421d296c expose more P9K_KUBECONTEXT variables for gke and eks contexts
romkatv f337616738 use consisent patterns when parsing yaml
romkatv 05deaa802f kubecontext: handle strings with spaces and ignore multi-line strings
romkatv 2318bda2c3 bug fixes: don't replace '_' with ' ' in gke clusters and clear the default of POWERLEVEL9K_KUBECONTEXT_SHORTEN
romkatv da7d986333 avoid printing grey text without knowing it's visible on the user's background
romkatv 224b62fbe4 silly typo: '\n' => $'\n'
fixes 
romkatv 00ec3d16c2 enable all available shortening for kubecontext and enable the segment by default
romkatv 5bcbee96e4 add optional kubecontext shortening for gke and eks contexts
This is done via an optional array parameter that lists
shortening stragies to be applied. Currently there are
only two supported strategies: 'gke' and 'eks'.

  # Shorten gke and eks cluster names:
  #
  #   - gke_projectname_availability-zone_cluster-01         => cluster-01
  #   - arn:aws:eks:us-east-1:XXXXXXXXXXXX:cluster/eks-infra => eks-infra
  #
  # This transformation is applied before class matching and content
  # expansion.
  POWERLEVEL9K_KUBECONTEXT_SHORTEN=(gke eks)

For https://github.com/romkatv/powerlevel10k/issues/139.