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.
Paradox is a project for modernizing Emacs' Package menu. It provides improved appearance, mode-line information, GitHub integration, customizability and asynchronous upgrading.
This package simplifies the use of hash tables in elisp. It also provides functions to convert hash tables from and to alists and plists.
Minor mode providing syntax highlighting of known Emacs Lisp symbols. Currently the code distinguishes Lisp functions, built-in functions, macros, faces and variables. To enable call highlight-defined-mode.
This package provides Marginalia mode which adds marginalia to the minibuffer completions. Marginalia are marks or annotations placed at the margin of the page of a book or in this case helpful colorful annotations placed at the margin of the minibuffer for your completion candidates.
Super-save auto-saves your buffers, when certain events happen, e.g., when you switch between buffers or when an Emacs frame loses focus. You can think of it as both something that augments and replaces the standard Auto-save mode.
The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents and Internet Standard (STD) documents. RFCs and STDs are published in a simple text form. This package provides an Emacs major mode, rfcview-mode, which makes it more pleasant to read these documents in Emacs. It prettifies the text and adds hyperlinks/menus for easier navigation. It also provides functions for browsing the index of RFC documents and fetching them from remote servers or local directories.
Lightweight yet very flexible startup screen for Emacs.
This library provides basic ``enter'' functionality and a few convenience commands to initialize a VCSH repository and add files to it. It can be used in conjunction with Magit.
This package provides a backend for Flymake to use the tool ShellCheck for static analyzing bash and sh scripts.
This package displays a waveform of a sound file. You can then play or navigate through it.
This package provides an ESS-like binding to send lines or regions to a REPL from Racket buffers.
Free-keys shows available key bindings in the current Emacs buffer.
This package permits navigation of undo history in a temporary buffer, which is read-only save for undo commands, and subsequent committal of a chain of undo commands as a single edit in the undo history.
This package allows using Ace jump to a candidate in Helm window.
This package provides a Helm interface to lacarte.el, a package that displays mode-specific commands as menu items.
This package provides an introspection tool similar to those found in Common Lisp or Smalltalk, but for Emacs Lisp.
This package allows common parts of regexps to be easily picked out and reused.
tracking.el provides a way for different modes to notify the user that a buffer needs attention. The user then can cycle through them using C-c C-SPC.
This package improves the performance of Emacs when viewing files with long lines. It is included as standard with Emacs 27 or later.
Racket mode provides thorough font-lock and indentation. It follows DrRacket concepts where applicable.
This program connects the database server through Perl's DBI, and provides DB-accessing API and the simple management UI.
This package provides basic support for stgit in emacs-magit. When magit-stgit-mode is turned on, the current patch series is displayed in the status buffer. While point is on a patch the changes it introduces can be shown using RET, it can be selected as the current patch using a, and it can be discarded using k. Other StGit commands are available from the StGit transient on /.
This package facilitates the creation and maintenance of tables of contents.
This package exposes a number of utility hooks and functions ported from Doom Emacs.