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

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-rsw-elisp 1.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rswgnu/rsw-elisp
Licenses: GPL 3+
Build system: emacs
Synopsis: Improved expressions that interactively evaluate Emacs Lisp
Description:

This package improves and replaces the GNU Emacs commands that interactively evaluate Emacs Lisp expressions. The new commands replace standard key bindings and are all prefixed with rsw-elisp-. They work the same way as the old commands when called non-interactively; only the interactive behavior should be different.

emacs-helm-clojuredocs 0.3-1.5a7f0f2
Propagated dependencies: emacs-helm@4.0.7 emacs-edn@1.1.2-1.be9e32d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mbuczko/helm-clojuredocs
Licenses: GPL 3+
Build system: emacs
Synopsis: Search help on clojuredocs.org with Helm
Description:

This package provides a Helm interface to lookup Clojure documentation on https://clojuredocs.org with Helm.

Two function are exposed:

  • helm-clojuredocs: opens a Helm session with no initial pattern. Searching starts with minimal 3 characters entered.

  • helm-clojuredocs-at-point: opens a Helm session with initial pattern guessed from thing under current cursor position.

emacs-flymake-quickdef 1.0.0-0.150c583
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/karlotness/flymake-quickdef
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly define a new Flymake backend
Description:

This package mainly defines a macro which helps remove some of the boilerplate code from defining new Flymake backend functions.

emacs-ytel-show 0.1.0-0.8b99948
Propagated dependencies: emacs-ytel@0.1.0-0.d40bc7e
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xFA25E/ytel-show
Licenses: GPL 3+
Build system: emacs
Synopsis: Browse YouTube in Emacs
Description:

This package provides an Emacs interface for browsing YouTube videos and comments.

emacs-attrap 1.2
Propagated dependencies: emacs-dash@2.20.0 emacs-f@0.21.0 emacs-flycheck@36.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jyp/attrap
Licenses: GPL 3+
Build system: emacs
Synopsis: Fix coding error at point
Description:

This package provides a command to fix the Flycheck error at point.

emacs-org-super-links 0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/toshism/org-super-links
Licenses: GPL 3+
Build system: emacs
Synopsis: Create links with auto backlinks
Description:

This package provides functions that automatically create backlinks when inserting a link.

emacs-eshell-toggle 0.10.0-1.ddfbe0a
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/4DA/eshell-toggle
Licenses: GPL 3+
Build system: emacs
Synopsis: Show and hide an @code{eshell} instance
Description:

This package toggles an eshell instance for the current buffer.

emacs-svg-icon 0.1-1.ebc2b8d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rougier/emacs-svg-icon
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs library to create SVG icons on the fly
Description:

This library allows creating SVG icons by parsing remote collections whose license are compatibles with Emacs. The default size of an icon is exactly 2x1 characters such that it can be inserted inside a text without disturbing alignment.

emacs-orgmdb 1.1.0
Dependencies: fd@10.4.2
Propagated dependencies: emacs-dash@2.20.0 emacs-org@9.8.3 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/isamert/orgmdb.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs' Org mode watchlist manager and OMDb API client
Description:

This package adds tools for managing your watchlist in Emacs' Org mode and some functions for interacting with the OMDb API.

emacs-vterm-toggle 0.0.4-1.d10239b
Propagated dependencies: emacs-vterm@0.0.2-3.a01a289
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jixiuf/vterm-toggle
Licenses: GPL 3+
Build system: emacs
Synopsis: Toggle between a vterm buffer and other buffers
Description:

This package provides a DWIM way to switch from an Emacs buffer to a vterm buffer and back again.

emacs-relint 2.2
Propagated dependencies: emacs-xr@2.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mattiase/relint
Licenses: GPL 3+
Build system: emacs
Synopsis: Elisp regexp mistake finder
Description:

Relint (regular expression lint) scans Elisp files for mistakes in regexps, including deprecated syntax and bad practice. It also checks the regexp-like arguments to skip-chars-forward and skip-chars-backward.

emacs-org-re-reveal 3.39.0
Propagated dependencies: emacs-htmlize@1.59 emacs-org@9.8.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/oer/org-re-reveal
Licenses: GPL 3+
Build system: emacs
Synopsis: Build HTML presentations with reveal.js from Org source files
Description:

This project started as fork of org-reveal. It provides an export back-end for HTML presentations with reveal.js from Org mode source files.

emacs-eshell-git-prompt 0.1.3
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xuchunyang/eshell-git-prompt
Licenses: GPL 3+
Build system: emacs
Synopsis: Themes for Emacs Shell (Eshell) prompt
Description:

This package provides a variety of themes for Emacs Shell (Eshell) prompt.

emacs-org-agenda-files-track-ql 0.4.0
Propagated dependencies: emacs-org-ql@0.8.10
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~ngraves/org-agenda-files-track
Licenses: GPL 3+
Build system: emacs
Synopsis: Fine-track org-agenda-files
Description:

This package tracks org-agenda-files precisely to speed-up org-agenda, and takes advantage of the org-ql cache.

emacs-elisp-refs 1.5
Propagated dependencies: emacs-dash@2.20.0 emacs-f@0.21.0 emacs-list-utils@0.4.7 emacs-loop@1.3 emacs-s@1.13.0 emacs-shut-up@0.3.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/elisp-refs
Licenses: GPL 3+
Build system: emacs
Synopsis: Find callers of elisp functions or macros
Description:

elisp-refs finds references to functions, macros or variables. Unlike a dumb text search, it actually parses the code, so it's never confused by comments or foo-bar matching foo.

emacs-lemon 2.1.0
Propagated dependencies: emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/lemon
Licenses: GPL 3+
Build system: emacs
Synopsis: System monitors in the echo area
Description:

Lemon is a tiny system monitor which displays system information in the echo area when Emacs is has been idle for a few seconds. This is a fork of zk_phi’s Symon, which has been largely rewritten. It works nicely with EXWM.

emacs-hare-mode 0.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~grafov/hare-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Hare major mode for Emacs
Description:

This package an Emacs major mode for the Hare programming language.

emacs-m-buffer 0.16.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/phillord/m-buffer-el
Licenses: GPL 3+
Build system: emacs
Synopsis: List oriented buffer operations for Emacs
Description:

m-buffer provides a set of list-orientated functions for operating over the contents of Emacs buffers.

emacs-elchacha 1.0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/KeyWeeUsr/elchacha
Licenses: GPL 3
Build system: emacs
Synopsis: ChaCha20 implementation as per RFC7539
Description:

An implementation of the ChaCha20 encryption algorithm in Emacs Lisp.

emacs-emcp 0.1.0-0.a910164
Propagated dependencies: emacs-elisp-refs@1.5 emacs-magit@4.6.0 emacs-http-server@0.1.0-0.00e746b
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/martenlienen/emcp
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs MCP client
Description:

emacs-emcp is an Emacs client for the Model Context Protocol, designed to connect LLM agents directly to Emacs.

emacs-focus 1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/larstvei/Focus
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for focusing in on relevant text
Description:

This package provides a minor mode that dims the color of text in neighboring sections.

emacs-evil-expat 0.0.1-1.f4fcd0a
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/edkolev/evil-expat
Licenses: GPL 3+
Build system: emacs
Synopsis: Extra @code{ex} commands for @code{evil-mode}
Description:

This package provides additional commands for the ex command line, including functions for version control with Git and for copying and pasting into and from tmux paste buffers.

emacs-crdt 0.3.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://code.librehq.com/qhong/crdt.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Real-time collaborative editing environment
Description:

crdt.el is a real-time collaborative editing environment for Emacs using Conflict-free Replicated Data Types. With it, you can share multiple buffer in one session, and see other users’ cursor and region. It also synchronizes Org mode folding status. It should work with all of Org mode.

emacs-counsel-projectile 0.3.2
Propagated dependencies: emacs-counsel@0.15.1 emacs-projectile@2.9.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ericdanan/counsel-projectile
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhance Projectile with Ivy
Description:

This package uses Ivy to provide additional actions for Projectile commands and replacements for existing functions.

Total packages: 72465