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.
eros provides result overlays for evaluating Emacs Lisp.
This package provides an ESS-like binding to send lines or regions to a REPL from Scheme buffers.
This package adds visual hints to certain Ex commands in Evil mode.
This package provides commands and a minor mode to sort Python imports using python-isort.
This package, a port of vim-exchange, provides an Evil operator for exchanging text.
This is a simple package to automatically preview in a side window the file at point in Dired buffers. Preview windows are closed when they are no longer relevant, while preview buffers are killed if they have not been used for other purposes beside previewing. The package provides several customisation options to control its behaviour.
This package provides two minor modes to highlight indentation guides in Emacs:
highlight-indentation-mode, which displays guidelines indentation (space indentation only).highlight-indentation-current-column-mode, which displays guidelines for the current-point indentation (space indentation only).
plan9 is an Emacs theme with light colors and a classic look which is inspired by the colors of Plan 9 from Bell Labs.
This package adds a "C-'" binding to Ivy minibuffer that uses Avy.
This package provides an ESS-like binding to send lines or regions to a REPL from Python buffers.
templatel is the modern templating language. It provides variable substitution and control flow through a clean and powerful language inspired by Python's Jinja.
This package provides macros that can translate code into equivalent continuation-passing code, as well as miscellaneous utility functions written in continuation-passing style.
This package allows you to get notifications when there is something to do (for org mode).
Sometimes, you need a reminder a few days before a deadline, e.g. to buy a present for a birthday, and then another notification one hour before to have enough time to choose the right clothes.
For other events, e.g. rolling the dustbin to the roadside once per week, you probably need another kind of notification strategy.
This package tries to satisfy the various needs.
In order to activate this package, you must add the following code into your .emacs or .emacs.d configuration:
(require org-notify) (org-notify-start)
This package provides an Emacs interface to modify, run and kill ssh tunnels. It lets customise descriptions of the tunnels configurations, and includes an emacs-helm interface to modify and act on tunnels.
This is a light weight wrapper for Emacs built-in undo system, adding convenient undo/redo without losing access to the full undo history, allowing you to visit all previous states of the document if you need.
emacs-shift-number provides commands shift-number-up to increase and shift-number-down to decrease the number at point.
Tiny graphical system monitor for the Emacs minibuffer when idle.
This package maps ordinary graphemes (characters) to fancy ligatures, if both your version of Emacs and the font supports it. With this package you can control where Emacs must display ligatures. That is useful if you only want a subset of the ligatures in certain major modes, for instance, or if you want to ensure that some modes have no ligatures at all.
The elegant-agenda-mode package uses fonts and typography to give your org-agenda some breathing room and elegance. This package was inspired by the work Nicolas Rougier.
visual-replace provides an alternate interface for search and replacement commands that supports previews. The interface also allows one to edit both the query-text and its replacement in the same minibuffer prompt. The interface covers the following commands:
replace-stringreplace-regexpquery-replacequery-replace-regexp
This package provides an ESS-like binding to send lines or regions to a REPL from Clojure buffers.
Valign provides visual alignment for Org mode, Markdown and Table.el tables on GUI Emacs. It can properly align tables containing variable-pitch font, CJK characters and images. Meanwhile, the text-based alignment generated by Org mode (or Markdown mode) is left untouched.
This package provides GitLab snippet API interaction for Emacs.
Extmap is a very simple package that lets you build a read-only, constant database that maps Emacs Lisp symbols to arbitrary Emacs Lisp objects.