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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
eros provides result overlays for evaluating Emacs Lisp.
emacs-kv is a collection of tools for dealing with key/value data structures such as plists, alists and hash-tables in Emacs Lisp.
This package adds icons to Ivy, using the ivy-rich and nerd-icons packages.
Khalel accesses calendars stored in ICS files and provides means of listing existing events, edit them as well as to create new ones largely through an Org mode interface.
This package provides company-mode backends for completing label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.
This package highlight the location where local variables is created (bound, for example, by let) as well as quoted and backquoted constant expressions.
This package injects example uses of Elisp functions into their respective *Help* buffers.
This package helps Emacs integrate with the Unix password-store application.
This package extends lsp-mode to work with C and C++ files through the ccls language server.
jack provides the function jack-html that takes a data structure as input representing the HTML tree you want to generate and generates it as a string. Please see the homepage for usage examples.
This package provides an auto-complete source for Scheme projects using geiser.
Nyan mode is an analog indicator of your position in the buffer. The cat should go from left to right in your mode-line, as you move your point from 0% to 100%. You can click on the rainbow or the empty space to scroll backwards and forwards and also animate it.
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 provides an Emacs library for parsing .bib files.
Loccur is a tool to quickly navigate a file. It is a minor mode for Emacs acting like occur but w/o creating a new window. It just hides all the text excepting lines containing matches.
This package provides a major mode for editing ReScript source code.
Jarchive makes Emacs handle Java and LSP URIs pointing to source inside JARs.
This package tracks org-agenda-files precisely to speed-up org-agenda, and takes advantage of the org-ql cache.
Ace-jump-mode is a fast/direct cursor location minor mode. It creates an N-Branch search tree internally and marks all the possible position with predefined keys in within the whole Emacs view. This allows you to move to the character, word, or line almost directly.
This package provides a function that can be called from the minibuffer to enable editing the minibuffer input in another buffer with text-mode enabled.
Polymode is an Emacs package that offers generic support for multiple major modes inside a single Emacs buffer. It is lightweight, object oriented and highly extensible. Creating a new polymode typically takes only a few lines of code. Polymode also provides extensible facilities for external literate programming tools for exporting, weaving and tangling.
Emacs MMT is a package that contains classic tools for Emacs Lisp developers who want to write macros with convenience.
This package is an adapter to use the Tempel templating library with Eglot instead of Yasnippet.
This Emacs library provides queue data structure. These queues can be used both as a first-in last-out (FILO) and as a first-in first-out (FIFO) stack, i.e. elements can be added to the front or back of the queue, and can be removed from the front. This type of data structure is sometimes called an "output-restricted deque".