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.
devdocs.el is a documentation viewer similar to Emacs's built-in Info browser, but geared towards documentation obtained from https://devdocs.io.
Emacs Easy Draw is a drawing tool that runs inside Emacs.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
Minor mode proving highlight of Lisp quotes and quoted symbols.
This repository contains the yasnippet snippets library for Doom Emacs.
This package provides an interface to search for PeerTube videos and lists the results in a buffer as a tabulated list.
peertube.el queries https://sepiasearch.org/, the official search engine for PeerTube. Learn more at {https://joinpeertube.org/
This package manages a video download queue for yt-dlp, which serves as the back end. It manages a single yt-dlp subprocess, downloading one video at a time. New videos can be queued at any time.
This package provides a Flymake backend for GNU Guile.
This package provides Keycast mode. Once enabled, that mode shows the current command and its key or mouse binding in the mode line, and updates them whenever another command is invoked.
emacs-multitran is a zero-dependency Emacs interface to the https://multitran.com online dictionary.
This package implements the macro ##, which provides compact syntax for short lambda.
Overrides function-key-map parent for preferred input-method to translate input sequences the default system layout (english) so we can use Emacs bindings while non-default system layout is active.
This package adds Clojure syntax checker clj-kondo.
mastodon.el is an Emacs client for Mastodon, the federated microblogging social network.
Emacs Org Roam is a solution for taking non-hierarchical notes with Org mode. Notes are captured without hierarchy and are connected by tags. Notes can be found and created quickly. Org Roam should also work as a plug-and-play solution for anyone already using Org mode for their personal wiki.
This is an Emacs mode to give you a UI for managing init system daemons (services) for those getting tired of typing out sudo service my_thing reload all the time. It offers a consistent UI over different init systems.
This is a small package that temporarily highlights the current line after a given function is invoked. The affected functions are defined in the user option pulsar-pulse-functions and the effect takes place when either pulsar-mode (buffer-local) or pulsar-global-mode is enabled.