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 temporarily highlights the current line after a given function is invoked.
Tide is an Interactive Development Environment (IDE) for Emacs which provides the following features:
ElDoc
Auto complete
Flycheck
Jump to definition, Jump to type definition
Find occurrences
Rename symbol
Imenu
Compile On Save
Highlight Identifiers
Code Fixes
Code Refactor
Organize Imports
This package allows selecting notes easily. Its most basic use is to integrate directories of files (notes) and to provide easy narrowing via emacs-consult. consult-notes can be used with any directory (or directories) of note files. It easily integrates with note systems like emacs-zk, emacs-denote or emacs-org-roam. Additionally, it may also search org headings in a set of specified files.
This library provides helpers for outlines. Outlines allow users to navigate code in a tree-like fashion.
Popper is a minor-mode to tame the flood of ephemeral windows Emacs produces, while still keeping them within arm’s reach.
This package provides a command to fix the Flycheck error at point.
This package provides a major mode for viewing certificates, CRLs, and other PKI-related files. It uses OpenSSL for viewing PEM and DER encoded PKI entities.
Prescient is a library for sorting and filtering, as well as extensions for Ivy and Company that make use of the library.
This Emacs package helps you to create .dot or .gv files using the DOT syntax, and use Graphviz to convert these files to diagrams.
This package provides a query interface for mu4e using Consult.
Display the recursive size of directories in Dired. This file defines a minor mode dired-du-mode to show the recursive size of directories in Dired buffers. If du program is available, then the directory sizes are obtained with it. Otherwise, the directory sizes are obtained with Lisp. The former is faster and provide a more precise value. For directories where the user doesn't have read permission, the recursive size is not obtained. Once this mode is enabled, every new Dired buffer displays recursive dir sizes.
Simple package to disconnect from the online world for a while, possibly reconnecting later. Any interruptions or distractions which occur once the command is run are guaranteed to be local.
This package provides a Lua language support in lsp-mode client for Emacs.
emacs-diminish implements hiding or abbreviation of the mode line displays (lighters) of minor modes.
This package provides an Emacs minor mode for highlighting device tree files.
Super-save auto-saves your buffers, when certain events happen, e.g., when you switch between buffers or when an Emacs frame loses focus. You can think of it as both something that augments and replaces the standard Auto-save mode.
This Flycheck extension configures Flycheck automatically for the current Deno project.
This package provides a backend for Flymake to use the tool ShellCheck for static analyzing bash and sh scripts.
This package generates files and folders from Emacs org-mode templates.
mini-frame-mode adds an advice around read-from-minibuffer to show the minibuffer as a child frame on top of the current frame. find-file and similar functions associated mini-buffers may appear at the center of the screen and not at the bottom.
This Emacs package provides a minor mode which shows git information inside the Dired buffer.
json-reformat provides a reformatting tool for JSON.
This package provides a Lispy query language for Org files, allowing for actions to be performed based on search criteria.
Ruby Electric mode accelerates code writing in Ruby by making some keys electric and automatically supplying with closing parentheses and end as appropriate.