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.
Org Chef is a package for managing recipes in Org mode. One of the main features is that it can automatically extract recipes from websites like allrecipes.com.
The main command of the tiny extension for Emacs is tiny-expand. It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp proficiency is an advantage, since you can transform your numeric range with an elisp expression.
Rustic is a fork of Rust mode. In addition to its predecessor, it offers the following features:
Flycheck integration,
Cargo popup,
multiline error parsing,
translation of ANSI control sequences through XTerm color,
asynchronous Org Babel,
custom compilation process,
rustfmterrors in a Rust compilation mode,automatic LSP configuration with Eglot or LSP mode,
optional Rust inline documentation,
etc.
Discover adds context menus to commonly-used features in Emacs.
AUCTeX is a comprehensive customizable integrated environment for writing input files for TeX, LaTeX, ConTeXt, Texinfo, and docTeX using Emacs or XEmacs.
Flexoki themes is a pair of light and dark themes for GNU Emacs based on the Flexoki colour scheme by Steph Ango.
Beacon is an Emacs minor-mode. Whenever the window scrolls a light will shine on top of your cursor so you know where it is.
Taxy provides a programmable way to classify arbitrary objects into a hierarchical taxonomy. Allows you to automatically put things in nested groups.
This package provides an introspection tool similar to those found in Common Lisp or Smalltalk, but for Emacs Lisp.
Datetime is an Emacs library for parsing, formatting, matching and recoding timestamps and date-time format strings.
emacs-smart-hungry-delete hungrily deletes whitespace between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.
This package provides a backend for use with Company mode allowing for completion of common math symbols.
This package provides an Ivy interface for selecting from xref results.
Jarchive makes Emacs handle Java and LSP URIs pointing to source inside JARs.
This package provides a variety of themes for Emacs Shell (Eshell) prompt.
Ibuffer-VC adds functionality to Ibuffer for grouping buffers by their parent revision control system root directory, and for displaying, or sorting, by the status of listed files.
Due to the structure of Lisp syntax it's very rare for the programmer to want to insert characters right before "(" or right after ")". Thus unprefixed printable characters can be used to call commands when the point is at one of these special locations. Lispy provides unprefixed keybindings for S-expression editing when point is at the beginning or end of an S-expression.
This is an Elisp library for WebSocket clients to talk to WebSocket servers, and for WebSocket servers to accept connections from WebSocket clients. This library is designed to be used by other library writers, to write applications that use WebSockets, and is not useful by itself.
Wucuo provides a spell checker on top of either Aspell or Hunspell, and relies on Flyspell internally. It operates on the current region or buffer, a file, or a complete directory.
This program provides an Emacs client for Redmine.
This package allows for a buffer to be reformatted without moving point, so that running a formatting tool like Prettier or Black upon saving won't move point back to the beginning of the buffer.
Relint (regular expression lint) scans Elisp files for mistakes in regexps, including deprecated syntax and bad practice. It also checks the regexp-like arguments to skip-chars-forward and skip-chars-backward.
Prism is a Rainbow Blocks-like mode for Emacs. It preserves non-color face properties and allows configuration of faces and colors.
company-mode back-end for restclient-mode.
It provides auto-completion for HTTP methods and headers in restclient-mode. Completion source is given by know-your-http-well.