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

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.


xplr-type-to-nav 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/type-to-nav.xplr
Licenses: Expat
Build system: trivial
Synopsis: type-to-nav port for xplr
Description:

Inspired by nnn's type-to-nav mode for xplr, with some tweaks.

xplr-regex-search 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/regex-search.xplr
Licenses: Expat
Build system: trivial
Synopsis: Bring back the regex based seach in xplr
Description:

Since version v0.19.4, xplr search will default to native fuzzy matching.

This plugin is for people who prefer the old regex based filtered search because it allows more control for advanced use cases.

xplr-material-landscape 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/material-landscape.xplr
Licenses: Expat
Build system: trivial
Synopsis: xplr theme - Material Landscape
Description:

xplr theme - Material Landscape.

xplr-one-table-column 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/duganchen/one-table-column.xplr
Licenses: Expat
Build system: trivial
Synopsis: XPLR Single Column Layout
Description:

XPLR Single Column Layout.

xplr-dual-pane 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/dual-pane.xplr
Licenses: Expat
Build system: trivial
Synopsis: Implements support for dual-pane navigation into xplr
Description:

This plugin implements support for dual-pane navigation into xplr.

xplr-zoxide 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/zoxide.xplr
Licenses: Expat
Build system: trivial
Synopsis: zoxide integration for xplr
Description:

zoxide integration for xplr.

xplr-alacritty 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/alacritty.xplr
Licenses: Expat
Build system: trivial
Synopsis: Alacritty integration for xplr
Description:

Alacritty integration for xplr

xplr-trash-cli 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/trash-cli.xplr
Licenses: Expat
Build system: trivial
Synopsis: trash-cli integration for xplr
Description:

Trash files and directories using trash-cli.

xplr-extra-icons 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/dtomvan/extra-icons.xplr
Licenses: Expat
Build system: trivial
Synopsis: Adds (dev)icons to xplr.
Description:

This plugin adds 100+ new icons to the xplr column view.

xplr-zentable 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/zentable.xplr
Licenses: Expat
Build system: trivial
Synopsis: A clean, distraction free xplr table UI
Description:

A clean, distraction free xplr table UI

xplr-paste-rs 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/dtomvan/paste-rs.xplr
Licenses: Expat
Build system: trivial
Synopsis: Use this plugin to paste your files to paste.rs, and open/delete them later in fzf
Description:

Use this plugin to paste your files to paste.rs, and open/delete them later in fzf.

xplr-registers 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/registers.xplr
Licenses: Expat
Build system: trivial
Synopsis: Use multiple registers to store selected paths
Description:

Use multiple registers to store selected paths.

xplr-qrcp 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/qrcp.xplr
Licenses: Expat
Build system: trivial
Synopsis: qrcp integration for xplr
Description:

Create qr codes using qrcp in xplr.

xplr-web-devicons 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://gitlab.com/hartang/xplr/web-devicons.xplr
Licenses: Expat
Build system: trivial
Synopsis: An adaption of nvim-devicons for the xplr file explorer.
Description:

A plugin for xplr that introduces all the nvim-web-devicons with theming included.

xplr-command-mode 0.2.1
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/command-mode.xplr
Licenses: Expat
Build system: trivial
Synopsis: The missing command mode for xplr
Description:

xplr has no concept of commands. By default, it requires us to map keys directly to a list of messages. While for the most part this works just fine, sometimes it gets difficult to remember which action is mapped to which key inside which mode. Also, not every action needs to be bound to some key.

In short, sometimes, it's much more convenient to define and enter commands to perform certain actions than trying to remember key bindings.

xplr-preview-tabbed 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/sayanarijit/preview-tabbed.xplr
Licenses: Expat
Build system: trivial
Synopsis: Previewer implementation for xplr using suckless tabbed and nnn preview-tabbed
Description:

Preview paths using suckless tabbed and nnn preview-tabbed.

xplr-context-switch 0.0
Channel: firefly
Location: firefly/packages/xplr.scm (firefly packages xplr)
Home page: https://github.com/igorepst/context-switch.xplr
Licenses: Expat
Build system: trivial
Synopsis: Context switch for xplr
Description:

Saves and loads 10 contexts, incl. focused node, sorters & filters.

emacs-agent-shell-kaagum 0.1.0
Dependencies: kaagum@0.1.0
Propagated dependencies: emacs-agent-shell@0.57.1
Channel: kaagum
Location: kaagum-package.scm (kaagum-package)
Home page: https://forge.systemreboot.net/kaagum
Licenses: GPL 3+
Build system: emacs
Synopsis: agent-shell integration for the kaagum AI agent
Description:

This package provides agent-shell integration for the kaagum AI agent.

kaagum 0.1.0
Dependencies: guile-next@3.0.11-1.b0f6549 guile-json@4.7.3 guile-lens@0.1-1.722dcf7 guix@1.5.0-4.2ef8ed9 nss-certs@3.101.4
Channel: kaagum
Location: kaagum-package.scm (kaagum-package)
Home page: https://forge.systemreboot.net/kaagum
Licenses: GPL 3+
Build system: gnu
Synopsis: Tiny, security-focused AI agent in Guile
Description:

kaagum is a tiny, security-focused AI agent written in Guile with minimal dependencies. Kaagum works with any LLM that provides an OpenAI-compatible API.

kaagum runs tool calls securely using containers and capability-based access. Tool calls have limited or no access to the filesystem and to the network. Capabilities allow network access to be controlled with fine granularity. Containers are implemented using Guix's container API.

kaagum offers no user interface on its own. Instead, it speaks the ACP and allows you to use any compatible user interface of your choice.

font-nerd-fonts 3.4.0
Dependencies: font-nerd-fonts-0xproto@3.4.0 font-nerd-fonts-3270@3.4.0 font-nerd-fonts-adwaita-mono@3.4.0 font-nerd-fonts-agave@3.4.0 font-nerd-fonts-anonymice-pro@3.4.0 font-nerd-fonts-arimo@3.4.0 font-nerd-fonts-atkinson-hyperlegible-mono@3.4.0 font-nerd-fonts-aurulent-sans-mono@3.4.0 font-nerd-fonts-big-blue-terminal@3.4.0 font-nerd-fonts-bitstrom-wera@3.4.0 font-nerd-fonts-blex-mono@3.4.0 font-nerd-fonts-caskaydia-cove@3.4.0 font-nerd-fonts-caskaydia-mono@3.4.0 font-nerd-fonts-code-new-roman@3.4.0 font-nerd-fonts-comic-shanns-mono@3.4.0 font-nerd-fonts-commit-mono@3.4.0 font-nerd-fonts-cousine@3.4.0 font-nerd-fonts-d2-coding-ligature@3.4.0 font-nerd-fonts-daddytimemono@3.4.0 font-nerd-fonts-departure-mono@3.4.0 font-nerd-fonts-dejavu-sans-mono@3.4.0 font-nerd-fonts-droid-sans-mono@3.4.0 font-nerd-fonts-envycoder@3.4.0 font-nerd-fonts-fantasque-sans-mono@3.4.0 font-nerd-fonts-fira-code@3.4.0 font-nerd-fonts-fira-mono@3.4.0 font-nerd-fonts-geist-mono@3.4.0 font-nerd-fonts-go-mono@3.4.0 font-nerd-fonts-gohu@3.4.0 font-nerd-fonts-hack@3.4.0 font-nerd-fonts-hasklug@3.4.0 font-nerd-fonts-heavy-data@3.4.0 font-nerd-fonts-im-writing@3.4.0 font-nerd-fonts-inconsolata@3.4.0 font-nerd-fonts-inconsolatago@3.4.0 font-nerd-fonts-inconsolata-lgc@3.4.0 font-nerd-fonts-intone-mono@3.4.0 font-nerd-fonts-iosevka@3.4.0 font-nerd-fonts-iosevka-term@3.4.0 font-nerd-fonts-iosevka-term-slab@3.4.0 font-nerd-fonts-jetbrains-mono@3.4.0 font-nerd-fonts-lekton@3.4.0 font-nerd-fonts-literation-mono@3.4.0 font-nerd-fonts-lilex@3.4.0 font-nerd-fonts-martian-mono@3.4.0 font-nerd-fonts-meslo-lg@3.4.0 font-nerd-fonts-monaspice@3.4.0 font-nerd-fonts-monofur@3.4.0 font-nerd-fonts-monoid@3.4.0 font-nerd-fonts-mononoki@3.4.0 font-nerd-fonts-m-plus@3.4.0 font-nerd-fonts-noto@3.4.0 font-nerd-fonts-opendyslexic@3.4.0 font-nerd-fonts-overpass@3.4.0 font-nerd-fonts-profont@3.4.0 font-nerd-fonts-proggy-clean@3.4.0 font-nerd-fonts-recursive-mono@3.4.0 font-nerd-fonts-roboto-mono@3.4.0 font-nerd-fonts-shure-tech-mono@3.4.0 font-nerd-fonts-sauce-code-pro@3.4.0 font-nerd-fonts-space-mono@3.4.0 font-nerd-fonts-symbols@3.3.0 font-nerd-fonts-terminess@3.4.0 font-nerd-fonts-tinos@3.4.0 font-nerd-fonts-ubuntu@3.4.0 font-nerd-fonts-ubuntu-mono@3.4.0 font-nerd-fonts-ubuntu-sans@3.4.0 font-nerd-fonts-victor-mono@3.4.0 font-nerd-fonts-zed-mono@3.4.0
Channel: selected-guix-works
Location: selected-guix-works/packages/fonts.scm (selected-guix-works packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: trivial
Synopsis: The full Nerd Fonts family
Description:

Nerd Fonts is a font family featuring a high number of glyphs, as it introduces icon fonts from sources such as Font Awesome, Devicons and Octicons. These icons are primarily used for programming.

font-nerd-fonts-hack 3.4.0
Channel: selected-guix-works
Location: selected-guix-works/packages/fonts.scm (selected-guix-works packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: font
Synopsis: Nerd Fonts patched version of Hack
Description:

Nerd Fonts version of Hack, a font that expands on Bitstream Vera and DejaVu. Designed for programming.

font-nerd-fonts-3270 3.4.0
Channel: selected-guix-works
Location: selected-guix-works/packages/fonts.scm (selected-guix-works packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: font
Synopsis: Nerd Fonts patched version of x3270
Description:

Nerd Fonts version of the font used in the IBM 3270, an IBM machine introduced to the public in 1971.

font-nerd-fonts-shure-tech-mono 3.4.0
Channel: selected-guix-works
Location: selected-guix-works/packages/fonts.scm (selected-guix-works packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: font
Synopsis: Nerd Fonts patched version of Share Tech Mono
Description:

Nerd Fonts version of Share Tech Mono, a font featuring distinct characters.

The package is named shure-tech-mono because Share Tech Mono is a reserved name.

font-nerd-fonts-envycoder 3.4.0
Channel: selected-guix-works
Location: selected-guix-works/packages/fonts.scm (selected-guix-works packages fonts)
Home page: https://www.nerdfonts.com/
Licenses: SIL OFL 1.1
Build system: font
Synopsis: Nerd Fonts patched version of Envy Code R
Description:

Nerd Fonts version of Envy Code R, a font designed for programming and working with a terminal.

The package is named envycoder because Envy Code R is a reserved name.

Page: 140414243443029
Total packages: 72681