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

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-titlecase 0.4.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/duckwork/titlecase.el/
Licenses: GPL 3
Build system: emacs
Synopsis: Capitalise titles
Description:

This package provides a best-effort attempt at capitalizing titles, only in English, with Emacs.

emacs-ace-window 0.10.0
Propagated dependencies: emacs-avy@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/ace-window
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly switch windows in Emacs
Description:

ace-window is meant to replace other-window. In fact, when there are only two windows present, other-window is called. If there are more, each window will have its first character highlighted. Pressing that character will switch to that window.

emacs-monokai-theme 3.5.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/oneKelvinSmith/monokai-emacs
Licenses: GPL 3+
Build system: emacs
Synopsis: High contrast color theme for Emacs
Description:

Monokai theme is a port of the popular TextMate Monokai theme for Emacs.

emacs-ob-ipython 20180224
Propagated dependencies: emacs-f@0.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://www.gregsexton.org
Licenses: GPL 3+
Build system: emacs
Synopsis: Org-Babel functions for IPython evaluation
Description:

This package adds support to Org-Babel for evaluating Python source code using IPython.

emacs-go-translate 3.2.1
Propagated dependencies: emacs-pdd@0.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lorniu/gt.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Configurable and scalable translation framework
Description:

This is a translation framework on Emacs, with high configurability and extensibility. It can easily be extended to various Text-to-Text conversion scenarios.

emacs-liberime 0.0.6-0.cc9eb98
Dependencies: librime@1.10.0 rime-data@0.38.20210802
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/merrickluo/liberime
Licenses: GPL 3+
Build system: emacs
Synopsis: Librime Emacs Lisp binding
Description:

Liberime is an Emacs dynamic module provide librime bindings.

emacs-helm-swoop 3.0.0
Propagated dependencies: emacs-helm@4.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/helm-swoop
Licenses: GPL 2+
Build system: emacs
Synopsis: Filter and jump to lines in an Emacs buffer using Helm
Description:

This package builds on the Helm interface to provide several commands for search-based navigation of buffers.

emacs-ace-link 0.5.0
Propagated dependencies: emacs-avy@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/ace-link
Licenses: GPL 3+
Build system: emacs
Synopsis: Quickly follow links in Emacs
Description:

Currently, to jump to a link in a Info-mode, help-mode, woman-mode, org-mode, eww-mode, compilation-mode, goto-address-mode buffer, you can tab through the links to select the one you want. This is an O(N) operation, where the N is the amount of links. This package turns this into an O(1) operation. It does so by assigning a letter to each link using avy.

emacs-exwm-firefox-core 1.0-1.e2fe2a8
Dependencies: emacs-exwm@0.34
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/walseb/exwm-firefox-core
Licenses: GPL 3+
Build system: emacs
Synopsis: Control Firefox with EXWM
Description:

This package contains functions that execute exwm keypresses mapped in firefox to the action described in the function name.

emacs-format-all-the-code 0.6.0
Propagated dependencies: emacs-inheritenv@0.2 emacs-language-id@0.20
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lassik/emacs-format-all-the-code
Licenses: Expat
Build system: emacs
Synopsis: Auto-format any source code
Description:

This package lets you auto-format source code in many languages using the same command for all languages, instead of learning a different Emacs package and formatting command for each language. Over 70 languages are supported, including Emacs Lisp, Kotlin, Go and Rust.

emacs-activities 0.7.2
Propagated dependencies: emacs-persist@0.8
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alphapapa/activities.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Save/restore sets of windows, tabs/frames, and their buffers
Description:

Inspired by Genera's and KDE's concepts of "activities", this library allows the user to select an "activity", the loading of which restores a window configuration into a tab-bar tab or frame, along with the buffers shown in each window. Saving an activity saves the state for later restoration. Switching away from an activity saves the last-used state for later switching back to, while still allowing the activity's initial or default state to be restored on demand. Resuming an activity loads the last-used state, or the initial/default state when a universal argument is provided. The implementation uses the bookmark system to save buffers states–that is, any major mode that supports the bookmark system is compatible.

emacs-bash-completion 3.2-0.d32863d
Dependencies: bash@5.2.37
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/szermatt/emacs-bash-completion
Licenses: GPL 2+
Build system: emacs
Synopsis: Bash completion for the shell buffer
Description:

Bash Completion defines dynamic completion hooks for Shell mode and shell-command prompts that are based on Bash completion.

emacs-consult-mu 1.0-0.e1dc636
Propagated dependencies: emacs-consult@3.1 emacs-embark@1.1 mu@1.12.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/armindarvish/consult-mu/
Licenses: GPL 3+
Build system: emacs
Synopsis: Search mu4e emails with Consult
Description:

This package provides a query interface for mu4e using Consult.

emacs-bray 0.1-0.59574fc
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-bray/
Licenses: GPL 3+
Build system: emacs
Synopsis: Lightweight modal editing framework
Description:

This package provides a blank-slate for users to define their own modal editing workflow. It has the following features, among others:

  • The user can define custom states (like, say, normal, insert etc.) in any number at will;

  • States may be buffer-local, allowing context-dependent configuration and behavior;

  • States can hold settings such as cursor, keymaps and enter/exit hooks;

emacs-helm-fish-completion 0.6
Propagated dependencies: emacs-helm@4.0.6 emacs-fish-completion@1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-fish-completion
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm interface for Emacs fish-completion
Description:

Helm Fish Completion is a Helm interface for Emacs fish-completion. It can be used in both Eshell and M-x shell.

emacs-casual-dired 2.11.2
Propagated dependencies: emacs-magit@4.4.2 emacs-transient@0.11.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kickingvegas/casual/
Licenses: GPL 3+
Build system: emacs
Synopsis: Transient user interfaces for various modes
Description:

Casual is a collection of opinionated Transient-based keyboard driven user interfaces for various built-in modes.

emacs-nssh 0.9.12-1.74d4373
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/emacs-weirdware/nssh
Licenses: GPL 3+
Build system: emacs
Synopsis: SSH mode for Emacs
Description:

This package provides an SSH mode for Emacs, built on top of Tramp and shell mode. It keeps a history of previously connected hosts and supports auto-completion of known hosts.

emacs-info-rename-buffer 20200328.1147-0.87fb263
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/oitofelix/info-rename-buffer
Licenses: GPL 3
Build system: emacs
Synopsis: Rename Info buffers to match manuals
Description:

info-rename-buffer-mode is a global minor-mode that automatically renames Info buffers to match their visiting manual. That's a useful feature when consulting several Info manuals simultaneously, because it frees the user from the burden of renaming Info buffers to descriptive names manually before visiting another manual, thus avoiding accidentally overriding the currently visited node in case the user tries to open a new Info buffer.

emacs-dired-launch 20240809.1910
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/thomp/dired-launch
Licenses: GPL 3+
Build system: emacs
Synopsis: Extra command to launch external programs
Description:

This package provides a method to open entries in external programs from dired.

emacs-compile-angel 1.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jamescherti/compile-angel.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Automatically byte/native-compile all Elisp files
Description:

This package speeds up Emacs by ensuring that all Elisp libraries are both byte-compiled and native-compiled.

emacs-turtles 2.0.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/szermatt/turtles
Licenses: GPL 3+
Build system: emacs
Synopsis: Library for writing ERT-based tests
Description:

This package helps writing ERT-based tests that check how Emacs renders buffers and windows. The ERT tests can be run interactively or in batch mode.

emacs-emamux 0.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/syohex/emacs-emamux
Licenses: GPL 3+
Build system: emacs
Synopsis: Manipulate Tmux from Emacs
Description:

emacs-emamux lets Emacs interact with the tmux terminal multiplexer.

emacs-org-ref 3.1-0.732a20b
Propagated dependencies: emacs-avy@0.5.0 emacs-citeproc@0.9.4 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-helm-bibtex@2.0.1-2.6064e86 emacs-htmlize@1.59 emacs-hydra@0.15.0 emacs-ox-pandoc@2.0 emacs-parsebib@6.7 emacs-request@0.3.2-1.3336eaa emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jkitchin/org-ref
Licenses: GPL 3+
Build system: emacs
Synopsis: Citations, cross-references and bibliographies in Org mode
Description:

Org Ref is an Emacs library that provides rich support for citations, labels and cross-references in Org mode.

The basic idea of Org Ref is that it defines a convenient interface to insert citations from a reference database (e.g., from BibTeX files), and a set of functional Org links for citations, cross-references and labels that export properly to LaTeX, and that provide clickable functionality to the user. Org Ref interfaces with Helm BibTeX to facilitate citation entry, and it can also use RefTeX.

It also provides a fairly large number of utilities for finding bad citations, extracting BibTeX entries from citations in an Org file, and functions to create and modify BibTeX entries from a variety of sources, most notably from a DOI.

Org Ref is especially suitable for Org documents destined for LaTeX export and scientific publication. Org Ref is also useful for research documents and notes.

emacs-xclip 1.11.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/xclip.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Copy and paste GUI clipboard from Emacs in text terminal
Description:

This package allows Emacs to copy to and paste from the GUI clipboard when running in text terminal.

It can use external command-line tools for that, e.g., xclip or xsel, which you may need to install in order for the package to work.

Total packages: 69245