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 provides an ESS-like binding to send lines or regions to a REPL from Common Lisp buffers.
Debpaste is an Emacs interface for the Debian Pastezone, allowing you to receive, post, and delete pastes. It communicates with the server using XML-RPC.
This package allows items in the Org agenda to be grouped into sections while preserving the structure imposed by any timestamps.
Ztree is a project dedicated to implementation of several text-tree applications inside GNU Emacs. It consists of 2 subprojects: ztree-diff and ztree-dir (the basis of ztree-diff).
This package provides a visual zap-to-char command for Emacs.
Autothemer provides a thin layer on top of deftheme and custom-theme-set-faces that creates a new custom color theme, based on a set of simplified face specifications and a user-supplied color palette.
This package provides an Emacs based interface for GNU Go, which can be started via M-x gnugo. It has a graphical mode where the board and stones are drawn using XPM images and supports the use of a mouse. You can switch to the graphical mode by running M-x gnugo-image-display-mode.
Dumb Jump is an Emacs "jump to definition" package with support for multiple programming languages that favors "just working" over speed or accuracy. This means minimal --- and ideally zero --- configuration with absolutely no stored indexes (tags) or persistent background processes. Dumb Jump performs best with The Silver Searcher ag or ripgrep rg installed.
This package is used for bundling related git-worktrees from multiple repositories together. This helps switch quickly between repositories and ensure you're on the correct branch. When you're done with your changes, you can use the repositories in the workspace and know which ones were modified to simplify the process of getting the changes merged in together. Additionally, git metadata is shared between all projects. You can stash, pop, and pull changes in from the same repository in other workspaces thanks to the power of git-worktrees.
This package provides an ESS-like binding to send lines or regions to a REPL from Standard ML buffers.
Latex-extra defines extra commands and keys for LaTeX mode, as well as brings user experience improvements.
Varuga allows you to format and send iCal calendar invites using your Emacs mail client. These invites are similar to those produced by Google Calendar or Outlook Calendar, and are compatible with them.
Varuga populates a Message mode buffer with an iCal MIME part (using MML, the MIME Meta Language). It also adds a plain text part listing the time of the event in various configured timezones.
ripgrep is an Emacs search package based on the ripgrep command line tool.
This package provides a development environment and REPL interaction package for Julia in the spirit of Common Lisp’s SLIME and Clojure’s CIDER. It enables convenient and dynamic REPL-driven development.
emacs-shift-number provides commands shift-number-up to increase and shift-number-down to decrease the number at point.
This package provides a very basic version of major mode for Nushell shell scripts.
The ido-completing-read+ function is a wrapper for ido-completing-read. Importantly, it detects edge cases that ordinary ido cannot handle and either adjusts them so ido can handle them, or else simply falls back to the standard Emacs completion function instead.
This is library which uses Direnv to set environment variables on a per-buffer basis. This means that when you work across multiple projects which have .envrc files, all processes launched from the buffers ``in'' those projects will be executed with the environment variables specified in those files. This allows different versions of linters and other tools to be used in each project if desired.
This is an Emacs major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases where it breaks.
bbdb-vcard.el imports and exports vCards (version 3.0) as defined in RFC 2425 and RFC 2426 to/from The Insidious Big Brother Database (BBDB). Version 2.1 vCards are converted into version 3.0 on import.
This package provides a basic major mode for editing .hgignore files used by the Mercurial version control system.
emacs-smart-hungry-delete hungrily deletes whitespace between cursor and next word, parenthesis or delimiter while honoring some rules about where space should be left to separate words and parentheses.
This package allows selecting notes easily. Its most basic use is to integrate directories of files (notes) and to provide easy narrowing via emacs-consult. consult-notes can be used with any directory (or directories) of note files. It easily integrates with note systems like emacs-zk, emacs-denote or emacs-org-roam. Additionally, it may also search org headings in a set of specified files.
This package provides an Emacs mode to highlight TODO and similar keywords in comments and strings. This package also provides commands for moving to the next or previous keyword and to invoke occur with a regexp that matches all known keywords.