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.
emacs-nano-theme provides a consistent theme for GNU Emacs.
emacs-vline-mode provides a simple Emacs major-mode for the redo build system.
emacs-ii-mode is an Emacs mode for handling files created by ii. It can help you to stay logged in even through emacs restarts. The model of using Emacs for interfaces to external programs, rather than running them inside the elisp environment itself also seems more elegant. This allows for a much more detached use of irc, not having to keep one buffer open for each channel, but still getting notified if someone pings you.
My org-capture and org-protocol setup.
emacs-peut-publier is a static website generator for Emacs. It's designed to be customized and extended using Emacs Lisp. Websites are built from lightweight markup files. The default site is an Org mode blog.
emacs-nyaatouch is a highly ergonomic dvorak modal editing scheme for Emacs.
emacs-free-keys shows available key bindings in the current buffer.
emacs-impostman provides utilities for importing Postman collections and environments.
This package provides an Emacs major mode for editing Gemini text (gemtext) files.
emacs-catppuccin-theme is a catppuccin theme for Emacs.
My org-capture and org-protocol setup.
A multiview for displaying open buffers, files and directories accociated with a project. When no project is open in the current buffer display a list of known project and select a file from the selected project.
emacs-helm-dired-history shows dired histories you have visited in Emacs.
emacs-org-imenu shows a sidebar displaying the Imenu and allows the user to filter which headlines are shown using the interactive org-imenu-filter-select that uses the same syntax as org-mode search.
emacs-flycheck-cython provides a flycheck interface to Cython, an optimising static compiler for both the Python programming language and the extended Cython programming language.
emacs-live-py provides a way to visualize your Python code while you type it in Emacs.
GNU Emacs minor mode that provides vi-like bindings for org-mode.
emacs-wrap-region is a minor mode for Emacs that wraps a region with punctuations. For tagged markup modes, such as HTML and XML, it wraps with tags.
Migrate your notes b/w different note-taking software
This package provides semantic highlighting in Emacs for C and C++ code through the ccls language server. It is based on the emacs-ccls package, only modified to work with the emacs-eglot LSP plugin instead of emacs-lsp-mode.
An emacs emacs timer for the http://www.pomodorotechnique.com/ pomodoro technique.
emacs-helm-pydoc provides a pydoc helm interface.
emacs-tb-keycast is a global minor mode showing last pressed key with corresponding function name and repeat counter in tab-bar-mode line.
emacs-importmagic is an Emacs package inspired by thpython-importmagic library and PyCharm's ability to suggesimports for unresolved symbols.