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.
This package provides an Emacs interface for working with PHP dependencies managed by Composer. It allows users to run Composer commands directly from Emacs, including installing and updating packages, and managing Composer configurations. The package aims to streamline the development workflow for PHP projects within Emacs.
This package provides tramp-auto-auth-mode Emacs global minor mode whose purpose is to automatically feed TRAMP sub-processes with passwords for paths matching regexps.
This package implements the macro ##, which provides compact syntax for short lambda.
This package provides an Emacs interface to the online service Inspirehep
With column-marker.el you can highlight any number of text columns. Three such highlight column markers are provided by default. This is especially useful for languages like COBOL or Fortran where certain columns have special meaning. It is also handy for aligning text across long vertical distances. Multi-column characters, such as TAB are treated correctly.
This package is a transient extension, which uses posframe (a child frame) to show transient popups in Emacs. It was developed with transient popups of magit in mind.
Emacs minor mode for redisplaying parts of the buffer as pretty symbols.
Hyperspace is a way to get nearly anywhere from wherever you are, whether that's within Emacs or on the web. It's somewhere in between Quicksilver and keyword URLs, giving you a single, consistent interface to get directly where you want to go. It’s for things that you use often, but not often enough to justify a dedicated binding.
This package provides platform-specific paths for reading and writing configuration, cache, and other data.
This package prettifies headings and plain lists in Org mode. It is a direct descendant of org-bullets, with most of the code base completely rewritten.
Currently, this package prettifies Org heading lines by:
replacing trailing bullets by UTF-8 bullets,
hiding leading stars, customizing their look or removing them from vision,
applying a custom face to the header bullet,
applying a custom face to the leading bullets,
using double-bullets for inline tasks,
(optional) using special bullets for TODO keywords.
It also prettifies Org plain list bullets by:
replacing each bullet type (*, + and -) with UTF-8 bullets,
applying a custom face to item bullets.
Features degrade gracefully when viewed from terminal.
This package allows Emacs to copy to and paste from the GUI clipboard when running in text terminal.
It can use external command-line tools for that, e.g., xclip or xsel, which you may need to install in order for the package to work.
This is an Emacs package for text and code alignment for variable-width (i.e., proportional, or variable pitch) fonts.
This package allows controlling Pulseaudio from Emacs.
This package provides an Emacs regexp command with interactive visual feedback.
This package provides a minor mode that guesses the indentation offset originally used for creating source code files and transparently adjusts the corresponding settings in Emacs, making it more convenient to edit foreign files.
This package allows for the use of dired with sudo privileges.
Smartparens is a minor mode for Emacs that deals with parens pairs and tries to be smart about it. It started as a unification effort to combine functionality of several existing packages in a single, compatible and extensible way to deal with parentheses, delimiters, tags and the like. Some of these packages include autopair, textmate, wrap-region, electric-pair-mode, paredit and others. With the basic features found in other packages it also brings many improvements as well as completely new features.
This is an Emacs major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases where it breaks.
This package provides motions and text objects for delimited arguments, such as arguments separated by commas and semicolons.
Campus is a simple but effective improvement to the inferior-process repl development experience in Emacs.
This package provides a popup offering a preview of a list of candidates on which user-defined dispatch actions can act.
This package provides a minor mode that calls whitespace-cleanup before saving the current buffer only if the whitespace in the buffer was initially clean.
This package provides daily journaling helpers. It is a bare-bones copy of the org-roam-dailies extension without org-roam.
ox-epub extends the (X)HTML exporter to generate .epub files directly from OrgMode. This will export EPUB version 2, which should give broad compatibility. It should also be relatiely easy to convert the resulting .epub to a .mobi file. Needs a working zip utility (default is zip).