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 project exports an Org file with reasonably structured items into a LaTeX file, which compiles into a nice CV. In the same spirit, the Org file may export to Markdown so that it can be used for a web based CV.
SML-MODE is a major Emacs mode for editing Standard ML. It provides syntax highlighting and automatic indentation and comes with sml-proc which allows interaction with an inferior SML interactive loop.
This package is a front end for the command-line program djvused from DjVuLibre, see http://djvu.sourceforge.net/.
semantic-stickyfunc-mode shows the function point is currently in at the first line of the current buffer. This is useful when you have a very long function that spreads more than a screen, and you don't have to scroll up to read the function name and then scroll down to original position.
This package provides a way to combine multiple Xref source (e.g., Etags and Eglot) and have the results all at once.
This is a collection of Evil bindings for the parts of Emacs that Evil does not cover properly by default, such as help-mode, M-x calendar, Eshell and more.
Helm sources for searching emails and contacts using mu and mu4e. Mu is an indexer for maildirs and mu4e is a mutt-like MUA for Emacs build on top of mu. Mu is highly efficient making it possible to get instant results even for huge maildirs. It also provides search operators, e.g: from:Peter to:Anne flag:attach search term.
This package provides a Chinese input method which supports quanpin, shuangpin, wubi and cangjie.
benchmark-init provides a way to keep track of where time is being spent during Emacs startup in order to optimize startup time.
This Emacs library implements the DEFLATE algorithm specified in RFC 1951.
While the scope of this project is to write a full implementation of the algorithm, there is currently no interest of developing the best compression ratios on the planet, but rather being able to support DEFLATE (and a little bit of zlib) in Emacs in a portable fashion.
This package adds a single command dired-rsync which allows the user to copy marked files in a Dired buffer via rsync. This is useful, especially for large files, because the copy happens in the background and doesn’t lock up Emacs. It is also more efficient than using Tramp's own encoding methods for moving data between systems.
This package provides a minor mode that guesses the indentation offset originally used for creating source code files and transparently adjusts the corresponding settings in Emacs, making it more convenient to edit foreign files.
This package provides an ESS-like binding to send lines or regions to a REPL from Lua buffers.
This package allows common parts of regexps to be easily picked out and reused.
CFRS is a simple alternative to read-string that allows reading input via a small child-frame spawned at the position of the cursor.
EXWM is a full-featured tiling X window manager for Emacs built on top of XELB.
vline-mode is a minor mode for highlighting column at cursor position. It enhances text editing by visually indicating the vertical line.
doct provides an alternative, declarative syntax for defining Org capture templates.
Users of helm-pass may also be interested in functionality provided by other Emacs packages dealing with pass:
emacs-password-store, whichhelm-passrelies on.emacs-pass, a major mode forpass.auth-source-pass.el: integration of Emacs' auth-source withpass, included in Emacs 26+).
Parseclj is an Emacs Lisp library for parsing Clojure code and EDN data. It supports several input and output formats, all powered by the same shift-reduce parser function.
This package provides the ability to always show the current org header line at the top of the window--no matter how far down you scrolled.
This is a small Emacs library to create and display various SVG objects, namely tags, progress bars, progress pies and icons. Each object is guaranteed to fit nicely in a text buffer ensuring width is an integer multiple of character width.
This package allows editing source code blocks embedded in Markdown files using the major mode corresponding to each block.
This package provides a function to switch to and from a REPL appropriate to the current major mode.