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 Emacs package hides and/or highlights minor modes in the mode-line.
This package provides an org-mode exporter backend for AsciiDoc.
This package provides fancy-battery-mode which is like the built-in display-battery-mode, but more fancy. It just the remaining time, uses colours to indicate the status of the battery, and is more customizable.
Debase provides a higher-level API for using and implementing D-Bus services inside Emacs.
This package provides a hybrid of keyboard macros and yasnippet. You create the snippet on the go, usually to be used just in the one place. It's fast, because you're not leaving the current buffer, and all you do is enter the code you'd enter anyway, just placing ~ where you'd like yasnippet fields and mirrors to be.
This package contains several themes that were originally implemented with the venerable color-themes package, ported to Emacs' built-in custom themes.
This is a simple language mode for the Solidity language. It is a constant work in progress as the language itself also progresses.
This Emacs package adds faces to add stripes to list buffers and org tables.
This package implements the macro ##, which provides compact syntax for short lambda.
recomplete is a completion library for quickly completing or correcting words in cases where the first candidate is the likely choice. Unlike most completion, it immediately performs the completion action, calling again to cycle over options. Completion candidates are displayed in the echo area.
PHP mode is a major mode for editing PHP source code. It's an extension of C mode; thus it inherits all C mode's navigation functionality. But it colors according to the PHP grammar and indents according to the PEAR coding guidelines. It also includes a couple handy IDE-type features such as documentation search and a source and class browser.
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.
SML-MODE is a major Emacs mode for editing Standard ML. It provides syntax highlighting and automatic indentation and comes with sml-proc which allows interaction with an inferior SML interactive loop.
Seeing Is Believing is a ruby gem to evaluate Ruby code, recording the results of each line. This minor mode provides an easy way to run it from Emacs on the current region or entire buffer.
This package provides a minor mode that replaces keywords or expressions with SVG rounded box labels that are fully customizable.
Emacs Gnuplot is an Emacs major mode for interacting with Gnuplot.
The functions in this package provide the inverse of Emacs' fill-paragraph and fill-region.
This package provides an efficient Emacs keybinding set based on statistics of command frequency, and supports common shortcuts for open, close, copy, cut, paste, undo, redo.
This package provides notification functions for Org Agenda.
This is an Emacs Lisp library for reading and writing the data format edn. See https://github.com/edn-format/edn.
Url HTTP Oauth adds OAuth 2.0 support to Emacs's URL library.
This minor mode provides syntax highlighting for Lisp-like DSL used in kmonad's configuration files (.kbd).
This package provides the auto-dark-mode minor mode, which enables automatic switching between two user-defined (customizable) themes. This transition occurs seamlessly in response to dark mode being enabled or disabled in the desktop preferences (such as in GNOME). It uses DBus to query the system configured value. To enable it, put the following snippet to your Emacs configuration file:
(require auto-dark) (auto-dark-mode t)
To customize the themes used, visit M-x customize-group auto-dark.
This package replaces the child frames emacs-corfu uses with popups, which also work in the terminal.