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.
{code
emacs-wrap-region is a minor mode for Emacs that wraps a region with punctuations. For tagged markup modes, such as HTML and XML, it wraps with tags.
emacs-lin is a stylistic enhancement for Emacs’ built-in hl-line-mode. It remaps the hl-line face (or equivalent) buffer-locally to a style that is optimal for major modes where line selection is the primary mode of interaction.
emacs-hl-line-plus provides exntensions to hl-line.el.
emacs-free-keys shows available key bindings in the current buffer.
emacs-catppuccin-theme is a catppuccin theme for Emacs.
emacs-guess-language detects the language of what you’re typing. Automatically switches the spell checker and typo-mode.
emacs-imgur-el is a simple library for uploading pictures to imgur.
emacs-notebook-mode provides a modern look for viewing Jupyter notebooks in GNU Emacs.
emacs-prelude-ivy provides just the ivy configuration from Prelude.
emacs-redo-mode provides a simple Emacs major-mode for the redo build system.
Emacs must have a meme generator. Using a web browser seems so jejune.
emacs-peut-publier is a static website generator for Emacs. It's designed to be customized and extended using Emacs Lisp. Websites are built from lightweight markup files. The default site is an Org mode blog.
An emacs emacs timer for the http://www.pomodorotechnique.com/ pomodoro technique.
emacs-ii-mode is an Emacs mode for handling files created by ii. It can help you to stay logged in even through emacs restarts. The model of using Emacs for interfaces to external programs, rather than running them inside the elisp environment itself also seems more elegant. This allows for a much more detached use of irc, not having to keep one buffer open for each channel, but still getting notified if someone pings you.
This package provides an asynchronous fuzzy finder similar to the fzf command-line fuzzy finder, written in pure Elisp.
This package provides Flymake support for Python static type checking using mypy.
Copilot.el is an Emacs plugin for GitHub Copilot. This plugin is unofficial and based on binaries provided by copilot.vim. Note: You need access to GitHub Copilot to use this plugin.
This package displays ElDoc documentations in a childframe.
emacs-elquery is a library that lets you parse, query, set, and format HTML using Emacs Lisp. It implements most of the querySelector API with elquery-$, and can get and set HTML attributes.
emacs-live-py provides a way to visualize your Python code while you type it in Emacs.
This package provides semantic highlighting in Emacs for C and C++ code through the ccls language server. It is based on the emacs-ccls package, only modified to work with the emacs-eglot LSP plugin instead of emacs-lsp-mode.
The Most Dangerous Minor Mode, as the name says, is a particularly dangerous Emacs minor mode. It’s inspired by the website “the most dangerous writing app”. If you don’t type at least one key every tmd-timeout, (by default 5 seconds) the whole buffer will be deleted (the narrowing will be respected).
emacs-ranger is a minor mode that runs within dired, it emulates many of ranger's features. This minor mode shows a stack of parent directories, and updates the parent buffers, while you're navigating the file system. The preview window takes some of the ideas from Peep-Dired, to display previews for the selected files, in the primary dired buffer.