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.
Search emails, searching result displays as you type thanks to helm.
This package provides a modern adaption of the extra coloring provided by Drew Adams info+ package. To enable this (add-hook 'Info-selection-hook 'info-colors-fontify-node).
This package provides Tern backend for Company.
Copy buffer locations as GitHub/Slack/JIRA/HipChat formatted code and add them to the kill ring. The buffer will not be modified.
With a prefix argument prompt for the format. Defaults to copy-as-format-default.
To add formats see copy-as-format-format-alist.
For AsciiDoc customization see copy-as-format-asciidoc-include-file-name and copy-as-format-asciidoc-language-alist.
This package provides a text folding minor mode for Emacs.
Emacs package for querying synonyms from Thesaurus.com.
This package provides an Emacs Hydra for inserting timestamps.
Emacs Java IDE using Eclipse JDT Language Server.
Dumb indentation mode is appropriate for editing buffers that Emacs does not fully understand syntactically
This package provides several Emacs's Ivy procedures to work with Git-based projects.
This package provides an Emacs major mode for editing logstash configuration files.
This package provides an Emacs version of Atomic Chrome which is an extension for Google Chrome browser that allows you to edit text areas of the browser in Emacs. It's similar to Edit with Emacs, but has some advantages as below with the help of websocket.
Consistent ESS-like eval interface for various REPLs
GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.
This package automatically pulls changes from source code to their corresponding tangled blocks.
emacs-git-messenger provides git-messenger:popup-message, a function that when called, will popup the last git commit message for the current line. This uses git-blame internally.
GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.
This package provides a PHP interactive shell.
This package provides Tramp Helm interface for SSH server, Docker and Vagrant.
This package provides a program is a comint mode for Emacs which allows you to run a compatible javascript REPL like Node.js, Spidermonkey, Rhino inside Emacs. It also defines a few functions for sending JavaScript input to it quickly.
This file provides a functionality to view SRFIs, Scheme Requests for Implementation, using a simple srfi command. To update the local SRFI cache, use srfi-update-cache.
This package provides an Emacs major mode for editing Apache configuration files.
Provides commands to help open external terminal emulators in the directory of the current buffer.
Highlighting symbols with overlays while providing a keymap for various operations about highlighted symbols. It was originally inspired by the package highlight-symbol. The fundamental difference is that in symbol-overlay every symbol is highlighted by the Emacs built-in function overlay-put rather than the font-lock mechanism used in highlight-symbol.