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.
Inheritenv provides tools to execute processes inheriting the calling buffer's environment.
The Sed major mode provides basic support for sed scripts. The functionalities supported are font-locking and auto-indentation.
This package provides a way for the user to navigate through mark rings (in both directions, and globally or locally).
This package provides commands to open a shell buffer in (or relative to) the default-directory or – using projectile or find-file-in-project – a project root.
This package provides a way to review GitHub Pull Requests from magit.
This package allows icons from all-the-icons.el to be used in dired-mode.
Org CalDAV synchronizes events between Org files and a CalDAV calendar.
This package provides the ability to include files used by other programs in the candidate lists of commands like consult-recent-file and consult-buffer. This allows using the same interface for file opening.
On systems that comply with the XDG specification, these files are listed in the file recently-used.xbel, which is found in the directory ~/.local/share or the location described by the environment variable XDG_DATA_HOME.
Circadian may reduce eye strain by automatically switching between light and dark themes based on daytime. It is inspired by color temperature shifting tools and brightness adaption software.
gtk-look finds and displays HTML documentation for GTK, GNOME and Glib functions and variables in Emacs, similar to what info-lookup-symbol does for info files (C-h S). The documentation is expected to be devhelp indexes with HTML files. The location of the indexes can be customized. In addition to C code development gtk-look is good for
perl-gtk2, recognising class funcs likeGtk2::Label->newand bare method names likeset_text.guile-gnome, recognising methods likeset-textand classes like<gtk-window>.
Parsec is a parser combinator library for Emacs Lisp, similar to Haskell's Parsec library. It contains most of the parser combinators in Text.Parsec.Combinator, and more combinators can be added if necessary! Most of the parser combinators have the same behavior as their Haskell counterparts. Parsec also comes with a simple error handling mechanism so that it can display an error message showing how the parser fails.
This package provides syntax highlighting and indentation functions for Fish shell scripts.
With column-marker.el you can highlight any number of text columns. Three such highlight column markers are provided by default. This is especially useful for languages like COBOL or Fortran where certain columns have special meaning. It is also handy for aligning text across long vertical distances. Multi-column characters, such as TAB are treated correctly.
This is a storage package used by completion engines like company-math.
This package provides commands to open external terminal emulators from Emacs, whose initial working directories are determined in relation to the current buffer.
ov.el provides a simple way to manipulate overlays in Emacs.
This package renders an indicator with an email count of the notmuch index on the Emacs mode line. The underlying mechanism is that of notmuch-count, which is used to find the number of items that match the given search terms.
This package provides a sidebar for Emacs similar to NeoTree or treemacs, but leveraging Dired to do the job of display.
This package provides a major mode to search YouTube videos via an Elfeed-like buffer. Information about videos displayed in this buffer can be extracted and manipulated by user-defined functions to do various things such as playing them in some video player, or downloading them.
This package allows you to visualuze and manipulate Jira issues from Emacs.
This package provides doctests for emacs elisp.
This package provides a bar cursor shape. When in overwrite mode, it will turn into a block cursor.
Helm is an incremental completion and selection narrowing framework for Emacs. It will help steer you in the right direction when you're looking for stuff in Emacs (like buffers, files, etc).
Major mode for editing Gherkin (popularized by the Cucumber tool) user stories. Also known by the name cucumber.el.