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 library adds the possibility for ad-hoc applying highlighting to any face in GNU Emacs. The functionality of this library depends on overlays, which by default are not picked up when copy-pasting text from buffer to buffer.
general.el provides a more convenient method for binding keys in emacs (for both evil and non-evil users). Like use-package, which provides a convenient, unified interface for managing packages, general.el is intended to provide a convenient, unified interface for key definitions. While this package does implement some completely new functionality (such as the ability to make vim-style keybindings under non-prefix keys with an optional timeout), its primary purpose is to build on existing functionality to make key definition more clear and concise. general-define-key is user-extensible and supports defining multiple keys in multiple keymaps at once, implicitly wrapping key strings with (kbd ...), using named prefix key sequences (like the leader key in vim), and much more.
This package provides the ability to use the silver searcher, a code searching tool, sometimes abbreviated to ag. Features include version control system awareness, use of Perl compatible regular expressions, editing the search results directly and searching file names rather than the contents of files.
This minor mode tries to find and highlight problems with your writing in English as you type. It primarily detects "weasel words" and abuse of passive voice.
This package extends lsp-mode to work with C and C++ files through the ccls language server.
emacs-json-snatcher grabs the path to JSON values in a JSON file.
This package provides an E-prime checking mode for Emacs that highlights non-conforming text. The subset of the English language called E-Prime forbids the use of the "to be" form to strengthen your writing.
Emacs math-preview uses MathJax for displaying TeX, MathML and AsciiMath math inline in Emacs buffers.
Blimp (Bustling Image Manipulation Package) is a complete wrapper around all Imagemagick commands with descriptions, autocompletion (for some commands) and hints displayed in prompt using eimp.el to execute its commands and resize images.
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.
This package provides utilities for managing image files copied into org-mode buffers.
Posframe can pop a posframe at point. A posframe is a child frame displayed within its root window's buffer. Posframe is fast and works well with CJK languages.
This package provides a kotlin-mode for editing Kotlin files.
This is an experimental module written in C providing libgit2 bindings for Emacs, intended to boost the performance of Magit.
This package provides a WYSIWYG LaTeX environment. It uses dvisvgm, xclip, pngpaste and latex.
Insert Emacs Org blocks with completion via company mode.
emacs-scel is an Emacs interface to SuperCollider. SuperCollider is a platform for audio synthesis and algorithmic composition.
This package facilitates editing text from EXWM buffers by generating a temp buffer in which any useful Emacs utilities and modes can be invoked.
This library provides an implementation of streams for Emacs. Streams are implemented as delayed evaluation of cons cells.
This Emacs package provides a mode for the Julia programming language.
This library implements an RSS 2.0 back-end for Org exporter, based on the HTML back-end.
This package can visualize maildirs hierarchically in Notmuch's ``hello buffer''.
emacs-TOTP implements TOTP as specified in RFC 6238. It supports reading secrets in HEX and multiple base32 variations, including non-standard base32 encodings.
This package provides tiny improvements to expression evaluation, e.g., the expression you've just evaluated would briefly flash and so on.