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.
Engine mode is a global minor mode for Emacs. It enables you to easily define search engines, bind them to keybindings, and query them from the comfort of your editor.
pcmpl-args extends option and argument completion of shell commands read by Emacs. It is intended to make shell completion in Emacs comparable to the rather excellent completion provided by both Bash and Zsh.
This package provides a function that can be called from the minibuffer to enable editing the minibuffer input in another buffer with text-mode enabled.
The google-maps package displays Google Maps directly inside Emacs. It requires a Google Map Static API key to function.
This package makes it easy to reformat Python code using python-black and python-black-macchiato for entire and partial buffers, respectively.
Weblorg is a static site generator particularly suitable for blogs, written in Emacs Lisp and with support for templates and themes. It requires no external dependencies.
This package provides bindings to the Sourcehut REST API as well as commands for interacting with it.
Url HTTP Oauth adds OAuth 2.0 support to Emacs's URL library.
Org CalDAV synchronizes events between Org files and a CalDAV calendar.
This Emacs library implements the DEFLATE algorithm specified in RFC 1951.
While the scope of this project is to write a full implementation of the algorithm, there is currently no interest of developing the best compression ratios on the planet, but rather being able to support DEFLATE (and a little bit of zlib) in Emacs in a portable fashion.
This package integrates calibre into Emacs.
Powerful ebook dashboard.
Manage ebooks, actually not only ebooks!
Manage Ebook libraries.
Another bookmarks solution, by setting the tags and comments.
Quick search, filter, make actions on items with ivy and helm.
Org-ref support.
This package provides syntax highlighting and indentation functions for Fish shell scripts.
This package implements a bridge to libvterm to display a terminal in an Emacs buffer.
This package provides an extensible Emacs dashboard, with sections for bookmarks, Projectile projects, Org Agenda and more.
This package provides an ESS-like binding to send lines or regions to a REPL from Elixir buffers.
Popup.el is a visual popup user interface library for Emacs. This provides a basic API and common UI widgets such as popup tooltips and popup menus.
gnus-desktop-notify provides a simple mechanism to notify the user when new messages are received. To get started, place the following configuration snippet in your ~/.gnus.el configuration file:
(require 'gnus-desktop-notify) (gnus-desktop-notify-mode) (gnus-demon-add-rescan) ;; Alternatively, configure the period and idle times specifically, e.g.: ;; (gnus-demon-add-handler 'gnus-demon-scan-news 10 1)
The above causes Gnus to scan all configured groups every two hours when Emacs has been idle for one hour, with desktop notifications emitted for new messages received.
Blimp (Bustling Image Manipulation Package) is a complete wrapper around all Imagemagick commands with descriptions, autocompletion (for some commands) and hints displayed in prompt using eimp.el to execute its commands and resize images.
This package provides an Emacs interactive command-line mode.
Deft is an Emacs mode for quickly browsing, filtering, and editing directories of plain text notes, inspired by Notational Velocity.
emacs-diminish implements hiding or abbreviation of the mode line displays (lighters) of minor modes.
This integrates Flycheck with Helm.
This package helps you to not screw up your Paredit setup when using Evil mode. Whenever you try to use a modifier command like d, c, y to modify the Paredit buffer, it will stop you to do so in the case you break the parity of parenthesis.
Helm-CIDER adds Helm interfaces to cider-apropos, cider-apropos-documentation, cider-browse-ns (namespaces).
It also provides original Helm commands: helm-cider-spec, helm-cider-spec-ns, helm-cider-repl-history, helm-cider-cheatsheet.