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.
emacs-consult-lsp provides helpers for interactively selecting LSP workspace diagnostics, symbols, and file symbols from emacs-lsp-mode by leveraging emacs-consult APIs.
This package provides a Helm interface for Git files.
Display the open buffers in project.
Display a status source showing state of project (modified files etc.).
Display a list of all files in project under git control.
Quickly look at diffs of modified files.
Allow switching to
git statuswith your preferred frontend (vc-dir, Magit,etc.).Full integration of git-grep, also allow usage of
helm-grep(you can use ack-grep instead of grep).Integrate usage of gid from id-utils.
Full integration with
helm-find-files, allow you to browse projects unrelated to current-buffer.In addition, all actions of type files and buffers are provided.
This is a library for computing context menus based on text properties and overlays. The intended use is to have tools that annotate source code and others that use these annotations, without requiring a direct coupling between them, but maintaining discoverability.
Major modes that wish to use this library should first define an appropriate value for prop-menu-item-functions. Then, they should bind prop-menu-by-completing-read to an appropriate key. Optionally, a mouse pop-up can be added by binding prop-menu-show-menu to a mouse event.
This is a basic library to control the Sway window manager from Emacs. Its main use case is in combination with popup managers like Shackle, to use frames instead of windows while still giving focus to existing frames instead of duplicating them.
This package provides a notetaking system like Roam, using org mode; faster than org-roam.
emacs-htmlize converts the buffer text and the associated decorations to HTML. Output to CSS, inline CSS and fonts is supported.
emacs-straight is a purely functional package manager for the Emacs hacker.
This package provides syntax highlighting, indenting, formatting, and utility methods for jsonnet files.
This package allows you to get todo.org into your magit status.
If you have a todo.org file with TODO items in the root of your repository, magit-org-todos will create a section in your Magit status buffer with each of your todos.
This package provides a DWIM way to switch from an Emacs buffer to a vterm buffer and back again.
Circadian may reduce eye strain by automatically switching between light and dark themes based on daytime. It is inspired by color temperature shifting tools and brightness adaption software.
Powershell is an Emacs major mode for editing and running Microsoft PowerShell files.
emacs-terraform-mode provides a major mode for working with Terraform configuration files. Most of the functionality is inherited from hcl-mode.
Use highlight-symbol to toggle highlighting of the symbol at point throughout the current buffer. Use highlight-symbol-mode to keep the symbol at point highlighted.
The functions highlight-symbol-next, highlight-symbol-prev, highlight-symbol-next-in-defun and highlight-symbol-prev-in-defun allow for cycling through the locations of any symbol at point. Use highlight-symbol-nav-mode to enable key bindings M-p and M-p for navigation. When highlight-symbol-on-navigation-p is set, highlighting is triggered regardless of highlight-symbol-idle-delay.
highlight-symbol-query-replace can be used to replace the symbol.
This package allows persistent use of undo history for individual file buffers.
Cyrillic input method for dvorak layout.
This package uses Helm to install and navigate through Dash docsets.
Image+ provides keybindings allowing you to zoom in or zoom out of an image, rotate it, save modified images, and more.
This package extends perspective.el to enable perspectives that can be saved to and restored from a file.
This package provides nerd-icons integration for treemacs.
Suneater is a dark, minimalistic Emacs theme. It was based on Sunburst theme but now takes more inspiration from the Nano theme.
This package provides a major mode for editing files in TOML (Tom's Obvious, Minimal Language) data format.
This is a port of the themes in Vim-airline to Emacs Powerline.
rotate-text allows you rotate to commonly interchanged text with a single keystroke. For example, you can toggle between "frame-width" and "frame-height", between "public", "protected" and "private" and between "variable1", "variable2" through "variableN".