SaaSHub helps you find the best software and product alternatives Learn more →
Helm Alternatives
Similar projects and alternatives to helm
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
doom-emacs
Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]
-
-
-
-
-
-
org-ql
A searching tool for Org-mode, including custom query languages, commands, saved searches and agenda-like views, etc.
-
-
-
-
-
-
-
-
swiper
Ivy - a generic completion frontend for Emacs, Swiper - isearch with an overview, and more. Oh, man! (by abo-abo)
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better helm alternative or higher similarity.
helm discussion
helm reviews and mentions
Posts with mentions or reviews of helm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-09.
- lsp-treemacs icons not showing in Mac Terminal
-
How can I temporarily bypass helm and put free text
Oh wow wow wow! I just checked your commit on the repository. That's so amazing. I really appreciate that. And I also found a convenient donation link.
- Looking Back On Helm (secure email appliance)
-
Best emacs configs for Javascript and/or users who don't like to memorize keybindings?
Next you "only" have to remember (elisp) function names. "Completion UIs" like ivy/counsel, icomplete, helm or vertico/consult, give you a nice auto completion list on M-x (choose the one of them, you like the most). Some of those Completion UIs will display existing keybindings and a short documentation for commands, near the auto complete candidates. So you will start to remember more keybindings without "learning sessions", just because invoking functions via keybindings is much faster (more convenient).
-
org-SUPER-sparse-tree?
I use imenu, and helm-imenu to filter out the list interactively. Instead of scrolling through, you "jump" to an item via completion like helm-imenu, which filters all headings interactively in real-time as you type.
-
Is There A Buffer Package Like Vertico Pos-Frame That Makes A Rectangle Frame In The Middle For Dired Mode?
I personally use Helm, so I can manage all files (open, delete, copy, rename, etc) all from completing prompt directly, I don't need to open Dired for that.
-
What are the benefits of Vertico over Helm or Ivy?
Helm 1.2 release was in September 2011: https://github.com/emacs-helm/helm/releases/tag/v1.2
-
(require 'ffap) after bug fix #2574 in helm-lib.el?
I updated helm recently and when trying to use it after startup I was hitting "Defining as dynamic an already lexical var" . debugger showed me it was due to `ffap-machine-p-local` not being defined yet, digging into helm-lib.el i found that it is due to the ffap let bindings added recently to `helm-guess-filename-at-point` - the first one was to address this issue https://github.com/emacs-helm/helm/issues/2574 and more recently two more ffaps were let bound. I can fix by adding `(require 'ffap)` in the helm `use-package` `:config` -- wondering if this is the recommended way or if it might be something worth living inside helm-lib.el near the top where it requires cl-lib already?
-
Drastic slowdown in Helm+auctex
Related to https://github.com/emacs-helm/helm/discussions/2577
-
Completion command for common file moving/copying commands
Yes, Helm. Probably others like Embark.
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jan 2025
Stats
Basic helm repo stats
48
3,379
9.7
4 days ago
emacs-helm/helm is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of helm is Emacs Lisp.