All Projects → emacs-helm → helm-navi

emacs-helm / helm-navi

Licence: GPL-3.0 License
Navigate headings and keywords provided by navi-mode and outshine using Helm

Programming Languages

emacs lisp
2029 projects

Projects that are alternatives of or similar to helm-navi

helm-gh-pages
A GitHub Action for publishing Helm charts to Github Pages
Stars: ✭ 60 (+361.54%)
Mutual labels:  helm
helm-charts
docs.renovatebot.com/helm-charts
Stars: ✭ 51 (+292.31%)
Mutual labels:  helm
vcluster
vcluster - Create fully functional virtual Kubernetes clusters - Each vcluster runs inside a namespace of the underlying k8s cluster. It's cheaper than creating separate full-blown clusters and it offers better multi-tenancy and isolation than regular namespaces.
Stars: ✭ 1,360 (+10361.54%)
Mutual labels:  helm
khelm
A Helm chart templating CLI, kpt function and kustomize plugin
Stars: ✭ 46 (+253.85%)
Mutual labels:  helm
aks-terraform-helm
Showcase for Azure, AKS, Terraform, Helm and Let's Encrypt
Stars: ✭ 23 (+76.92%)
Mutual labels:  helm
helm-ssm
Injects values from AWS SSM parameters on the values.yaml file
Stars: ✭ 43 (+230.77%)
Mutual labels:  helm
k8s-vault-webhook
A k8s vault webhook is a Kubernetes webhook that can inject secrets into Kubernetes resources by connecting to multiple secret managers
Stars: ✭ 107 (+723.08%)
Mutual labels:  helm
jitsi-scalable-helm
Scalable jitsi helm chart
Stars: ✭ 28 (+115.38%)
Mutual labels:  helm
anchore-charts
Helm charts for Anchore tools and services
Stars: ✭ 38 (+192.31%)
Mutual labels:  helm
octant-dashboard-turnkey
A turnkey Docker-ready and Kubernetes-ready Octant dashboard config
Stars: ✭ 40 (+207.69%)
Mutual labels:  helm
gradle-helm-plugin
A Gradle plugin for building, publishing and managing Helm charts.
Stars: ✭ 42 (+223.08%)
Mutual labels:  helm
datahub-helm
Repository of helm charts for deploying DataHub on a Kubernetes cluster
Stars: ✭ 44 (+238.46%)
Mutual labels:  helm
charts
My helm charts
Stars: ✭ 15 (+15.38%)
Mutual labels:  helm
stackstorm-ha
K8s Helm Chart (βeta!) that codifies StackStorm (aka "IFTTT for Ops" https://stackstorm.com/) Highly Availability fleet as a simple to use reproducible infrastructure-as-code app
Stars: ✭ 74 (+469.23%)
Mutual labels:  helm
core-dump-handler
Save core dumps from a Kubernetes Service or RedHat OpenShift to an S3 protocol compatible object store
Stars: ✭ 45 (+246.15%)
Mutual labels:  helm
aws-eks-orb
An orb to simplify deployments to Amazon Elastic Container Service for Kubernetes (Amazon EKS)
Stars: ✭ 16 (+23.08%)
Mutual labels:  helm
towards5gs-helm
Open-source project providing Helm charts for deploying Free5GC and UERANSIM on a Kubernetes cluster
Stars: ✭ 53 (+307.69%)
Mutual labels:  helm
big-bang
Big Bang is a declarative, continuous delivery tool for core DoD hardened and approved packages into a Kubernetes cluster.
Stars: ✭ 55 (+323.08%)
Mutual labels:  helm
ckan-helm
Helm chart for CKAN
Stars: ✭ 15 (+15.38%)
Mutual labels:  helm
milvus-helm
The helm chart to deploy Milvus
Stars: ✭ 37 (+184.62%)
Mutual labels:  helm

helm-navi

https://melpa.org/packages/helm-navi-badge.svg

This package lets you navigate through a buffer using the headings and keywords provided by navi-mode and outshine, presented in a Helm buffer. Here’s an example (note that fontification will be shown according to your own theme and faces):

screenshot.png

Installation

Install the package from MELPA and you’re all set!

If you want to install it manually, put helm-navi.el in your load-path, then add this to your init file:

(require 'helm-navi)

Commands

  • helm-navi: Show all navi-mode keywords and outshine headings in a Helm buffer. This is the equivalent of running outshine-navi and then pressing C-8 a.
  • helm-navi-headings: Show all outshine headings in Helm buffer.

Tips

If you use use-package to organize your init file, you may want to add this to your config, which makes it very easy to quickly navigate to individual package configuration with helm-navi:

(use-package navi-mode
  :config
  ;; Add "use-package" lines to `navi-keywords'.
  (setf (cdr (assoc :ALL (cdr (assoc "emacs-lisp" navi-keywords))))
        "^[[:space:]]*(\\(use-package\\|\\(cl-\\)\\{0,1\\}def[a-z]+\\)\\*? "))

Contributions

Yes, please.

Credits

See Also

  • outline-ivy: A package that provides similar functionality for Ivy.

License

GPLv3

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].