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.
pdd provides a library for HTTP requests and asynchronous operations in Emacs. It featuring a single, consistent API that works identically across different backends, maximizing code portability and simplifying development.
This package provides a macro that parses the current buffer according to a parsing expression grammar.
org-margin mode outdents org headlines by moving leading stars into the margin and transform them into markers depending on the chosen style.
This package provides the consult-flycheck command for Emacs, which integrates Consult with Flycheck.
emacs-spaceleader replicates Spacemacs' leader key features, without requiring all of Spacemacs. The <Leader> key, inspired by Vim, provides an easy way to bind keys under a configurable prefix key.
Purpose is a package that introduces the concept of a "purpose" for windows and buffers, and then helps you maintain a robust window layout easily.
Interleave is a minor mode that presents a document viewer side by side to an Org buffer with your notes relevant to the current page.
git-link returns the URL for the current buffer's file location at the current line number or active region. git-link-commit returns the URL for a commit. URLs are added to the kill ring.
Alarm Clock provides an alarm clock for Emacs.
This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode. Also it is used as a library for other Emacs packages.
ultra-scroll is a smooth-scrolling package for Emacs. It provides highly optimized, pixel-precise smooth-scrolling which can readily keep up with the very high event rates of modern track-pads and high-precision wheel mice.
This package provides groovy-mode for syntax highlighting in Groovy source files, REPL integration with run-groovy and Grails project navigation with the grails mode.
Diff Hl mode highlights uncommitted changes on the side of the window (using the fringe, by default), allows you to jump between the hunks and revert them selectively.
This is an Emacs global minor mode to use Emacs frames instead of Emacs' internal windowing system. This combines particularly well with tiling window managers such as XMonad.
This package extends Comint mode: it parses markup in the output stream, enabling plots and graphics to be embedded, and adds command-line functions which plug into Emacs (e.g., use :e <filename> to edit a file).
company-quickhelp shows documentation for the completion candidate when using the Company text completion framework.
Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.
This package provides integration of the Google Repo tool with emacs. It displays the output of the repo status command in a buffer and launches Magit from the status buffer for the project at point.
Racket mode provides thorough font-lock and indentation. It follows DrRacket concepts where applicable.
This package generates a table of contents when saving in Org and Markdown files.
This package provides scripts and configurations to leverage LSP mode in Docker environment.
This package extends Ivy by showing more information in the minibuffer for each candidate. It adds columns showing buffer modes, file sizes, docstrings, etc. If emacs-all-the-icons is installed, it can show icons as well.
This package displays a calendar view with various schedule data in the Emacs buffer.
ws-butler automatically trims trailing whitespace characters on save. In contrast with other whitespace cleanup solutions, only modified lines are trimmed.