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 interface for selecting from different conversion recipes, often including tools like ffmpeg or convert. The conversion command need only be written once, and subsequent invocations can be readily customized. Several recipes are included by default, and more can be readily added.
BUI (Buffer User Interface) is a library for making list and info interfaces to display an arbitrary data of the same type, for example: packages, buffers, files, etc.
This package provides GitLab snippet API interaction for Emacs.
Nerd-icons an alternative to all-the-icons. It works on both GUI and terminal, and requires a nerd font installed on your system.
plan9 is an Emacs theme with light colors and a classic look which is inspired by the colors of Plan 9 from Bell Labs.
emacs-alsamixer provides basic commands to control audio volume via amixer.
This Emacs package outputs your org-mode docs with a simple, clean and modern look. It implements a new HTML back-end for exporting org-mode docs as HTML compatible with Twitter Bootstrap. By default, HTML is exported with jQuery and Bootstrap resources included via osscdn.
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 adds support for the GDScript programming language from the Godot game engine in Emacs. It features all the essentials, e.g., syntax highlighting, code folding, indentation, automatic pairing, auto-completion, and code formatting.
This package provides motions and text objects for delimited arguments, such as arguments separated by commas and semicolons.
This theme aims to be as identical as possible to the default Dark+ color scheme used by Visual Studio Code.
Paradox is a project for modernizing Emacs' Package menu. It provides improved appearance, mode-line information, GitHub integration, customizability and asynchronous upgrading.
This package provides access to a local copy of the Emacsmirror package database. It provides low-level functions for querying the database and a package.el user interface for browsing the database. Epkg itself is not a package manager.
This package provides a way to load all Emacs Lisp snippets (they don't have to be libraries) in a directory on startup or when Emacs is already running. It won't reload snippets unless the user requests it.
This package provides Org Babel support for evaluating Asymptote source code. This differs from most standard languages in that:
there is no such thing as a ``session'' in Asymptote,
we are generally only going to return results of type
file,we are adding the
fileandcmdlineheader arguments, if file is omitted then the -V option is passed to theasycommand for interactive viewing.
download-region provides in buffer downloading manager for Emacs.
This package provides an Emacs mode for automatically resizing the window that has main focus to be more convenient for editing, while the ones that are not being actively edited will be reduced to a smaller size.
La Carte lets you execute menu-bar menu commands from the keyboard, with completion.
Use the keyboard to access any menu item, without knowing where it is or what its full name is. Type part of its name and use completion to get the rest: the complete path and item name. When you choose a menu-item candidate, the corresponding command is executed.
This package provides an Emacs interface to hg histedit for editing the commit history.
Weblorg is a static site generator particularly suitable for blogs, written in Emacs Lisp and with support for templates and themes. It requires no external dependencies.
This package can be used to insert NumPy-style docstrings in Python function definitions. The generated docstring includes argument names, type hints, exceptions, and the return type hint.
Tablist is the Emacs package that provides several additional features to tabulated-list-mode: it adds marks, filters, new key bindings and faces. It can be enabled by tablist-mode or tablist-minor-mode commands.
Evil Leader provides the <leader> feature from Vim that provides an easy way to bind keys under a configurable prefix key.
This package provides completion for the Fish shell to pcomplete (used by shell and Eshell). You can set it up globally with:
(when (and (executable-find "fish")
(require 'fish-completion nil t))
(global-fish-completion-mode))Alternatively, you can call the fish-completion-mode manually or in shell/Eshell mode hook.
The package emacs-bash-completion is an optional dependency: if available, fish-completion-complete can be configured to fall back on bash to further try completing. See fish-completion-fallback-on-bash-p.