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.
This package provides a new dynamic block for Org called "arbeitszeit" (German for "working hours"). The dynamic block collects all clocked hours and provides a weekly table to quickly see your accumulated overtime. To insert a new block, use M-x org-dynamic-block-insert-dblock.
This minor mode for Emacs provides several strategies to remove text without permanently deleting it. Namely, it can send selected test to the bottom, or top, of the buffer, or to a trash file.
The plz-media-type library enhances MIME type handling for HTTP requests within Emacs. It leverages the Plz HTTP library for networking calls and introduces a mechanism to process responses based on the content type header. This library defines various classes and methods for parsing and processing standard MIME types, including JSON, XML, HTML, and binary data, in a streaming and non-streaming way.
Display the recursive size of directories in Dired. This file defines a minor mode dired-du-mode to show the recursive size of directories in Dired buffers. If du program is available, then the directory sizes are obtained with it. Otherwise, the directory sizes are obtained with Lisp. The former is faster and provide a more precise value. For directories where the user doesn't have read permission, the recursive size is not obtained. Once this mode is enabled, every new Dired buffer displays recursive dir sizes.
Generic tools for recursive and iterative tree traversal based on clojure.walk and clojure.zip respectively.
emacs-gitpatch lets users easily send git patches, created by git format-patch, from magit, dired and ibuffer buffers.
templatel is the modern templating language. It provides variable substitution and control flow through a clean and powerful language inspired by Python's Jinja.
ggtags provides a frontend to the GNU Global source code tagging system.
Features:
Build on
compile.elfor asynchronicity and its large feature-set.Automatically update Global's tag files when needed with tuning for large source trees.
Intuitive navigation among multiple matches with mode-line display of current match, total matches and exit status.
Read tag with completion.
Show definition at point.
Jump to #include files.
Support search history and saving a search to register/bookmark.
Query replace.
Manage Global's environment variables on a per-project basis.
Highlight (definition) tag at point.
Abbreviated display of file names.
Support all Global search backends:
grep,idutils, etc.Support exuberant ctags http://ctags.sourceforge.net/ and
pygmentsbackend.Support all Global's output formats:
grep,ctags-x,cscopeetc.Support projects on remote hosts (e.g. via
tramp).Support eldoc.
Search
GTAGSLIBPATHfor references and symbols.
This is an Emacs major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases where it breaks.
This package provides an Emacs minor mode causing bullets in org-mode to be rendered as UTF-8 characters.
This package provides the consult-flycheck command for Emacs, which integrates Consult with Flycheck.
This plugin subscribes to hooks erc-insert-modify-hook and erc-send-modify-hook to download and show images.
Ebuku provides a basic interface to the buku Web bookmark manager.
This program connects the database server through Perl's DBI, and provides DB-accessing API and the simple management UI.
This package lets you use C-h, C-j, C-k and C-l to navigate between Emacs windows and tmux panes.
This package lets you display various status information in the minibuffer window instead of the mode-line. Of course, this is only displayed when the minibuffer window is not already used for other things (e.g. a minibuffer or an each area message).
The contents and aspect is controlled by the minibuffer-line-format variable and the minibuffer-line face.
emacs-http-post-simple provides a simple HTTP POST requests library that uses the url library.
Enlive is an Emacs library that allows the user to query HTML documents from within Elisp using a DSL similar to CSS selectors.
This package provides ivy-read as an alternative to completing-read and similar functions. No attempt is made to determine the best candidate. Instead, the user can navigate candidates with ivy-next-line and ivy-previous-line. The matching is done by splitting the input text by spaces and re-building it into a regular expression.
Vlf is an Emacs minor mode that allows viewing, editing, searching and comparing large files in batches.
This package provides a Helm interface for EWW buffers, bookmarks and history.
Call gif-screencast to start a recording. A screenshot is taken for every user action. Call gif-screencast-stop (<f9> by default) to finish recording and create the GIF result.
Helm-comint provides access to Emacs command interpreter prompts through Helm.
This package provides Company backend for Lua programming language.