Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package extends git-gutter to use the fringe area of a window.
The Ef themes are a collection of light and dark themes for GNU Emacs whose goal is to provide colorful yet legible options for users who want something with a bit more flair than the Modus themes.
emacs-anaphora implements anaphoric expressions for Emacs Lisp.
Anaphoric expressions implicitly create one or more temporary variables which can be referred to during the expression. This technique can improve clarity in certain cases. It also enables recursion for anonymous functions.
This package highlights function arguments in CMake according to their use.
El2org is a simple tool, which can convert Emacs-lisp file to org file, you can use this tool to write orgify commentary.
This package provides an Ivy interface for selecting from xref results.
emacs-consult-lsp provides helpers for interactively selecting LSP workspace diagnostics, symbols, and file symbols from emacs-lsp-mode by leveraging emacs-consult APIs.
Org Tree Slide is a minor mode for using an Org document in presentations by progressively revealing individual subtrees of the document.
expreg, like expand-region, provides commands to expand and contract the region by semantic units. Unlike expand-region, expreg can leverage Emacs 29's tree-sitter support.
Unlike narrow-to-region, which completely hides text outside the narrowed region, this package simply de-emphasizes the text, makes it read-only, and makes it unreachable. This leads to a much more natural feeling where the region stays static (instead of being brutally moved to a blank slate) and is clearly highlighted with respect to the rest of the buffer.
Interactive align-regexp command in Emacs
This package adds a "C-'" binding to Ivy minibuffer that uses Avy.
This package provides a minor mode emulating Helix keybindings.
This package provides an Emacs interactive command-line mode.
This Emacs library provides Helm interface for Yasnippet.
DWIM stands for "do what I mean", as in the idea that one keystroke can do different things depending on the context. In this package, it means that, if the cursor is in a currently hidden folded construction, we want to show it; if it's not, we want to hide whatever fold the cursor is in.
ob-go enables Org Babel support for evaluating Go code. It was created based on the usage of ob-C.
This package provides tools for assembling an ELPA.
This Emacs package provides a command showing the symbols that the binary uses instead of the actual binary contents.
This package adds support for working with Racket code blocks with Org Babel in Org mode.
This package tracks org-agenda-files precisely to speed-up org-agenda, and takes advantage of the org-ql cache.
This package provides utility functions to bind to keys, intended to be used along with emacs-bray although most of them can be used in vanilla Emacs.
This package defines the Org link type orgit-topic, which can be used to link to Forge topic buffers.
This package provides syntax highlighting and indentation functions for Fish shell scripts.