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

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-font-lock-studio 0.0.10
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Lindydancer/font-lock-studio
Licenses: GPL 3+
Build system: emacs
Synopsis: Interactive debugger for Font Lock keywords
Description:

Font Lock Studio is an interactive debugger for Emacs syntax highlighting rules, also called Font Lock keywords. It can single-step Font Lock keywords -- matchers, highlights, and anchored rules, to see what happens when a buffer is fontified. Breakpoints can be set on or inside rules. When inside a rule, matches are visualized using a palette of background colors. The explainer can describe a rule in plain-text English. Finally, tight integration with Edebug allows stepping into Lisp expressions that are part of the Font Lock keywords.

emacs-magit-tbdiff 1.2.0
Propagated dependencies: emacs-magit@4.4.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/magit-tbdiff
Licenses: GPL 3+
Build system: emacs
Synopsis: Magit extension for range diffs
Description:

Magit-tbdiff provides a Magit interface to git-range-diff (and its third-party predecessor git-tbdiff), a Git subcommand for comparing two versions of a topic branch.

emacs-color-theme-modern 0.0.3-1.74ad69b
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-jp/replace-colorthemes
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs color themes implemented via built-in customization
Description:

This package contains several themes that were originally implemented with the venerable color-themes package, ported to Emacs' built-in custom themes.

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-recomplete
Licenses: GPL 3+
Build system: emacs
Synopsis: Immediate completion, without prompting
Description:

recomplete is a completion library for quickly completing or correcting words in cases where the first candidate is the likely choice. Unlike most completion, it immediately performs the completion action, calling again to cycle over options. Completion candidates are displayed in the echo area.

emacs-perl-doc 0.82
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/HaraldJoerg/emacs-perl-doc
Licenses: GPL 3+
Build system: emacs
Synopsis: Read Perl documentation from Emacs
Description:

This package contains a command to read Perl documentation in Emacs: M-x perl-doc. It uses two external commands which come with Perl: perldoc to locate the Perl documentation for the Perl modules installed on your system, and pod2html to format the documentation to HTML. This HTML version is then displayed using the Emacs simple HTML renderer, shr.

emacs-enh-ruby-mode 20191111-0.7e76d75
Dependencies: ruby@3.3.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/zenspider/Enhanced-Ruby-Mode
Licenses: Ruby License
Build system: emacs
Synopsis: Emacs major mode for editing Ruby files
Description:

enh-ruby-mode is a major mode providing syntax highlighting, navigation and indentation capabilities for editing Ruby source files. It parses the source files using Ruby's builtin Ripper class and performs syntax checks on them.

emacs-eat 0.9.4
Dependencies: ncurses@6.2.20210619
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/akib/emacs-eat
Licenses: GPL 3+
Build system: emacs
Synopsis: Terminal emulator in Emacs
Description:

Eat (Emulate A Terminal) is a terminal emulator in Emacs, written in pure Elisp. It has features like Sixel support, complete mouse support and shell integration.

emacs-org-reveal 20222711-1.f55c851
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/yjwen/org-reveal
Licenses: GPL 3+
Build system: emacs
Synopsis: Org and Reveal.js powered HTML presentation tool
Description:

Org-Reveal is a org-mode extension that allows to create beautiful presentations (slides) with 3D effects from simple but powerful Org contents.

emacs-matcha 0.0.1-2.dc4a940
Propagated dependencies: emacs-hydra@0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jojojames/matcha/
Licenses: GPL 3+
Build system: emacs
Synopsis: Collection of hydras with a generic interface to launch them
Description:

Matcha provides a collection of transients for various packages with a consistent way to use them.

emacs-caml 4.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ocaml/caml-mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Caml mode for GNU Emacs
Description:

This package provides a major mode for editing OCaml code in Emacs. Some of its major features include:

  • syntax highlighting (font lock);

  • automatic indentation;

  • querying the type of expressions (using compiler generated annot files);

  • running an OCaml REPL within Emacs;

  • scanning of declarations and placing them in a menu.

emacs-srfi 0.3-0.e31bf04
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/srfi-explorations/emacs-srfi
Licenses: Expat
Build system: emacs
Synopsis: Scheme Requests for Implementation browser in Emacs
Description:

This package shows a list of all SRFIs and provides commands to visit them in your web browser.

emacs-consult 3.1
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/consult
Licenses: GPL 3+
Build system: emacs
Synopsis: Consulting completing-read
Description:

This package provides various handy commands based on the Emacs completion function completing-read, which allows quickly selecting from a list of candidates.

emacs-helm-cider 0.5.0
Propagated dependencies: emacs-helm@4.0.6 emacs-cider@1.20.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-cape 2.3
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/cape
Licenses: GPL 3+
Build system: emacs
Synopsis: Completion at point extensions for Emacs
Description:

Cape provides some Completion At Point Extensions, which can be used in combination with Corfu completion UI or the default completion UI. The completion backends used by completion-at-point are so called completion-at-point-functions (Capfs). In principle, the Capfs provided by Cape can also be used by Company.

emacs-read-only-cfg 0.1.0-0.c128c94
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pfchen/read-only-cfg
Licenses: GPL 3+
Build system: emacs
Synopsis: Make files read-only based on user configuration
Description:

Read-only-cfg is an Emacs minor mode that can automatically make files read-only based on user configuration. User configuration may be prefix directories or regex patterns.

emacs-org-pomodoro 2.1.0-1.aa07c11
Propagated dependencies: emacs-alert@1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/marcinkoziej/org-pomodoro
Licenses: GPL 3+
Build system: emacs
Synopsis: Pomodoro technique for org-mode
Description:

emacs-org-pomodoro adds very basic support for Pomodoro technique in Emacs org-mode.

Run M-x org-pomodoro for the task at point or select one of the last tasks that you clocked time for. Each clocked-in pomodoro starts a timer of 25 minutes and after each pomodoro a break timer of 5 minutes is started automatically. Every 4 breaks a long break is started with 20 minutes. All values are customizable.

emacs-vunit-mode 1.0-0.b26ecc4
Dependencies: python@3.11.14
Propagated dependencies: emacs-hydra@0.15.0 python-vunit@5.0.0-dev.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/embed-me/vunit-mode/
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs front end to @code{python-vunit}
Description:

This emacs package can be used to interface with VUnit, a testing framework for VHDL/SystemVerilog.

emacs-org-ql 0.8.10
Propagated dependencies: emacs-compat@30.1.0.1 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-org@9.7.39 emacs-org-super-agenda@1.3 emacs-ov@1.0.6 emacs-peg@1.0.1 emacs-s@1.13.0 emacs-ts@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/org-ql/
Licenses: GPL 3+
Build system: emacs
Synopsis: Query language for Org buffers
Description:

This package provides a Lispy query language for Org files, allowing for actions to be performed based on search criteria.

emacs-eval-in-repl-lua 0.9.7
Propagated dependencies: emacs-eval-in-repl@0.9.7 emacs-lua-mode@20221027-1.d074e41
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kaz-yos/eval-in-repl
Licenses: Expat
Build system: emacs
Synopsis: One keybinding to communicate with REPLs
Description:

This package provides an ESS-like binding to send lines or regions to a REPL from Lua buffers.

emacs-evil-matchit 4.0.1
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/redguardtoo/evil-matchit
Licenses: GPL 3+
Build system: emacs
Synopsis: Vim matchit ported into Emacs
Description:

evil-matchit is a minor mode for jumping between matching tags in evil mode using %. It is a port of matchit for Vim.

emacs-expand-region 1.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magnars/expand-region.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Increase selected region by semantic units
Description:

Expand region increases the selected region by semantic units. Just keep pressing the key until it selects what you want. There's also er/contract-region if you expand too far.

emacs-rich-minority 1.0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Malabarba/rich-minority
Licenses: GPL 2+
Build system: emacs
Synopsis: Clean-up and beautify the list of minor modes
Description:

This Emacs package hides and/or highlights minor modes in the mode-line.

emacs-ssh-deploy 3.1.16
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cjohansson/emacs-ssh-deploy
Licenses: GPL 3+
Build system: emacs
Synopsis: Deployment via Tramp, global or per directory
Description:

SSH Deploy enables automatic deploys on explicit-save actions, manual uploads, renaming, deleting, downloads, file and directory differences, launching remote terminals (Eshell, Shell), detection of remote changes, remote directory browsing, remote SQL database sessions and running custom deployment scripts via Tramp.

emacs-undo-fu 0.5-0.0e22308
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-undo-fu
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple, stable linear undo with redo for Emacs
Description:

This is a light weight wrapper for Emacs built-in undo system, adding convenient undo/redo without losing access to the full undo history, allowing you to visit all previous states of the document if you need.

Total packages: 69245