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.
This package replaces the child frames emacs-corfu uses with popups, which also work in the terminal.
This package provides a major mode for editing execline scripts.
Features:
Syntax highlighting of commends, builtin commands and variable substitution.
Completion of builtin commands.
Working
comment-regioncommand.Indentation of blocks.
Automatic enable of mode in
*.execfiles.Automatic enable of mode in files with
execlinebinterpreter.
This package provides a way of showing an inline arguments hint for the C/C++ function at point.
This package contains library functions and commands useful for retrieving web page content and processing it into Org mode content.
For example, you can copy a URL to the clipboard or kill-ring, then run a command that downloads the page, isolates the ``readable'' content with eww-readable, converts it to Org mode content with Pandoc, and displays it in an Org mode buffer. Another command does all of that but inserts it as an Org entry instead of displaying it in a new buffer.
This package provides a simple testing library for Emacs.
FLIM is a library to provide basic features about message representation or encoding. FLIM-LB is a variant of FLIM, which features supports to latest Emacs.
The main command of the tiny extension for Emacs is tiny-expand. It is meant to quickly generate linear ranges, e.g. 5, 6, 7, 8. Some elisp proficiency is an advantage, since you can transform your numeric range with an elisp expression.
Autocrypt package is an implementation of Autocrypt (https://autocrypt.org/) for various Emacs MUAs, a cryptographic protocol for email clients aiming to simplify key exchange and encryption.
This package provides a very basic version of major mode for Nushell shell scripts.
Display firefox bookmarks with Emacs Helm interface
This package defines several Org link types, which can be used to link to certain Magit buffers. Use the command org-store-link while such a buffer is current to store a link. Later you can insert it into an Org buffer using the command org-insert-link.
emacs-password-generator provides simple functions to generate random passwords and insert them into the current buffer. It also supports generation of phonetic and numeric passwords.
This package provides an Emacs Lisp macro, with-simulated-input, which evaluates one or more forms while simulating a sequence of input events for those forms to read. The result is the same as if a user had evaluated the forms and then manually typed in the same input. This macro is useful for non-interactive testing of normally interactive commands and functions, such as completing-read.
This package injects example uses of Elisp functions into their respective *Help* buffers.
The hackernews package is able to fetch stories from six different Hacker News feeds, namely top, new, best, ask, show and job stories. The default feed is top stories, which corresponds to the Hacker News homepage.
This package allows for a buffer to be reformatted without moving point, so that running a formatting tool like Prettier or Black upon saving won't move point back to the beginning of the buffer.
Nyan mode is an analog indicator of your position in the buffer. The cat should go from left to right in your mode-line, as you move your point from 0% to 100%. You can click on the rainbow or the empty space to scroll backwards and forwards and also animate it.
This package integrates sxiv into Dired. It adds a command to start sxiv from a Dired buffer, allowing you to mark or unmark image files in said buffer using sxiv.
This package permits comparisons of two or three buffers based on diff output.
Emacs Refactor (EMR) is a framework for providing language-specific refactoring in Emacs. It includes refactoring commands for a variety of languages, including elisp itself.
RMSBolt is a package to provide assembly or bytecode output for a source code input file.
This package extends the parser of js2-mode to support JSX syntax.
This package provides a modeline segment to display EXWM workspaces.
Loccur is a tool to quickly navigate a file. It is a minor mode for Emacs acting like occur but w/o creating a new window. It just hides all the text excepting lines containing matches.