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

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-drag-stuff 0.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/rejeep/drag-stuff
Licenses: GPL 3+
Build system: emacs
Synopsis: Drag stuff around in Emacs
Description:

Drag Stuff is a minor mode for Emacs that makes it possible to drag stuff (words, region, lines) around in Emacs.

emacs-suneater-theme 2.5.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://git.sr.ht/~plattfot/suneater-theme
Licenses: GPL 3+
Build system: emacs
Synopsis: Minimalistic dark theme for Emacs
Description:

Suneater is a dark, minimalistic Emacs theme. It was based on Sunburst theme but now takes more inspiration from the Nano theme.

emacs-smooth-scroll 1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/k-talo/smooth-scroll.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode for smooth and in-place scrolling in Emacs
Description:

This package provides the smooth-scroll-mode minor mode for Emacs, enabling smooth and in-place scrolling functionality.

emacs-highlight-escape-sequences 0.4-0.08d846a
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dgutov/highlight-escape-sequences
Licenses: GPL 3+
Build system: emacs
Synopsis: Highlight escape sequences in Emacs
Description:

highlight-escape-sequences provides an Emacs minor mode to escape sequences in code.

emacs-discover-my-major 1.0
Propagated dependencies: emacs-makey@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://framagit.org/steckerhalter/discover-my-major/
Licenses: GPL 3+
Build system: emacs
Synopsis: Discover key bindings for the current Emacs major mode
Description:

This package discovers key bindings and their meaning for the current Emacs major-mode.

emacs-gnus-harvest 1.0-0.feda071
Dependencies: sqlite@3.39.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jwiegley/gnus-harvest
Licenses: GPL 3+
Build system: emacs
Synopsis: Harvest email addresses from read/written Gnus articles
Description:

gnus-harvest notices email address in every message or post you read or write, and collects them in a SQLite database, which can be easily and quickly queried to determine the completion list. It optionally uses BBDB and Message-X.

emacs-url-http-oauth 0.8.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/url-http-oauth.html
Licenses: GPL 3+
Build system: emacs
Synopsis: OAuth 2.0 for URL library
Description:

Url HTTP Oauth adds OAuth 2.0 support to Emacs's URL library.

emacs-evil-leader 0.4.3
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/cofi/evil-leader
Licenses: GPL 3+
Build system: emacs
Synopsis: Implement <leader> feature from Vim
Description:

Evil Leader provides the <leader> feature from Vim that provides an easy way to bind keys under a configurable prefix key.

emacs-vterm 0.0.2-3.a01a289
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/akermu/emacs-libvterm
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs libvterm integration
Description:

This package implements a bridge to libvterm to display a terminal in an Emacs buffer.

emacs-rpm-spec-mode 0.16-0.c1c3805
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/stigbjorlykke/rpm-spec-mode
Licenses: GPL 2+
Build system: emacs
Synopsis: Emacs major mode for editing RPM spec files
Description:

emacs-rpm-spec-mode provides an Emacs major mode for editing RPM spec files.

emacs-palimpsest 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/danielsz/Palimpsest
Licenses: GPL 3+
Build system: emacs
Synopsis: Remove text without permanently deleting it
Description:

This minor mode for Emacs provides several strategies to remove text without permanently deleting it. Namely, it can send selected test to the bottom, or top, of the buffer, or to a trash file.

emacs-eglot-x 0.6-1.8e872ef
Dependencies: emacs-eglot@1.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nemethf/eglot-x
Licenses: GPL 3+
Build system: emacs
Synopsis: Protocol extensions for Eglot
Description:

This package adds support for some LSP extensions to emacs-eglot.

emacs-affe 0.9
Propagated dependencies: emacs-consult@3.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/affe
Licenses: GPL 3+
Build system: emacs
Synopsis: Asynchronous fuzzy finder for Emacs
Description:

This package provides Affe, an asynchronous fuzzy finder for GNU Emacs written in pure Emacs Lisp. It spawns an external producer process, such as find or grep, and filters the output asynchronously. The UI remains responsive, and results are shown via the Consult interface. Affe is experimental and best suited for small to medium projects.

emacs-alarm-clock 1.0.4
Dependencies: libnotify@0.8.8 mpg123@1.33.5
Propagated dependencies: emacs-f@0.21.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wlemuel/alarm-clock
Licenses: GPL 3+
Build system: emacs
Synopsis: Alarm clock for Emacs
Description:

Alarm Clock provides an alarm clock for Emacs.

emacs-cyrillic-dvorak-im 0.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xFA25E/cyrillic-dvorak-im
Licenses: GPL 3+
Build system: emacs
Synopsis: Cyrillic input method for dvorak layout
Description:

Cyrillic input method for dvorak layout.

emacs-eglot-jl 2.4.0
Propagated dependencies: emacs-eglot@1.23
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/non-Jedi/eglot-jl
Licenses: CC0
Build system: emacs
Synopsis: Julia support for Eglot
Description:

This package adds support for Eglot to the Julia language.

emacs-helm-exwm 0.0.2
Propagated dependencies: emacs-helm@4.0.7 emacs-exwm@0.35
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-exwm
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm for EXWM buffers
Description:

helm-exwm runs a Helm session over the list of EXWM buffers. helm-exwm-switch is a convenience X application launcher using Helm to switch between the various windows of one or several specific applications. See helm-exwm-switch-browser for an example.

emacs-neocities 1.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/coopi/emacs-neocities
Licenses: AGPL 3+
Build system: emacs
Synopsis: Client library for the Neocities API
Description:

This package provides an Emacs Lisp client for the Neocities API. It supports uploading and deleting files, listing site contents, and querying site information. Requests are synchronous by default but can be made asynchronous via a callback. Authentication uses API keys, obtainable with neocities-fetch-api-key.

emacs-latex-extra 1.14-0.a81e758
Propagated dependencies: emacs-auctex@14.1.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Malabarba/latex-extra
Licenses: GPL 3+
Build system: emacs
Synopsis: Usability improvements for LaTeX mode
Description:

Latex-extra defines extra commands and keys for LaTeX mode, as well as brings user experience improvements.

emacs-calfw 2.0
Propagated dependencies: emacs-howm@1.5.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kiwanami/emacs-calfw/
Licenses: GPL 3+
Build system: emacs
Synopsis: Calendar framework for Emacs
Description:

This package displays a calendar view with various schedule data in the Emacs buffer.

emacs-citar 1.4.0
Propagated dependencies: emacs-auctex@14.1.2 emacs-citeproc@0.9.4-0.a3d62ab emacs-embark@1.2 emacs-org@9.8.3 emacs-parsebib@6.7 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bdarcus/citar
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs package to quickly find and act on bibliographic entries
Description:

This package provides a completing-read front-end to browse and act on BibTeX, BibLaTeX, and CSL JSON bibliographic data, and LaTeX, markdown, and Org cite editing support.

When used with Vertico (or Selectrum), Embark, and Marginalia, it provides similar functionality to helm-bibtex and ivy-bibtex: quick filtering and selecting of bibliographic entries from the minibuffer, and the option to run different commands against them.

With Embark, it also makes available at-point actions in Org citations.

emacs-dwim-shell-command 0.63.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xenodium/dwim-shell-command
Licenses: GPL 3+
Build system: emacs
Synopsis: Shell commands with @acronym{DWIM, do what I mean} behaviour
Description:

This package provides dwim-shell-command as an opinionated, DWIM alternative to shell-command.

emacs-rainbow-mode 1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/rainbow-mode.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Colorize color names in buffers
Description:

This minor mode sets background color to strings that match color names, e.g., #0000ff is displayed in white with a blue background.

emacs-chronometrist 0.10.0
Propagated dependencies: emacs-alert@1.3 emacs-dash@2.20.0 emacs-s@1.13.0 emacs-spark@20160503-1.0bf148c emacs-ts@0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/contrapunctus-1/chronometrist
Licenses: Unlicense WTFPL 2
Build system: emacs
Synopsis: Time tracker for Emacs
Description:

Chronometrist is a time tracker in Emacs, largely modelled after the Android application, A Time Tracker.

Its features are:

  • Simple and efficient to use,

  • Displays useful information about your time usage,

  • Support for both mouse and keyboard,

  • Human errors in tracking are easily fixed by editing a plain text file,

  • Hooks to let you perform arbitrary actions when starting/stopping tasks.

Total packages: 72465