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 allows moving the borders of the active window with the arrow keys. It prefers to move the right or bottom border when possible, and falls back to moving the left or top border otherwise.
emacs-terraform-mode provides a major mode for working with Terraform configuration files. Most of the functionality is inherited from hcl-mode.
Devil intercepts your devil key (comma by default) to let you type key sequences without using modifier keys. Devil is highly configurable and it can be configured to perform other key sequence translations.
This package provides Emacs integration for psc-ide, an IDE protocol for PureScript programming language. It features:
Completions
Type at point
Go to definition
Automatic imports
Case split
Build system integration, and
Flycheck support
Org Cliplink provides a simple command that takes a URL from the clipboard and inserts an Org mode link with a title of a page found by the URL into the current buffer.
This Emacs package provides a mode for the VHDL programming language. It tracks the latest version of the same vhdl-mode package included with Emacs.
This package provides a minor mode for collapsing and expanding regions of text without modifying the actual contents.
Ample themes is a collection of three themes sharing a similar pallet with a light, dark and flat versions with a focus on being easy on the eyes during night and day. They only support GUI and 256 colour terminals.
This package provides macros that allows you to declaratively configure settings typical of an Elisp package with various keywords. The syntax is similar, but not identical to use-package -- overall, leaf aims at a cleaner and more predictable implementation.
This is an Emacs mode for editing Idris code. It is compatible with the latest versions of Idris 1.
sly-macrostep is a SLY contrib for expanding CL macros right inside the source file.
This package provides a simple sudoku game in Emacs.
Meow is yet another modal editing mode for Emacs. It aims to blend modal editing into Emacs with minimum interface with its original key-bindings, avoiding most if not all the hassle introduced by key-binding conflicts.
ripgrep is an Emacs search package based on the ripgrep command line tool.
sly-asdf is an external contrib for SLY that provides additional support for working with ASDF projects.
This package provides an ESS-like binding to send lines or regions to a REPL from Prolog buffers.
Anzu provides a minor mode which displays "current match/total matches" in the mode line in various search modes. This is an Emacs port of Anzu.zim.
This package provides an Evil operator for replacing text with the contents of a register.
general.el provides a more convenient method for binding keys in emacs (for both evil and non-evil users). Like use-package, which provides a convenient, unified interface for managing packages, general.el is intended to provide a convenient, unified interface for key definitions. While this package does implement some completely new functionality (such as the ability to make vim-style keybindings under non-prefix keys with an optional timeout), its primary purpose is to build on existing functionality to make key definition more clear and concise. general-define-key is user-extensible and supports defining multiple keys in multiple keymaps at once, implicitly wrapping key strings with (kbd ...), using named prefix key sequences (like the leader key in vim), and much more.
Tldr allows the user to access tldr pages from within Emacs. The tldr pages are a community effort to simplify the man pages with practical examples.
ewmctrl provides an Emacs interface to wmctrl command-line window-management program.
This package provides an Ansible documentation for GNU Emacs.
ansible-doc allows you to view the documentation of an Ansible module and ansible-doc-mode minor mode adds documentation lookup to YAML Mode. You could enable the mode with (add-hook 'yaml-mode-hook #'ansible-doc-mode).
This package provides an Emacs major mode for editing robots.txt files.
This package is an extension to Magit, the Git Emacs mode, providing support for Git-SVN.