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

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-git-timemachine 4.11-0.d8ffd0d
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://codeberg.org/pidu/git-timemachine
Licenses: GPL 3+
Build system: emacs
Synopsis: Step through historic versions of Git-controlled files
Description:

This package enables you to step through historic versions of files under Git version control from within Emacs.

emacs-flycheck-package 0.13-0.303f9e0
Propagated dependencies: emacs-flycheck@35.0 emacs-package-lint@0.26
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/purcell/flycheck-package
Licenses: GPL 3+
Build system: emacs
Synopsis: Flycheck checker for elisp package authors
Description:

Provides feedback via flycheck about issues with the package metadata of a file, e.g. the package dependencies it requires.

emacs-languagetool 0.4.2
Propagated dependencies: emacs-request@0.3.2-1.3336eaa
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/PillFall/Emacs-LanguageTool.el
Licenses: GPL 3+
Build system: emacs
Synopsis: LanguageTool integration for Emacs
Description:

Use LanguageTool as your grammar, orthography and styling checker tool in Emacs. Languagetool is a utility tool to check and show suggestions made by LanguageTool in the buffer. Also has real time suggestions made by the LanguageTool Server.

emacs-el-easydraw 1.0.0-0.f1c12da
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/misohena/el-easydraw
Licenses: GPL 3+
Build system: emacs
Synopsis: Embedded drawing tool for Emacs
Description:

Emacs Easy Draw is a drawing tool that runs inside Emacs.

emacs-vertico-x 0.0.1-1.215bd3c
Propagated dependencies: emacs-vertico@1.7-4.c7ed431
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/vertico-x
Licenses: GPL 3+
Build system: emacs
Synopsis: Extensions for vertico
#<unspecified>
emacs-telega 0.8.420-0.15b0820
Dependencies: emacs-telega-server@0.8.420-0.15b0820 ffmpeg@5.1.6 tgs2png@0.1.0-0.ef068cc
Propagated dependencies: emacs-visual-fill-column@2.7.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://zevlg.github.io/telega.el/
Licenses: GPL 3+
Build system: emacs
Synopsis: Server process of Telega
Description:

Telega-server is helper program to interact with Telegram service, and connect it with Emacs via inter-process communication.

emacs-cuirass 0.3-1.4b89e02
Propagated dependencies: emacs-bui@1.2.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/cuirass.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Interface for Guix build farm Cuirass
#<unspecified>
emacs-ledger-mode 4.0.0-0.11e8503
Dependencies: ledger@3.4.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://ledger-cli.org/
Licenses: GPL 2+
Build system: emacs
Synopsis: Command-line double-entry accounting program
Description:

Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line. This may put off some users, since there is no flashy UI, but for those who want unparalleled reporting access to their data there are few alternatives.

Ledger uses text files for input. It reads the files and generates reports; there is no other database or stored state. To use Ledger, you create a file of your account names and transactions, run from the command line with some options to specify input and requested reports, and get output. The output is generally plain text, though you could generate a graph or html instead. Ledger is simple in concept, surprisingly rich in ability, and easy to use.

This package provides the Emacs mode.

emacs-rg 2.4.0
Dependencies: ripgrep@15.1.0
Propagated dependencies: emacs-s@1.13.0 emacs-wgrep@3.0.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://rgel.readthedocs.io/en/latest/
Licenses: GPL 3+
Build system: emacs
Synopsis: Search tool based on @code{ripgrep}
Description:

rg is an Emacs search package based on the ripgrep command line tool. It allows one to interactively search based on the editing context then refine or modify the search results.

emacs-oauth2 0.21-9.31e7a23
Propagated dependencies: emacs-plz@0.9.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/oauth2.html
Licenses: GPL 3+
Build system: emacs
Synopsis: OAuth 2.0 authorization protocol implementation
Description:

This package provides an Elisp implementation of the OAuth 2.0 draft. The main entry point is oauth2-auth-and-store which will return a token structure. This token structure can be then used with oauth2-url-retrieve-synchronously or oauth2-url-retrieve to retrieve any data that need OAuth authentication to be accessed. If the token needs to be refreshed, the code handles it automatically and stores the new value of the access token.

emacs-consult-dir 0.1-0.08f543a
Propagated dependencies: emacs-consult@0.34-6.576a54f
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/karthink/consult-dir
Licenses: GPL 3+
Build system: emacs
Synopsis: Consult based directory picker
Description:

Consult-dir implements commands to easily switch between "active" directories. The directory candidates are collected from user bookmarks, projectile project roots (if available), project.el project roots and recentf file locations. The `default-directory' variable not changed in the process.

emacs-flymake-kondor 0.1.0-1.0058ef5
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/turbo-cafe/flymake-kondor
Licenses: GPL 3+
Build system: emacs
Synopsis: Linter with clj-kondo
Description:

This package adds Clojure syntax checker clj-kondo.

emacs-ephone 0.1-0.6447fe9
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/27justin/ephone.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Interface with HFP capable Bluetooth devices from inside Emacs
Description:

Control the telephony stack of your smartphone from inside Emacs via ofono and Bluetooth.

emacs-embark 0.22.1-8.f883140
Dependencies: xdg-utils@1.2.1
Propagated dependencies: emacs-compat@30.1.0.1
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/oantolin/embark
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs mini-buffer actions rooted in keymaps
Description:

This package provides a sort of right-click contextual menu for Emacs offering you relevant actions to use on a target determined by the context.

In the minibuffer, the target is the current best completion candidate. In the *Completions* buffer the target is the completion at point. In a regular buffer, the target is the region if active, or else the file, symbol or URL at point.

The type of actions offered depend on the type of the target. For files you get offered actions like deleting, copying, renaming, visiting in another window, running a shell command on the file, etc. For buffers the actions include switching to or killing the buffer. For package names the actions include installing, removing or visiting the homepage.

emacs-seriestracker 1.2.0-2.eb77311
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/MaximeWack/seriesTracker
Licenses: GPL 3+
Build system: emacs
Synopsis: Series tracker
Description:

This package provides a major mode for tracking TV shows. TV shows data (episode list, release dates, etc.) are sourced from the free database hosted at episodate.com. The mode presents an outlined list of tracked shows, their episodes and release dates, and enables the userto see when new episodes for their favorite shows get released, and track their progress in watching a series.

emacs-peertube 0.3.1-0.bb529db
Propagated dependencies: emacs-transmission@0.12.2
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~yoctocell/peertube
Licenses: GPL 3+
Build system: emacs
Synopsis: Query and download PeerTube videos
Description:

This package provides an interface to search for PeerTube videos and lists the results in a buffer as a tabulated list.

peertube.el queries https://sepiasearch.org/, the official search engine for PeerTube. Learn more at {https://joinpeertube.org/

emacs-info-colors 0.2.1-0.47ee73c
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/ubolonton/info-colors
Licenses: GPL 3+
Build system: emacs
Synopsis: Extra colors for Info-mode
Description:

This is a modern adaption of the extra coloring provided by Drew Adams' info+ package.

emacs-async 1.9.9
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/jwiegley/emacs-async
Licenses: GPL 3+
Build system: emacs
Synopsis: Asynchronous processing in Emacs
Description:

This package provides the ability to call asynchronous functions and processes. For example, it can be used to run dired commands (for copying, moving, etc.) asynchronously using dired-async-mode. Also it is used as a library for other Emacs packages.

emacs-nordrrr 0.1-19.923a55a
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/nordrrr
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs nord theme
#<unspecified>
emacs-aurel 0.9
Propagated dependencies: emacs-bui@1.2.1 emacs-dash@2.20.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/alezost/aurel
Licenses: GPL 3+
Build system: emacs
Synopsis: Search, get info, vote for and download AUR packages
Description:

This package provides an interface for searching, getting information, voting for, subscribing and downloading packages from the Arch User Repository (AUR) https://aur.archlinux.org.

emacs-ob-elixir 0.0.1-1.4eae478
Dependencies: elixir@1.19.3
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/zweifisch/ob-elixir
Licenses: GPL 3+
Build system: emacs
Synopsis: Org-babel functions for Elixir evaluation
Description:
emacs-mastodon-alt 0.0.1-0.e99161f
Propagated dependencies: emacs-mastodon@1.0.13-4.a8c80d2
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://github.com/rougier/mastodon-alt
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs alternative mastodon layout
Description:
emacs-guix 0.5.2-6.a85f070
Dependencies: guile@3.0.9 guix@1.5.0rc1
Propagated dependencies: emacs-bui@1.2.1 emacs-dash@2.20.0 emacs-edit-indirect@0.1.13 emacs-geiser@0.32 emacs-geiser-guile@0.28.3 emacs-magit-popup@2.13.3 guile-gcrypt@0.5.0
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://guix.gnu.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Emacs interface for GNU Guix
Description:

Emacs-Guix provides a visual interface, tools and features for the GNU Guix package manager. Particularly, it allows you to do various package management tasks from Emacs. To begin with, run M-x guix-about or M-x guix-help command.

emacs-vc-pijul 0.3-3.3620c44
Channel: rrr
Location: rrr/packages/emacs-xyz.scm (rrr packages emacs-xyz)
Home page: https://git.sr.ht/~akagi/vc-pijul
Licenses: GPL 3+
Build system: emacs
Synopsis: VC backend for Pijul
#<unspecified>
Page: 12345615
Total packages: 347