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

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-lexic 0-0.f9b3de4
Dependencies: sdcv@0.5.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.tecosaur.net/tec/lexic
Licenses: GPL 3+
Build system: emacs
Synopsis: Find out more about words using Stardict dictionaries
Description:

This provides a major mode to view the output of dictionary tools, and utilities that perform searches and nicely format the results. Currently tied to sdcv, but this is intended to be changed in the future.

emacs-exwm-firefox 1.3
Dependencies: emacs-exwm@0.34 emacs-exwm-firefox-core@1.0-1.e2fe2a8 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/exwm-firefox
Licenses: GPL 3+
Build system: emacs
Synopsis: Enhanced support for Firefox under EXWM
Description:

This package adds enhanced support for Firefox (and forks based on Firefox) under EXWM. Keybindings intentionally mirror other Emacs navigation controls.

emacs-queue 0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://www.dr-qubit.org/emacs_data-structures.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Queue data structure for Emacs
Description:

This Emacs library provides queue data structure. These queues can be used both as a first-in last-out (FILO) and as a first-in first-out (FIFO) stack, i.e. elements can be added to the front or back of the queue, and can be removed from the front. This type of data structure is sometimes called an "output-restricted deque".

emacs-org-wild-notifier 0.5.0
Propagated dependencies: emacs-dash@2.20.0 emacs-alert@1.3 emacs-async@1.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/akhramov/org-wild-notifier.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Customizable Org Agenda notifications
Description:

This package provides notification functions for Org Agenda.

emacs-multi-term 1.5-0.017c77c
Dependencies: zsh@5.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/manateelazycat/multi-term
Licenses: GPL 3+
Build system: emacs
Synopsis: Manage multiple terminal buffers in Emacs
Description:

This package enhances term.el with the following features:

  1. Functions to switch between multiple terminal buffers

  2. List of keys to be intercepted by emacs-multi-term instead of by the underlying terminal

  3. Kills the unused buffer left after exiting the terminal

  4. Kills the running sub-processes along with the terminal when killing the it forcibly

  5. Dedicated window for debugging program.

emacs-standard-dirs 2.0.0
Propagated dependencies: emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lafrenierejm/standard-dirs.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Platform-specific paths for config, cache, and other data
Description:

This package provides platform-specific paths for reading and writing configuration, cache, and other data.

emacs-tramp 2.8.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://savannah.gnu.org/projects/tramp
Licenses: GPL 3+
Build system: emacs
Synopsis: Remote file editing package for Emacs
Description:

Tramp stands for ``Transparent Remote (file) Access, Multiple Protocol''. This package provides remote file editing, using a combination of rsh and rcp or other work-alike programs, such as ssh and scp.

emacs-shell-maker 0.84.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xenodium/shell-maker
Licenses: GPL 3+
Build system: emacs
Synopsis: Create Emacs shells
Description:

Shell Maker is a convenience wrapper around Comint mode.

emacs-elquery 1.1.0
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/AdamNiederer/elquery/
Licenses: GPL 3+
Build system: emacs
Synopsis: Read and manipulate HTML in Emacs
Description:

Elquery is a library that lets you parse, query, set, and format HTML using Emacs Lisp. It implements most of the querySelector API, and can get and set HTML attributes.

emacs-dired-quick-sort 0.3
Propagated dependencies: emacs-hydra@0.15.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/xuhdev/dired-quick-sort/
Licenses: GPL 3+
Build system: emacs
Synopsis: Automatic sorting of Dired buffers
Description:

{dired-quick-sort

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-context-transient 1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/licht1stein/context-transient.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Context specific transients
Description:

This package makes it easy to define and call context-specific emacs-transient menus for current project, git repo, buffer or any other condition.

emacs-go-mode 1.6.0
Dependencies: godef@1.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dominikh/go-mode.el
Licenses: Modified BSD
Build system: emacs
Synopsis: Go mode for Emacs
Description:

This package provides go-mode, an Emacs mode for working with software written in the Go programming language.

emacs-taxy 0.10.2
Propagated dependencies: emacs-magit@4.4.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/taxy.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Programmable taxonomical grouping for arbitrary objects
Description:

Taxy provides a programmable way to classify arbitrary objects into a hierarchical taxonomy. Allows you to automatically put things in nested groups.

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.

emacs-treebundel 0.3.0
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/purplg/treebundel
Licenses: Expat
Build system: emacs
Synopsis: Bundle related git-worktrees together
Description:

This package is used for bundling related git-worktrees from multiple repositories together. This helps switch quickly between repositories and ensure you're on the correct branch. When you're done with your changes, you can use the repositories in the workspace and know which ones were modified to simplify the process of getting the changes merged in together. Additionally, git metadata is shared between all projects. You can stash, pop, and pull changes in from the same repository in other workspaces thanks to the power of git-worktrees.

emacs-ido-vertical-mode 0.1.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/creichert/ido-vertical-mode.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Makes ido-mode display vertically
Description:

Makes ido-mode display prospects vertically.

emacs-minibuffer-line 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/minibuffer-line.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Display status info in the minibuffer window
Description:

This package lets you display various status information in the minibuffer window instead of the mode-line. Of course, this is only displayed when the minibuffer window is not already used for other things (e.g. a minibuffer or an each area message).

The contents and aspect is controlled by the minibuffer-line-format variable and the minibuffer-line face.

emacs-with-editor 3.4.7
Propagated dependencies: emacs-async@1.9.9 emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/magit/with-editor
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs library for using Emacsclient as EDITOR
Description:

This package provides an Emacs library to use the Emacsclient as $EDITOR of child processes, making sure they know how to call home. For remote processes a substitute is provided, which communicates with Emacs on stdout instead of using a socket as the Emacsclient does.

emacs-webpaste 3.2.2-1.8ac7b2d
Propagated dependencies: emacs-request@0.3.2-1.3336eaa
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/etu/webpaste.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Paste to pastebin-like services
Description:

This mode pastes whole buffers or parts of buffers to pastebin-like services. It supports more than one service and will failover if one service fails. More services can easily be added over time and preferred services can easily be configured.

emacs-mmt 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mrkkrp/mmt
Licenses: GPL 3+
Build system: emacs
Synopsis: Classic tools to write Emacs Lisp macros
Description:

Emacs MMT is a package that contains classic tools for Emacs Lisp developers who want to write macros with convenience.

emacs-centaur-tabs 3.2
Propagated dependencies: emacs-all-the-icons@5.0.0 emacs-powerline@2.5-0.c35c35b
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ema2159/centaur-tabs
Licenses: GPL 3+
Build system: emacs
Synopsis: Modern looking tabs plugin for Emacs
Description:

This projects aims to become an aesthetic, functional and efficient tabs plugin for Emacs with a lot of customization options.

emacs-highlight-defined 0.1.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Fanael/highlight-defined
Licenses: GPL 3+
Build system: emacs
Synopsis: Syntax highlighting of known Elisp symbols
Description:

Minor mode providing syntax highlighting of known Emacs Lisp symbols. Currently the code distinguishes Lisp functions, built-in functions, macros, faces and variables. To enable call highlight-defined-mode.

emacs-helm-system-packages 1.10.2
Dependencies: recutils@1.9
Propagated dependencies: emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-system-packages
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm System Packages is an interface to your package manager
Description:

List all available packages in Helm (with installed packages displayed in their own respective face). Fuzzy-search, mark and execute the desired action over any selections of packages: Install, uninstall, display packages details (in Org Mode) or insert details at point, find files owned by packages... And much more, including performing all the above over the network.

Total packages: 69244