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.
Ghub provides basic support for using the APIs of various Git forges from Emacs packages. It supports the REST APIs of Github, Github GraphQL, Gitlab, Gitea, Gogs and Bitbucket. It abstracts access to API resources using only a handful of functions that are not resource-specific.
This library displays various customizable elements for eshell prompts: remote user, remote host, python virtual environment info, git branch, git dirty info and git unpushed number. Multiple themes are available.
Mint mode provides syntax highlighting for Mint language.
This package stores uniform EIEIO objects in an EmacSQL database. SQLite is used as backend. This library imposes some restrictions on what kind of objects can be stored; it isn't intended to store arbitrary objects. All objects have to share a common superclass and subclasses cannot add any additional instance slots.
Fj contains basic functions for interacting with a Forgejo instance.
This package extends isearch with advice, dynamic filters, highlighting of regexp group levels, and more.
This package provides a minor mode for collapsing and expanding regions of text without modifying the actual contents.
Emacs Muse (also known as Muse) is an authoring and publishing environment for Emacs. It simplifies the process of writing documents and publishing them to various output formats such as HTML, LaTeX, or PDF.
Evil is an extensible vi layer for Emacs. It emulates the main features of Vim, and provides facilities for writing custom extensions.
This package allows GnuPG passphrase to be prompted through the minibuffer instead of graphical dialog.
To use, add allow-emacs-pinentry to ~/.gnupg/gpg-agent.conf, reload the configuration with gpgconf --reload gpg-agent, and start the server with M-x pinentry-start.
This package provides further integration between multiple-cursors and phi-search, a package that allows for interactive searches to move multiple fake cursors.
Smart Mode Line is a mode-line theme for Emacs. It aims to be easy to read from small to large monitors by using colors, a prefix feature, and smart truncation.
This package provides a simple sudoku game in Emacs.
This package adds new text objects for evil-mode based on blocks having the same or higher indentation, including or excluding surrounding lines.
Bash Completion defines dynamic completion hooks for Shell mode and shell-command prompts that are based on Bash completion.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
This package provides an ESS-like binding to send lines or regions to a REPL from Elm buffers.
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.
Powershell is an Emacs major mode for editing and running Microsoft PowerShell files.
Rail is a nREPL client based on monroe with similar features, but aims to be a more complete implementation.
Casual is a collection of opinionated Transient-based keyboard driven user interfaces for various built-in modes.
Synosaurus is a thesaurus fontend for Emacs with pluggable backends, including the wordnet offline backend.
emacs-password-generator provides simple functions to generate random passwords and insert them into the current buffer. It also supports generation of phonetic and numeric passwords.
enh-ruby-mode is a major mode providing syntax highlighting, navigation and indentation capabilities for editing Ruby source files. It parses the source files using Ruby's builtin Ripper class and performs syntax checks on them.