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.
The hackernews package is able to fetch stories from six different Hacker News feeds, namely top, new, best, ask, show and job stories. The default feed is top stories, which corresponds to the Hacker News homepage.
This package allows editing source code blocks embedded in Markdown files using the major mode corresponding to each block.
This package provides a utility function for Org buffers that makes a _SRC block with the appropriate language annotation for code that has been copied from an Emacs major mode.
This package manages a video download queue for yt-dlp, which serves as the back end. It manages a single yt-dlp subprocess, downloading one video at a time. New videos can be queued at any time.
This package provides an Emacs interface to hg histedit for editing the commit history.
This package provides poly-noweb-mode, a polymode for noweb files.
This package provides a Kubernetes control interface within emacs.
This is a small Emacs library to create and display various SVG objects, namely tags, progress bars, progress pies and icons. Each object is guaranteed to fit nicely in a text buffer ensuring width is an integer multiple of character width.
This is extension to the Emacs browser Eww that adds Conkeror-like functionality. In short, currently visible links, forms, buttons are temporarily assigned numbers with which the former can be immediately activated. Also filtering can be applied so selection can be incrementally confined in Isearch manner.
This package generates a table of contents when saving in Org and Markdown files.
This package allows you to edit regions in separate buffers, like org-edit-src-code but for arbitrary regions.
This package provides ivy-read as an alternative to completing-read and similar functions. No attempt is made to determine the best candidate. Instead, the user can navigate candidates with ivy-next-line and ivy-previous-line. The matching is done by splitting the input text by spaces and re-building it into a regular expression.
Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces, while still keeping them within arm’s reach.
This package provides completions for Org-mode source blocks using completion at point function.
This package provides a Helm interface for EWW buffers, bookmarks and history.
This package provides a major mode for editing files in TOML (Tom's Obvious, Minimal Language) data format.
This package provides a Helm interface to run operations on removable volumes in Linux.
This is an Emacs mode for editing Idris code. It is compatible with the latest versions of Idris 1.
This package provides commands and a minor mode to sort Python imports using python-isort.
Fill-column-indicator graphically indicates the location of the fill column by drawing a thin line down the length of the editing window.
This package provides Ukrainian holidays for Emacs calendar.
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 Flymake support for Python static type checking using mypy.
This package defines several Org link types, which can be used to link to certain Magit buffers. Use the command org-store-link while such a buffer is current to store a link. Later you can insert it into an Org buffer using the command org-insert-link.