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 plugin translates words with sdcv, and displays translation using a tooltip or in a dedicated buffer.
This package is an Emacs minor mode and allows you to edit one occurrence of some text in a buffer (possibly narrowed) or region, and simultaneously have other occurrences edited in the same way.
You can also use Iedit mode as a quick way to temporarily show only the buffer lines that match the current text being edited. This gives you the effect of a temporary keep-lines or occur.
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.
Solarized for Emacs is a port of the Solarized theme for Vim. This package provides a light and a dark variant.
This is a light weight spell checker for Emacs, that runs from the syntax highlighter without starting external processes.
This package provides a collection of Paredit-like functions for editing in HTML mode.
This is an Elisp library for WebSocket clients to talk to WebSocket servers, and for WebSocket servers to accept connections from WebSocket clients. This library is designed to be used by other library writers, to write applications that use WebSockets, and is not useful by itself.
This is a simple implementation of Async/Await inspired by the TypeScript implementation.
This package allows Emacs to copy to and paste from the GUI clipboard when running in text terminal.
It can use external command-line tools for that, e.g., xclip or xsel, which you may need to install in order for the package to work.
EBDB-i18n-Chn makes EBDB nicer to use with China-based contacts, both for handling Chinese characters, and for formatting of phones and addresses. Be aware that using this library will incur a non-neglible slowdown at load time. It shouldn't have any real impact on search and completion times.
This is a C# editing mode for Emacs, based on CC mode. It handles syntax coloring, indentation, insertion of matched pairs of curly braces and documentation generation. In addition, it provides menu-based navigation using Imenu, and Compilation mode support for MSBuild, devenv and xbuild.
This package provides a lobsters client for Emacs to browse stories and comments
This is an inverse companion to the rx package for translating regexps in string form to the rx notation. Its chief uses are:
Migrating existing code to
rxform, for better readability and maintainabilityUnderstanding complex regexp strings and finding errors in them
In addition to Emacs regexps, this package can also parse and troubleshoot skip set strings, which are arguments to skip-chars-forward and skip-chars-backward.
This projects aims to become an aesthetic, functional and efficient tabs plugin for Emacs with a lot of customization options.
Diff Hl mode highlights uncommitted changes on the side of the window (using the fringe, by default), allows you to jump between the hunks and revert them selectively.
This library enables additional font locking in Dired mode. This is adapted from the extra font lock rules provided by Drew Adams' Dired+ package.
This package lets you browse categories, view topics, read posts, and participate in discussions on Discourse, directly from Emacs.
This package adds functionality to Emacs Ibuffer for grouping buffers by their Projectile root directory.
This package provides the ability to always show the current org header line at the top of the window--no matter how far down you scrolled.
Weyland Yutani is a dark Emacs theme based on the Alien movie franchise.
emacs-evil-quickscope highlights targets for Evil mode’s f,F,t,T keys, allowing for quick navigation within a line. It is a port of quick-scope for Vim. Evil is an Emacs minor mode that emulates Vim features and provides Vim-like key bindings.
Wanderlust is an mail/news management system on Emacsen. It supports IMAP4rev1(RFC2060), NNTP, POP and local message files.
The main features of Wanderlust:
Pure elisp implementation.
Supports IMAP4rev1, NNTP, POP(POP3/APOP), MH and Maildir format.
Unified access method to messages based on Mew-like Folder Specification.
Mew-like Key-bind and mark handling.
Manages unread messages.
Interactive thread display.
Folder Mode shows the list of subscribed folders.
Message Cache, Disconnected Operation.
MH-like FCC (Fcc: %Backup and Fcc: $Backup is allowed).
MIME compliant (by SEMI).
Transmission of news and mail are unified by Message transmitting draft.
Graphical list of folders.
View a part of message without retrieving the whole message (IMAP4).
Server-side message look up (IMAP4), multi-byte characters are allowed.
Virtual Folders.
Supports compressed folder using common archiving utilities.
Old articles in folders are automatically removed/archived (Expiration).
Automatic re-file.
Template function makes it convenient to send fixed form messages.
This package provides variables which persist across sessions. Values are stored in a directory in user-emacs-directory, using one file per value. This makes it easy to delete or remove unused variables.
This package defines a major mode that runs a shell inside of a buffer, similarly to Comint mode. It is built on top of Term.