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.
Try is a package that allows you to try out Emacs packages without installing them. If you pass a URL to a plain text `.el`-file it evaluates the content, without storing the file.
Use LanguageTool as your grammar, orthography and styling checker tool in Emacs. Languagetool is a utility tool to check and show suggestions made by LanguageTool in the buffer. Also has real time suggestions made by the LanguageTool Server.
emacs-multitran is a zero-dependency Emacs interface to the https://multitran.com online dictionary.
This package provides a Kubernetes control interface within emacs.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
Support for saving and opening last known pdf position in pdfview mode. Information will be saved relative to the pdf being viewed so ensure pdf-view-restore-filename is in the same directory as the viewing pdf.
This is a modern adaption of the extra coloring provided by Drew Adams' info+ package.
emacs-htmlize converts the buffer text and the associated decorations to HTML. Output to CSS, inline CSS and fonts is supported.
This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode. Also it is used as a library for other Emacs packages.
This package mainly defines `flymake-quickdef-backend', a macro which helps remove some of the boilerplate code from defining new Flymake backend functions. Consult the function's documentation for full information on use. The macro defines a function which is suitable for use with `flymake-diagnostic-functions' and handles running the external process, creating and removing any necessary files and buffers, and regex matches against diagnostic output.
Project-rg (project-rg.el) allow run ripgrep with Project (project.el).
Provides feedback via flycheck about issues with the package metadata of a file, e.g. the package dependencies it requires.
Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.
This package provides functions for working with pass ("the standard Unix password manager").
This provides a list of issues with the Emacs package metadata of a file, e.g., the package dependencies it requires. Checks will currently be enabled only if a Package-Requires: or Package-Version: header is present in the file.
This package provides an intuitive GUI for pueue task manager.
Mood-line is a minimal Emacs mode-line configuration that aims to replicate some of the features of the Doom modeline package.