_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


emacs-request 0.3.2-1.3336eaa
Propagated dependencies: emacs-deferred@0.5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tkf/emacs-request
Licenses: GPL 3+
Build system: emacs
Synopsis: Package for speaking HTTP in Emacs Lisp
Description:

This package provides a HTTP request library with multiple backends. It supports url.el which is shipped with Emacs and the curl command line program.

emacs-fold-dwim 1.2-0.c46f4bb
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsattic/fold-dwim
Licenses: GPL 2+
Build system: emacs
Synopsis: Unified user interface for Emacs folding modes
Description:

DWIM stands for "do what I mean", as in the idea that one keystroke can do different things depending on the context. In this package, it means that, if the cursor is in a currently hidden folded construction, we want to show it; if it's not, we want to hide whatever fold the cursor is in.

emacs-origami-ts 1.0.0
Propagated dependencies: emacs-origami@1.0-1.1f38085
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/mst/origami-ts.git
Licenses: GPL 3+
Build system: emacs
Synopsis: Fold code in Emacs with @code{emacs-origami} and tree-sitter
Description:

origami-ts creates a general language parser for emacs-origami that leverages the Emacs treesit library to fold code.

emacs-capf-autosuggest 0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://repo.or.cz/emacs-capf-autosuggest
Licenses: GPL 3+
Build system: emacs
Synopsis: @code{eshell} completion suggestions for Emacs
Description:

This package provides comint autosuggestions for Emacs eshell.

emacs-elixir-mode 2.5.0
Propagated dependencies: emacs-pkg-info@0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/elixir-editors/emacs-elixir
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing Elixir files
Description:

Elixir-Mode provides font-locking, indentation and navigation support for the Elixir programming language.

emacs-scratch 1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/scratch
Licenses: FreeBSD
Build system: emacs
Synopsis: Create scratch buffers with the same mode as current buffer
Description:

Scratch is an extension to Emacs that enables one to create scratch buffers that are in the same mode as the current buffer. This is notably useful when working on code in some language; you may grab code into a scratch buffer, and, by virtue of this extension, do so using the Emacs formatting rules for that language.

emacs-counsel-dash 0.1.3-4.370d5f6
Propagated dependencies: emacs-counsel@0.15.1 emacs-dash-docs@1.4.0-2.dafc8fc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dash-docs-el/counsel-dash
Licenses: Expat
Build system: emacs
Synopsis: Offline documentation browser for APIs using Dash docsets
Description:

This package uses ivy-mode to install and navigate through Dash docsets.

emacs-unpackaged 0-4.0c1f447
Propagated dependencies: emacs-dash@2.20.0 emacs-esxml@0.3.8 emacs-org@9.8.3 emacs-s@1.13.0 emacs-hydra@0.15.0 emacs-use-package@2.4.4 emacs-ts@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/unpackaged.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Useful snippets of Emacs Lisp code
Description:

This package provides Emacs Lisp utilities for a variety of tasks, including version control, task management, and regex-based replacement.

emacs-company-quickhelp 2.3.0
Propagated dependencies: emacs-pos-tip@0.4.7 emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/expez/company-quickhelp
Licenses: GPL 3+
Build system: emacs
Synopsis: Popup documentation for completion candidates
Description:

company-quickhelp shows documentation for the completion candidate when using the Company text completion framework.

emacs-vertico 2.10
Propagated dependencies: emacs-compat@31.0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/vertico
Licenses: GPL 3+
Build system: emacs
Synopsis: Vertical interactive completion
Description:

Vertico provides a minimalistic vertical completion UI, which is based on Emacs' default completion system. By reusing the default system, it achieves full compatibility with built-in Emacs commands and completion tables. Vertico is pretty bare-bone and only provides a minimal set of commands. Additional optional enhancements can be provided externally by complementary packages.

emacs-inf-ruby 2.9.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nonsequitur/inf-ruby
Licenses: GPL 3+
Build system: emacs
Synopsis: Provides a REPL buffer connected to a Ruby subprocess in Emacs
Description:

inf-ruby provides a Read Eval Print Loop (REPL) buffer, allowing for easy interaction with a Ruby subprocess. Features include support for detecting specific uses of Ruby, e.g., when using Rails, and using an appropriate console.

If you are using Guix shell with manifest.scm, the inf-ruby-wrapper-command customization variable could be helpful.

emacs-surround 1.0.3-0.6807bf6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mkleehammer/surround
Licenses: Expat
Build system: emacs
Synopsis: Easily add/delete/change parens, quotes, and more
Description:

This package provides functions for working with pairs like parentheses and quotes, including wrapping text, deleting pairs, marking pairs or within them, and changing them.

emacs-helm-cider 0.5.0
Propagated dependencies: emacs-helm@4.0.7 emacs-cider@1.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/clojure-emacs/helm-cider
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm interface to Clojure's CIDER
Description:

Helm-CIDER adds Helm interfaces to cider-apropos, cider-apropos-documentation, cider-browse-ns (namespaces).

It also provides original Helm commands: helm-cider-spec, helm-cider-spec-ns, helm-cider-repl-history, helm-cider-cheatsheet.

emacs-consult-notmuch 1.1.0
Propagated dependencies: emacs-consult@3.6 emacs-notmuch@0.40
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/jao/consult-notmuch
Licenses: GPL 3+
Build system: emacs
Synopsis: Search and preview Notmuch emails using Consult
Description:

This package provides two commands using Consult to query Notmuch emails and present results either as single emails or full trees.

emacs-minions 1.2.0
Propagated dependencies: emacs-compat@31.0.0.1 emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tarsius/minions
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor-mode menu for the mode line
Description:

This package implements a menu that lists enabled minor-modes, as well as commonly but not currently enabled minor-modes. It can be used to toggle local and global minor-modes, to access mode-specific menus, and to get help about modes.

This menu is intended as a replacement for the incomplete yet wide list of enabled minor-modes that is displayed in the mode line by default. To use the menu like this, enable Minions mode.

Alternatively the menu can be bound globally, for example: (global-set-key [S-down-mouse-3] 'minions-minor-modes-menu).

emacs-ivy-xref 0.1-1.1a35fc0
Propagated dependencies: emacs-ivy@0.15.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alexmurray/ivy-xref
Licenses: GPL 3
Build system: emacs
Synopsis: Ivy interface for @code{xref}
Description:

This package provides an Ivy interface for selecting from xref results.

emacs-lice 0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/buzztaiki/lice-el
Licenses: GPL 3+
Build system: emacs
Synopsis: License and header template for Emacs
Description:

lice.el provides following features:

  • License template management.

  • File header insertion.

emacs-symbol-overlay 4.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wolray/symbol-overlay
Licenses: GPL 3+
Build system: emacs
Synopsis: Highlight symbols and perform various search operations on them
Description:

This package provides functions for highlighting and navigating between symbols.

emacs-ox-gfm 1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/larstvei/ox-gfm
Licenses: GPL 3+
Build system: emacs
Synopsis: Github Flavored Markdown Back-End for Org Export Engine
Description:

This package is a small exporter based on the Markdown exporter already existing in Org mode. It supports the Github flavored markdown features.

emacs-org-drill 2.7.0
Propagated dependencies: emacs-org@9.8.3 emacs-persist@0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/phillord/org-drill
Licenses: GPL 3+
Build system: emacs
Synopsis: Flash card memorization system using Org mode
Description:

This package uses spaced repetition algorithms to conduct interactive drill sessions to aid in memorization. In these sessions you are shown flash cards created in Org mode.

emacs-cycle-at-point 0.2
Propagated dependencies: emacs-recomplete@0.2-0.0e4a2ba
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-cycle-at-point
Licenses: GPL 3+
Build system: emacs
Synopsis: Immediately cycle text at the cursor, without prompting
Description:

cycle-at-point provides commands to cycle text at the cursor. Repeatedly invoke the command to cycle over available options. Completion candidates are displayed in the echo area. Users can define their own completion lists. Common use cases include true and false literals, arithmetic operators, and months of the year.

emacs-zones 2023.6.11
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.emacswiki.org/emacs/Zones
Licenses: GPL 3+
Build system: emacs
Synopsis: Define and act on multiple zones of buffer text
Description:

Library zones.el lets you easily define and subsequently act on multiple zones of buffer text. You can think of this as enlarging the notion of region. In effect, it can remove the requirement of target text being a contiguous sequence of characters. A set of buffer zones is, in effect, a (typically) noncontiguous set of text.

emacs-moody 1.2.2
Propagated dependencies: emacs-compat@31.0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tarsius/moody
Licenses: GPL 3+
Build system: emacs
Synopsis: Tabs and ribbons for Emacs mode-line
Description:

emacs-moody provides utilities for displaying elements of the mode line as tabs and ribbons. It also provides replacements for a few built-in elements. The biggest difference to similar packages is that this one is much simpler and much more consistent. When using this package, then only the color of the mode line changes when a window becomes in-/active.

emacs-evil-org 1.0.3-2.0d10ff7
Propagated dependencies: emacs-evil@1.15.0-0.008a6cd
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Somelauw/evil-org-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Evil keybindings for Org mode
Description:

This package adds supplemental Evil mode key-bindings to Emacs Org-mode. It features:

  • normal, visual and insert mode bindings;

  • key bindings organised in key themes;

  • operators like > and < to work on headings;

  • text objects;

  • table support;

  • calendar (date selection) support;

  • agenda support.

Total packages: 32521