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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
SampleHive let’s you manage your audio samples in a nice and simple way, just add a directory where you store all your samples, or drag and drop a directory on it to add samples to it, and it will help sort, search, play and view some information about the sample.
Ventoy is an open source tool to create bootable USB drives. You can copy many image files at a time and Ventoy will give you a boot menu to select them.
Modern block styling with org-indent.
org-modern provides a clean and efficient org style. The blocks (e.g. source, example) are particularly nicely decorated. But when org-indent is enabled, the block "bracket", which uses the fringe area, is disabled.
This small package approximately reproduces the block styling of org-modern when using org-indent. It can be used with or without org-modern. Recent versions support "bulk-indented" blocks nested within lists
Cargo mode for Emacs. This package gives you a set of key combinations to perform Cargo tasks within your Rust projects.
Emacs Dart IDE using lsp-mode to connect to Dart Analysis Server.
Emacs major mode for editing files in the KDL document language
Major mode for editing PKGBUILD files
Tools for Home Assistant that work with GNU Emacs
Right now this is just auto completion support for entity names.
You either need to put the JSON contents of your Home Assistant's /api/states API output in a file (probably called api_states.txt in your config directory) or you need to populate a file hass-mode-secrets.el with your server name and an authentication token (gotten from HomeAssistant's UI).
If you do the former, you need to pass the name of the file to hass-setup-completion (possibly just by using a prefix-arg before calling the function interactively:
C-u M-x hass-setup-completion
Will prompt you for the filename that has the contents of /api/states from your server.
It's easier to just use hass-mode-secrets.el unless you have another reason to have api_states.txt lying around (I do, and I like this completion being able to work without the live server running, which is why I support the file version in addition to accessing via a live server)
hass is an Emacs package that enables integration with Home Assistant. Call Home Assistant services, hook into Home Assistant events, and create convenient dashboards
Edit, visualize, build and run Faust code
An Emacs Lisp library for interacting with a Haskell language server such as haskell-language-server using Microsoft's Language Server Protocol.
nerd-icons-completion - Use nerd-icons for completion
Utility functions for writing pythonic emacs package.
A set of useful Emacs modes and functions for users of Nix and Nix OS.
Edit distance between two strings
While lsp-tex.el, included by lsp-mode, provides minimal setting for Texlab, lsp-latex.el provides full features of Texlab!
The lsp-mode client for tailwindcss, using language server from official vscode plugin
nerd-icons theme for dired
Emacs major mode for .svelte files based on mhtml-mode
A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).
AI assisted programming in Emacs with Aider This package also includes relevant snippets for yasnippet.
An Emacs interface for AI-assisted software development. The purpose is to provide a uniform interface and experience for different AI backends, with context-aware AI coding actions, and integrating seamlessly with AI-driven agile development workflows.
Currently it supports these AI coding CLIs:
OpenAI Codex
GitHub Copilot CLI
Gemini CLI
Claude Code
Opencode
Grok CLI
Cursor CLI
Kiro CLI
CodeBuddy Code CLI
Aider CLI
It also supports external backend packages:
ECA (Editor Code Assistant) (`ai-code-eca.el`)
agent-shell (acp.el)
claude-code-ide.el
claude-code.el
A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).
A major mode for editing RON files.