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.
Edit document as other format, using pandoc
Lognav-mode is a minor mode used for finding and navigating errors within a buffer or a log file. For example, M-n moves the cursor to the first error within the log file. M-p moves the cursor to the previous error. Lognav-mode only highlights the errors that are visible on the screen rather than highlighting all errors found within the buffer. This is especially useful when opening up large log files for analysis.
Indium connects to a browser tab or nodejs process and provides many features for JavaScript development, including a REPL (with auto completion) & object inspection, an inspector, with history and navigation, and even a stepping Debugger, similar to edebug, or cider.
Defines a major mode rjsx-mode based on js2-mode for editing JSX files. rjsx-mode extends the parser in js2-mode to support the full JSX syntax. This means you get all of the js2 features plus proper syntax checking and highlighting of JSX code blocks.
Some features that this mode adds to js2:
Highlighting JSX tag names and attributes (using the rjsx-tag and rjsx-attr faces)
Highlight undeclared JSX components
Parsing the spread operator ...otherProps
Parsing && and || in child expressions cond && <BigComponent/>
Parsing ternary expressions toggle ? <ToggleOn /> : <ToggleOff />
Additionally, since rjsx-mode extends the js2 AST, utilities using the parse tree gain access to the JSX structure.
assess provides additional support for testing Emacs packages.
It provides:
A set of predicates for comparing strings, buffers and file contents.
Explainer functions for all predicates giving useful output.
Macros for creating many temporary buffers at once, and for restoring the buffer list.
Methods for testing indentation, by comparision or roundtripping.
Methods for testing fontification.
Assess aims to be a stateless as possible, leaving Emacs unchanged whether the tests succeed or fail, with respect to buffers, open files and so on. This helps to keep tests independent from each other.
emacs-auth-password-store integrates Emacs auth-source library with password-store.
This package provides functionality for correcting words via custom interfaces.
This package provides a Jenkins client for Emacs.
This package provides a Mediawiki Emacs frontend.
This package provides a way to swap Emacs buffers without typing C-x b on each window.
Provides Emacs font-lock, indentation, navigation, and utility functions for working with TICKscript, a DSL for use with Kapacitor and InfluxDB.
This package provides a Helm interface for completing by lines elsewhere in a project.
This package provides web suggestions with Emacs Helm.
This package provides an additional functionality for Emacs Guix.
Call plain-org-wiki to either open your Org files, or create new ones.
This package provides automatiic org timers for upcoming events.
emacs-strace-mode provides an Emacs major mode highlighting strace outputs.
This package provides a Perl script for live coding.
This package provides an Emacs minor-mode for capturing user input and paste it with C-v after exit.
Elfeed is an extensible web feed reader for Emacs, supporting both Atom and RSS, with a user interface inspired by notmuch.
This package provides an Emacs client for the Slack messaging service.
Org-roam-ui provides a web interface for navigating around notes created within Org-roam.
This package provides an XML-RPC client implementation in elisp, capable of both synchronous and asynchronous method calls.
This Emacs library lists the branches in a Git repository. Then you can operate on them with a dired-like interface.