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.
eval-in-repl provides a consistent ESS-like evaluation interface for various REPLs. In particular, it mimics ESS' C-RET binding, which sends a line or region to an appropriately configured shell. This package provides just the core of eval-in-repl---for the languages themselves, see their respective packages.
Use the python black package to reformat python buffers.
AC Ispell is an Ispell and Aspell completion source for Auto Complete.
Monokai theme is a port of the popular TextMate Monokai theme for Emacs.
This package provides Exchange integration for Emacs.
Sweet is an Emacs theme inspired by the GTK theme with the same name.
ParEdit (paredit.el) is a minor mode for performing structured editing of S-expression data. The typical example of this would be Lisp or Scheme source code.
ParEdit helps keep parentheses balanced and adds many keys for moving S-expressions and moving around in S-expressions. Its behavior can be jarring for those who may want transient periods of unbalanced parentheses, such as when typing parentheses directly or commenting out code line by line.
Kibit Helper provides functions to work with the Kibit Leiningen plugin for detecting and improve non-idiomatic Clojure source code.
Alert is a Growl-workalike for Emacs which uses a common notification interface and multiple, selectable "styles", whose use is fully customizable by the user.
Seeing Is Believing is a ruby gem to evaluate Ruby code, recording the results of each line. This minor mode provides an easy way to run it from Emacs on the current region or entire buffer.
This package provides a macro that parses the current buffer according to a parsing expression grammar.
This package provides a spam filtering library for Emacs MUAs. It supports Japanese and has the following features:
Pure Emacs Lisp implementation.
Interactive process within the MUA.
Incremental corpus learning.
Three different methods for Japanese word segmentation.
Built-in support for
emacs-wanderlustandemacs-mew.Navi2ch integration.
This package provides a method to open entries in external programs from dired.
Ahungry theme for Emacs provides bright and bold colors. If you load it from a terminal, you will be able to make use of the transparent background. If you load it from a GUI, it will default to a dark background.
This package can be used with multiple-cursors to provide an incremental search that moves all fake cursors in sync.
consult-shell-command is an Emacs package that provides an equally named command, functionally similar to async-shell-command, but with two benefits: you'll instantly be shown matching history and you use multiple history sources at once. By default, shell-command-history, dired-shell-command-history and the shell history file are used.
This Emacs package provides the adaptive-wrap-prefix-mode minor mode which sets the wrap-prefix property on the fly so that single-long-line paragraphs get word-wrapped in a way similar to what you'd get with M-q using adaptive-fill-mode, but without actually changing the buffer's text.
This package provides a new dynamic block for Org called "arbeitszeit" (German for "working hours"). The dynamic block collects all clocked hours and provides a weekly table to quickly see your accumulated overtime. To insert a new block, use M-x org-dynamic-block-insert-dblock.
This package contains functions that execute exwm keypresses mapped in firefox to the action described in the function name.
This package allows a customizable set of headings in Org files to be expanded upon opening them.
This package simplifies the use of hash tables in elisp. It also provides functions to convert hash tables from and to alists and plists.
Emacs SQLite is a simple SQLite interface for connecting and retrieving information using the SQLite program through Elisp programming. It is not intended as a user interface.
This package is a toolbox for LaTeX editing with Evil. It provides many text objects fully utilizing evil-surround, some useful movements, and keymaps for quickly entering environments or cdlatex-like accents.
This package provides basic Emacs support for the Scala language, including: local indenting of code, comments and multi-line strings, motion commands and highlighting.