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.
A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).
Poetry.el is a wrapper around Poetry, offering a simple an intuitive interface in Emacs.
Major Emacs mode for the Faust programming language, featuring syntax highlighting, automatic indentation and auto-completion.
Package for quick view and copy all necessary information about current opened file.
Edit distance between two strings
A set of useful Emacs modes and functions for users of Nix and Nix OS.
Emacs Dart IDE using lsp-mode to connect to Dart Analysis Server.
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)
Django mode and snippets for Emacs
The lsp-mode client for tailwindcss, using language server from official vscode plugin
Pyenv mode integrates Fabián E. Gallina's python.el with the pyenv tool. This gives packages which already use python.el (like python-django) pyenv virtual environment support out-of-the-box.
Display nerd icons in ibuffer
nerd-icons-completion - Use nerd-icons for completion
nerd-icons theme for dired
Upload whatever you need to a pastebin server. The commands `0x0-upload-file',`0x0-upload-text' and `0x0-upload-kill-ring', which respectively upload (parts of) the current buffer, a file on your disk and a string from the minibuffer can be used too.
The default host and the host this package is named after is https://0x0.st. Consider donating to https://liberapay.com/mia/donate if you like the service.
Emacs minor mode which allows to dynamically select a Cargo command.
Django minor mode for commanding manage.py
A Emacs client for Python Jedi Language Server (LSP client plugin for lsp-mode Emacs extension).
Cargo mode for Emacs. This package gives you a set of key combinations to perform Cargo tasks within your Rust projects.
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
Emacs major mode for .svelte files based on mhtml-mode
Automatically install and use tree-sitter major modes in Emacs 29+. If the tree-sitter version can’t be used, fall back to the original major mode
This package integrates the excellent lispy lisp editing package to Evil. Lispy works with different lisp modes, like Emacs Lisp and Clojure (and others!).
The longest continuously maintained Emacs major mode for editing Python code.