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.
Nerd-icons an alternative to all-the-icons. It works on both GUI and terminal, and requires a nerd font installed on your system.
This package defines a global minor mode to pair buffers with a companion, such that when the buffer is displayed in a window, the companion is also displayed.
This package provides two user facing interactive functions, that will encode text into a QR Code and show it in a separate buffer.
Rail is a nREPL client based on monroe with similar features, but aims to be a more complete implementation.
This minor mode takes care of managing the window sizes by enforcing a fixed and automatic balanced layout where the currently selected window is resized according to zoom-size which can be an absolute value in lines/columns, a ratio between the selected window and frame size or even a custom callback.
This library contains generic infrastructure for dealing with projects, some utility functions, and commands using that infrastructure.
DWIM stands for "do what I mean", as in the idea that one keystroke can do different things depending on the context. In this package, it means that, if the cursor is in a currently hidden folded construction, we want to show it; if it's not, we want to hide whatever fold the cursor is in.
The Emacs Desktop Notification Center (EDNC) is an Emacs package written in pure Lisp that implements a Desktop Notifications service according to the freedesktop.org specification. EDNC aspires to be a small, but flexible drop-in replacement of standalone daemons like Dunst.
This package enhances term.el with the following features:
Functions to switch between multiple terminal buffers
List of keys to be intercepted by
emacs-multi-terminstead of by the underlying terminalKills the unused buffer left after exiting the terminal
Kills the running sub-processes along with the terminal when killing the it forcibly
Dedicated window for debugging program.
Beacon is an Emacs minor-mode. Whenever the window scrolls a light will shine on top of your cursor so you know where it is.
GN mode is a major mode for editing GN config files in Emacs. Files of this type (e.g., BUILD.gn or *.gni) are common in Chromium-derived projects.
emacs-straight is a purely functional package manager for the Emacs hacker.
This package maintains a list of recently used Org headings, as well as functions for navigating between these headings.
ob-gptel is a backend for Org Babel. It provides an alternative interface to evaluate {gptel
CFRS is a simple alternative to read-string that allows reading input via a small child-frame spawned at the position of the cursor.
This package provides an abstract Emacs Lisp framework for tree navigation.
This package provides an Emacs mode for automatically resizing the window that has main focus to be more convenient for editing, while the ones that are not being actively edited will be reduced to a smaller size.
Afternoon theme is a dark color theme with a deep blue background.
This package provides an Emacs major mode for writing Purescript.
Tshell is an experimental buffer-oriented shell. It supports shell and Emacs lisp commands.
This package allows persistent use of undo history for individual file buffers.
This package provides an extensible Emacs dashboard, with sections for bookmarks, Projectile projects, Org Agenda and more.
This package helps differentiate files with the same name but in different directories when displayed in Emacs buffers or completion interfaces.
Generally, you probably want to use emacs' builtin uniquify instead--which makes unique buffer names. Only if you want to programmatically generate unique file names you need this package here.
This package provides an Emacs library to use the Emacsclient as $EDITOR of child processes, making sure they know how to call home. For remote processes a substitute is provided, which communicates with Emacs on stdout instead of using a socket as the Emacsclient does.