This package provides bibliography manager for Emacs, based on Helm and the BibTeX completion backend.
Key features:
Quick access to your bibliography from within Emacs
Powerful search capabilities
Provides instant search results as you type
Tightly integrated with LaTeX authoring, emails, Org mode, etc.
Open the PDFs, URLs, or DOIs associated with an entry
Insert LaTeX cite commands, Ebib links, or Pandoc citations, BibTeX entries, or plain text references at point, attach PDFs to emails
Support for note taking
Quick access to online bibliographic databases such as Pubmed, arXiv, Google Scholar, Library of Congress, etc.
Imports BibTeX entries from CrossRef and other sources.
This package provides a Helm interface for Git files.
Display the open buffers in project.
Display a status source showing state of project (modified files etc.).
Display a list of all files in project under git control.
Quickly look at diffs of modified files.
Allow switching to
git status
with your preferred frontend (vc-dir, Magit,etc.).Full integration of git-grep, also allow usage of
helm-grep
(you can use ack-grep instead of grep).Integrate usage of gid from id-utils.
Full integration with
helm-find-files
, allow you to browse projects unrelated to current-buffer.In addition, all actions of type files and buffers are provided.
Display firefox bookmarks with Emacs Helm interface
This package provides web suggestions with Emacs Helm.
Search emails, searching result displays as you type thanks to helm.
This is a Helm interface to Company mode, a text completion framework.
This package provides a Helm interface to lacarte.el
, a package that displays mode-specific commands as menu items.
This package can be used to search emails in Emacs, searching result displays as you type thanks to Helm, though notmuch-search
does the real search.
This package is merely a combination of two other Emacs packages: helm-wordnet
and wordnut
. It features word completion with Helm and displays a buffer of all the different result types available to Wordnet.
This integrates Flycheck with Helm.
This package provides Helm integration for quickly navigating and searching CSS, SCSS, and LESS selectors in Emacs. It enables you to view and jump to selectors across multiple buffers, enhancing your workflow when editing stylesheets.
Helm Selector is a collection of Helm helper functions for convenient buffer selection.
It is especially helpful to create Helm sessions to navigate buffers of a given mode in a “do what I mean” fashion:
If current buffer is not of mode X, switch to last buffer of mode X. If current buffer is of mode X, show a Helm session of all buffers in mode X. In the Helm session, it’s also possible to input an arbitrary name which will be used for the creation of a new buffer of mode X.
This package provides an Emacs Helm interface for search suggestions and article extracts for Wikipedia.
This package searches both headings and contents of entries in Org buffers and displays matching entries.
This package is a replacement of describe-bindings
for Helm. describe-bindings
is replaced with helm-descbinds
. As usual, type C-h b
, or any incomplete key sequence plus C-h
, to run helm-descbinds
. The bindings are presented in a similar way as describe-bindings
does, but you can use completion to find the command you searched for and execute it, or view its documentation.
This Emacs library provides a Helm interface for Projectile.
This package provides a Helm interface for selecting Makefile targets.
This Emacs library provides Helm interface for Yasnippet.
This package provides a Helm interface to run operations on removable volumes in Linux.
This package provides a Helm interface to lookup Clojure documentation on https://clojuredocs.org with Helm.
Two function are exposed:
helm-clojuredocs
: opens a Helm session with no initial pattern. Searching starts with minimal 3 characters entered.helm-clojuredocs-at-point
: opens a Helm session with initial pattern guessed from thing under current cursor position.
This Helm source can be used to search contacts stored in org-contacts format. There are actions for inserting postal addresses, email addresses, and phone numbers in the buffer where helm-org-contacts
was called.
This package provides a Helm interface for toggling Emacs major or minor mode.
helm-switch-major-mode
list of all major modeshelm-enable-minor-mode
list of all inactive minor modeshelm-disable-minor-mode
list of all ACTIVE minor modes
Hitting RET
enables the mode, C-z
shows the mode documentation.
emacs-helm-dired-history
shows dired histories you have visited in Emacs.
This package provides an Emacs Helm interface to search throw a shell history.