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.
This package improves and replaces the GNU Emacs commands that interactively evaluate Emacs Lisp expressions. The new commands replace standard key bindings and are all prefixed with rsw-elisp-. They work the same way as the old commands when called non-interactively; only the interactive behavior should be different.
This package provides a Helm interface to lookup Clojure documentation on https://clojuredocs.org with Helm.
Two function are exposed:
helm-clojuredocs: opens a Helm session with no initial pattern. Searching starts with minimal 3 characters entered.helm-clojuredocs-at-point: opens a Helm session with initial pattern guessed from thing under current cursor position.
This package mainly defines a macro which helps remove some of the boilerplate code from defining new Flymake backend functions.
This package provides an Emacs interface for browsing YouTube videos and comments.
This package provides a command to fix the Flycheck error at point.
This package provides functions that automatically create backlinks when inserting a link.
This package toggles an eshell instance for the current buffer.
This library allows creating SVG icons by parsing remote collections whose license are compatibles with Emacs. The default size of an icon is exactly 2x1 characters such that it can be inserted inside a text without disturbing alignment.
This package adds tools for managing your watchlist in Emacs' Org mode and some functions for interacting with the OMDb API.
This package provides a DWIM way to switch from an Emacs buffer to a vterm buffer and back again.
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.
This project started as fork of org-reveal. It provides an export back-end for HTML presentations with reveal.js from Org mode source files.
This package provides a variety of themes for Emacs Shell (Eshell) prompt.
This package tracks org-agenda-files precisely to speed-up org-agenda, and takes advantage of the org-ql cache.
elisp-refs finds references to functions, macros or variables. Unlike a dumb text search, it actually parses the code, so it's never confused by comments or foo-bar matching foo.
Lemon is a tiny system monitor which displays system information in the echo area when Emacs is has been idle for a few seconds. This is a fork of zk_phi’s Symon, which has been largely rewritten. It works nicely with EXWM.
This package an Emacs major mode for the Hare programming language.
m-buffer provides a set of list-orientated functions for operating over the contents of Emacs buffers.
An implementation of the ChaCha20 encryption algorithm in Emacs Lisp.
emacs-emcp is an Emacs client for the Model Context Protocol, designed to connect LLM agents directly to Emacs.
This package provides a minor mode that dims the color of text in neighboring sections.
This package provides additional commands for the ex command line, including functions for version control with Git and for copying and pasting into and from tmux paste buffers.
crdt.el is a real-time collaborative editing environment for Emacs using Conflict-free Replicated Data Types. With it, you can share multiple buffer in one session, and see other users’ cursor and region. It also synchronizes Org mode folding status. It should work with all of Org mode.
This package uses Ivy to provide additional actions for Projectile commands and replacements for existing functions.