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 company-mode backends for completing label references and citations in LaTeX. It is based on RefTeX, which is included with Emacs.
This is a basic library to control the Sway window manager from Emacs. Its main use case is in combination with popup managers like Shackle, to use frames instead of windows while still giving focus to existing frames instead of duplicating them.
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.
Emacs 4clojure interacts with 4clojure problems. You can open a specific question and move to the next or previous one. You can also verify your answers.
Base16 provides carefully chosen syntax highlighting and a default set of sixteen colors suitable for a wide range of applications. Base16 is not a single theme but a set of guidelines with numerous implementations.
This package is an Emacs Scala IDE using LSP mode to connect to Metals.
This package provides a minor mode for interacting with a Julia REPL running inside Emacs. The julia process is started in an ANSI terminal (term), which allows text formatting and colors, and interaction with the help system and the debugger. It is recommended that you use this minor mode with the package emacs-julia-mode.
This library add support for SCGI URLs to Emacs. It is based on url.el, which is shipped with Emacs.
This package adds support for evaluating sclang Org mode source blocks.
This library provides an implementation of streams for Emacs. Streams are implemented as delayed evaluation of cons cells.
logview provides an Emacs mode to view log files.
This package adds the ability to view DICOM files in Emacs.
This package contains extra features that better integrate Denote with Org mode.
This meta-package propagates the TeX Live packages minimally required by the LaTeX output produced by Org mode.
This package provides utility functions to bind to keys, intended to be used along with emacs-bray although most of them can be used in vanilla Emacs.
RYO modal provides a convenient way of defining modal keybindings in Emacs, and does not come with any predefined bindings.
This Emacs package provides navigation for imenu tags across all buffers that satisfy a filtering criteria. Available criteria are all buffers with the same major mode, same project buffers, and user-defined list of friendly mode buffers.
The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure Lisp that implements a Desktop Notifications service according to the freedesktop.org specification. EDNC aspires to be a small, but flexible drop-in replacement of standalone daemons like Dunst.
This package provides a GUI for defining and monitoring services.
emacs-straight is a purely functional package manager for the Emacs hacker.
This package provide functions to move the current line using M-up or M-down if a region is marked, it will move the region instead.
This package provides a minor mode to displays page delimiters which usually appear as ^L glyphs on a single line as horizontal lines spanning the entire window. In comparison to emacs-form-feed, this fork does not have configurable line width; however, it always displays correctly, even if you have multiple windows showing the same buffer, and will never cause side scrolling since the form feed only occupies two spaces. It also only affects form feeds at the beginning of the line.
This package provides tagged workspaces in Emacs, similar to workspaces in windows managers such as Awesome and XMonad. perspective.el provides multiple workspaces (or "perspectives") for each Emacs frame. Each perspective is composed of a window configuration and a set of buffers. Switching to a perspective activates its window configuration, and when in a perspective only its buffers are available by default.
Eat (Emulate A Terminal) is a terminal emulator in Emacs, written in pure Elisp. It has features like Sixel support, complete mouse support and shell integration.