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.
emacs-exiftool is an Elisp wrapper around ExifTool. ExifTool supports reading and writing metadata in various formats including EXIF, XMP and IPTC.
This package permits automated installation of tools written in Python.
This package allows for keybindings, settings, hooks, and advice to be recorded and displayed.
This package is an adapter to use the Tempel templating library with Eglot instead of Yasnippet.
This package provides custom text objects and bindings for markdown-mode.
Weyland Yutani is a dark Emacs theme based on the Alien movie franchise.
GN mode is a major mode for editing GN config files in Emacs. Files of this type (e.g., BUILD.gn or *.gni) are common in Chromium-derived projects.
This package adds icons to the modeline in Emacs, using the nerd-icons package.
Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. Org Roam should also work as a plug-and-play solution for anyone already using Org mode for their personal wiki.
This package provides an abstract Emacs Lisp framework for tree navigation.
Redshank is a collection of code-wrangling Emacs macros mostly geared towards Common Lisp, but some are useful for other Lisp dialects, too. Redshank's code transformations aim to be expression-based (as opposed to character-based).
Zerodark is a dark theme inspired from One Dark and Niflheim. An optional mode-line format can be enabled with zerodark-setup-modeline-format.
Elfeed-score is an add-on for Elfeed, an RSS reader for Emacs. It brings Gnus-style scoring to your RSS feeds. Elfeed, by default, displays feed entries by date. This package allows you to setup rules for assigning numeric scores to entries, and sorting entries with higher scores ahead of those with lower, regardless of date. The idea is to prioritize content important to you.
visual-fill-column-mode is a small Emacs minor mode that mimics the effect of fill-column in visual-line-mode. Instead of wrapping lines at the window edge, which is the standard behaviour of visual-line-mode, it wraps lines at fill-column. If fill-column is too large for the window, the text is wrapped at the window edge.
This package is a convenience wrapper for edbi to open SQLite databases.
This package provides font lock and automatic escaping and unescaping of quotes.
This package provides a testeable Emacs Lisp API that wraps GNU Global calls and integration to editor using this API with project.el and xref.el.
Citeproc is an Emacs Lisp library for rendering citations and bibliographies in styles described in the CSL, an XML-based, open format to describe the formatting of bibliographic references.
Pug mode offers Emacs support for Pug. Unlike Jade mode, it is based off of Slim mode.
This library implements a generic interface for toggling switches and setting options and then invoking an Emacs command which does something with these arguments. The prototypical use is for the command to call an external process, passing on the arguments as command line arguments.
This Emacs package helps you to create .dot or .gv files using the DOT syntax, and use Graphviz to convert these files to diagrams.
This package provides an Eshell prompt modeled after Sindre Sorhus' Pure Zsh prompt. It displays the current working directory, Git branch and status (dirty, ahead/behind, stash), the active Python or Conda virtual environment, and the elapsed time of long-running commands. The prompt symbol changes color on command failure and a user@host prefix appears on remote TRAMP connections.
The standard library tooltip.el provides a function for displaying a tooltip at the mouse position. However, locating a tooltip at an arbitrary buffer position in a window is not easy. Pos-tip provides such a function to be used by other frontend programs.
This package provides expression based interactive search procedures for emacs-lisp-mode.