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.
Haskell-Snippets is a collection of YASnippet Haskell snippets for Emacs.
This is a simple package to automatically preview in a side window the file at point in Dired buffers. Preview windows are closed when they are no longer relevant, while preview buffers are killed if they have not been used for other purposes beside previewing. The package provides several customisation options to control its behaviour.
https://www.reddit.com backend for the Gnus newsreader.
Minimap provides Emacs with a minimap sidebar, which is a smaller display of the current buffer on the side, like a scrollbar. It highlights the currently shown region and updates its position automatically. You can navigate in the minibar by dragging the active region with the mouse, which will scroll the corresponding edit buffer. Additionally, you can overlay information from the tags gathered by CEDET's semantic analyzer.)
Gnosis is a spaced repetition system for note-taking and self-testing where notes are formatted as Question/Answer/Explanation. Notes are reviewed at spaced intervals based on the success or failure in recalling the answer to each question.
This package displays keyword entries from source code comments and Org files in the Magit status buffer. Activating an item jumps to it in its file. By default, it uses keywords from hl-todo, minus a few (like NOTE).
emacs-consult-lsp provides helpers for interactively selecting LSP workspace diagnostics, symbols, and file symbols from emacs-lsp-mode by leveraging emacs-consult APIs.
Emacs major mode for jinja2 with: syntax highlighting, sgml/html integration, and indentation (working with sgml).
ace-window is meant to replace other-window. In fact, when there are only two windows present, other-window is called. If there are more, each window will have its first character highlighted. Pressing that character will switch to that window.
This package contains extra features that better integrate Denote with Org mode.
csv.el provides functions for reading and parsing CSV files. It follows the format as defined in RFC 4180 Common Format and MIME Type for CSV Files (http://tools.ietf.org/html/rfc4180).
This package provides an Emacs interface to the command line tool zoxide.
A dark opinionated theme with vibrant colors for Emacs. Inspired by Molokai and Dracula themes.
This package allows flycheck-mode to provide syntax-checking for Flow files.
This package implements binding conditionals and-let and while-let*, and the original cond-let, cond-let*, and$ and and>.
This package provides an Emacs library which lets you determine your current location using GeoClue2 over D-Bus.
This package improves the performance of Emacs when viewing files with long lines. It is included as standard with Emacs 27 or later.
This package provides a list manipulation library for Emacs.
Emacs-doom-themes contains numerous popular color themes for Emacs that integrate with major modes like Org-mode.
Goggles highlights the modified region using Pulse. Currently the commands undo, yank, kill and delete are supported.
This package can be used with multiple-cursors to provide an incremental search that moves all fake cursors in sync.
This package provides a major mode dockerfile-mode for use with the standard Dockerfile file format.
anzu provides a minor mode that displays the current match and total match information in the mode-line in various search modes.
Install a tree-sitter major mode automatically. If the tree-sitter version can't be used, fall back to the original major mode.