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.
An implementation of the ChaCha20 encryption algorithm in Emacs Lisp.
This package provides Finite State Machine library to make asynchronous programming in Emacs Lisp easy and fun.
This package provides syntax highlighting for .env files.
nov.el provides a major mode for reading EPUB documents.
An Emacs version of Chris Kempson's "Tomorrow" themes, with much more extensive face definitions than the "official" Emacs variant.
Expand region increases the selected region by semantic units. Just keep pressing the key until it selects what you want. There's also er/contract-region if you expand too far.
This Emacs package provides a mode for the Julia programming language.
emacs-strace-mode provides an Emacs major mode highlighting strace outputs.
This package lets Flymake run ESLint on the current buffer.
Org mode supports inline image previews of LaTeX fragments. This package automates this, so fragment previews are disabled for editing when your cursor steps onto them, and re-enabled when the cursor leaves.
{dired-quick-sort
rg is an Emacs search package based on the ripgrep command line tool. It allows one to interactively search based on the editing context then refine or modify the search results.
This package uses Ivy to provide additional actions for Projectile commands and replacements for existing functions.
Purs mode provides a PureScript major mode for Emacs.
This package provides transparent Age file encryption and decryption in Emacs for Pass-Age, a port of Pass, the standard Unix password manager.
This package provides commands to hide lines based on a regular expression.
This package is a convenience wrapper for edbi to open SQLite databases.
This package tries to re-implement some of nadvice.el's functionality on top of the old defadvice system, to help users of defadvice move to the new advice system without dropping support for Emacs<24.4.
eless provides a combination of Bash script and a minimal Emacs view-mode.
Features:
Independent of a user’s Emacs config.
Customizable via the
(locate-user-emacs-file "elesscfg")config.Not require an Emacs server to be already running.
Syntax highlighting.
Org-mode file rendering.
manpage viewer.Info viewer.
Dired, wdired, (batch edit symbolic links).
Colored diffs, git diff, git log, ls with auto ANSI detection.
Filter log files lines matching a regexp.
Auto-revert log files similar to
tail -f.Quickly change frame and font sizes.
This package provides an Elisp implementation of the OAuth 2.0 draft. The main entry point is oauth2-auth-and-store which will return a token structure. This token structure can be then used with oauth2-url-retrieve-synchronously or oauth2-url-retrieve to retrieve any data that need OAuth authentication to be accessed. If the token needs to be refreshed, the code handles it automatically and stores the new value of the access token.
This package provides a major mode to control Kodi instances (play/pause, volume control, media selection, etc.) remotely.
The functions in this package provide the inverse of Emacs' fill-paragraph and fill-region.
Citeproc-el is an Emacs Lisp library for rendering citations and bibliographies in styles described in the Citation Style Language (CSL), an XML-based, open format to describe the formatting of bibliographic references.
Did you ever feel that C-y M-y M-y M-y ... is not a great way of trying to find that piece of text you know you killed a while back? Then browse-kill-ring.el is for you.