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 is a theme for emacs-spaceline that recreates most of the segments available in that package using icons from emacs-all-the-icons. Icon fonts allow for more tailored and detailed information in the mode line.
This package provides ivy-read as an alternative to completing-read and similar functions. No attempt is made to determine the best candidate. Instead, the user can navigate candidates with ivy-next-line and ivy-previous-line. The matching is done by splitting the input text by spaces and re-building it into a regular expression.
EBDB-i18n-Chn makes EBDB nicer to use with China-based contacts, both for handling Chinese characters, and for formatting of phones and addresses. Be aware that using this library will incur a non-neglible slowdown at load time. It shouldn't have any real impact on search and completion times.
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.
This is an Emacs mode for editing Idris code. It is compatible with the latest versions of Idris 1.
aio is to Emacs Lisp as asyncio is to Python. This package builds upon Emacs generators to provide functions that pause while they wait on asynchronous events. They do not block any thread while paused.
Weblorg is a static site generator particularly suitable for blogs, written in Emacs Lisp and with support for templates and themes. It requires no external dependencies.
This package provides an Emacs interface to the PubMed database of references on life sciences.
This is a library for computing context menus based on text properties and overlays. The intended use is to have tools that annotate source code and others that use these annotations, without requiring a direct coupling between them, but maintaining discoverability.
Major modes that wish to use this library should first define an appropriate value for prop-menu-item-functions. Then, they should bind prop-menu-by-completing-read to an appropriate key. Optionally, a mouse pop-up can be added by binding prop-menu-show-menu to a mouse event.
This package is a major mode for Emacs that provides syntax highlighting for SPARQL. It can also execute queries against a SPARQL HTTP endpoint, such as Fuseki or DBPedia.
This package provides a documentation viewer similar to Emacs's built-in Info browser, but geared towards documentation obtained from https://devdocs.io.
macrostep is an Emacs minor mode for interactively stepping through the expansion of macros in Emacs Lisp source code. It lets you see exactly what happens at each step of the expansion process by pretty-printing the expanded forms inline in the source buffer, which is temporarily read-only while macro expansions are visible. You can expand and collapse macro forms one step at a time, and evaluate or instrument the expansions for debugging with Edebug as normal.
Evil escape provides a customizable key sequence to escape from insert state and everything else in Emacs.
This package provides a major mode for editing Fluke 9010a "9LC" files.
This package provides a way to review GitHub Pull Requests from magit.
This package provides an Emacs minor mode that provides modern, efficient and easy to learn keybindings (especially C-c, C-x and C-v work and provide clipboard action).
This package provides a simple focus mode which can be applied to any buffer for reading, writing, or even doing a presentation. The buffer can be divided in pages using the page-delimiter, outline structure, or any other pattern.
Dhall-mode provides an Emacs Major mode for working with the Dhall configuration language. It features:
Syntax highlighting
Multiline support for String
Basic indentation, commenting
Automatic formatting on save using dhall-format.
Error highlighting.
This package adds tools for managing your watchlist in Emacs' Org mode and some functions for interacting with the OMDb API.
This package can be used with multiple-cursors to provide an incremental search that moves all fake cursors in sync.
This package provides tree-sitter major mode for editing Devicetree files.
This package provides an SSH mode for Emacs, built on top of Tramp and shell mode. It keeps a history of previously connected hosts and supports auto-completion of known hosts.
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.
This package provides the command memory-usage, which lists all buffers and how much memory they use.