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

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-org-arbeitszeit 0.0.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bkaestner/org-arbeitszeit
Licenses: GPL 3+
Build system: emacs
Synopsis: Calculate your worktime
Description:

This package provides a new dynamic block for Org called "arbeitszeit" (German for "working hours"). The dynamic block collects all clocked hours and provides a weekly table to quickly see your accumulated overtime. To insert a new block, use M-x org-dynamic-block-insert-dblock.

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-plz-media-type 0.2.4
Propagated dependencies: emacs-plz@0.9.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/r0man/plz-media-type
Licenses: GPL 3+
Build system: emacs
Synopsis: HTTP media type extension for plz.el
Description:

The plz-media-type library enhances MIME type handling for HTTP requests within Emacs. It leverages the Plz HTTP library for networking calls and introduces a mechanism to process responses based on the content type header. This library defines various classes and methods for parsing and processing standard MIME types, including JSON, XML, HTML, and binary data, in a streaming and non-streaming way.

emacs-dired-du 0.5.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/dired-du.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Dired with recursive directory sizes
Description:

Display the recursive size of directories in Dired. This file defines a minor mode dired-du-mode to show the recursive size of directories in Dired buffers. If du program is available, then the directory sizes are obtained with it. Otherwise, the directory sizes are obtained with Lisp. The former is faster and provide a more precise value. For directories where the user doesn't have read permission, the recursive size is not obtained. Once this mode is enabled, every new Dired buffer displays recursive dir sizes.

emacs-treepy 0.1.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/volrath/treepy.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Tree traversal tools
Description:

Generic tools for recursive and iterative tree traversal based on clojure.walk and clojure.zip respectively.

emacs-gitpatch 0.5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tumashu/gitpatch
Licenses: GPL 3+
Build system: emacs
Synopsis: Mail git patch from Emacs
Description:

emacs-gitpatch lets users easily send git patches, created by git format-patch, from magit, dired and ibuffer buffers.

emacs-templatel 0.1.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://clarete.li/templatel
Licenses: GPL 3+
Build system: emacs
Synopsis: Jinja inspired template language for Emacs Lisp
Description:

templatel is the modern templating language. It provides variable substitution and control flow through a clean and powerful language inspired by Python's Jinja.

emacs-ggtags 0.9.0-0.4e3630c
Dependencies: global@6.6.14
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/leoliu/ggtags
Licenses: GPL 3+
Build system: emacs
Synopsis: Frontend to the GNU Global source code tagging system
Description:

ggtags provides a frontend to the GNU Global source code tagging system.

Features:

  • Build on compile.el for asynchronicity and its large feature-set.

  • Automatically update Global's tag files when needed with tuning for large source trees.

  • Intuitive navigation among multiple matches with mode-line display of current match, total matches and exit status.

  • Read tag with completion.

  • Show definition at point.

  • Jump to #include files.

  • Support search history and saving a search to register/bookmark.

  • Query replace.

  • Manage Global's environment variables on a per-project basis.

  • Highlight (definition) tag at point.

  • Abbreviated display of file names.

  • Support all Global search backends: grep, idutils, etc.

  • Support exuberant ctags http://ctags.sourceforge.net/ and pygments backend.

  • Support all Global's output formats: grep, ctags-x, cscope etc.

  • Support projects on remote hosts (e.g. via tramp).

  • Support eldoc.

  • Search GTAGSLIBPATH for references and symbols.

emacs-meson-mode 0.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/wentasah/meson-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for Meson build system files
Description:

This is an Emacs major mode for Meson build system files. Syntax highlighting works reliably. Indentation works too, but there are probably cases where it breaks.

emacs-org-bullets 0.2.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/sabof/org-bullets
Licenses: GPL 3+
Build system: emacs
Synopsis: Show bullets in org-mode as UTF-8 characters
Description:

This package provides an Emacs minor mode causing bullets in org-mode to be rendered as UTF-8 characters.

emacs-consult-flycheck 1.1
Propagated dependencies: emacs-consult@3.6 emacs-flycheck@36.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/minad/consult-flycheck
Licenses: GPL 3+
Build system: emacs
Synopsis: Consult integration for Flycheck
Description:

This package provides the consult-flycheck command for Emacs, which integrates Consult with Flycheck.

emacs-erc-image 0-3.82fb387
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kidd/erc-image.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Show inlined images (png/jpg/gif/svg) in ERC buffers
Description:

This plugin subscribes to hooks erc-insert-modify-hook and erc-send-modify-hook to download and show images.

emacs-ebuku 0-1.0c6cf40
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/flexibeast/ebuku
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to the buku Web bookmark manager
Description:

Ebuku provides a basic interface to the buku Web bookmark manager.

emacs-edbi 0.1.3-1.6f50aaf
Dependencies: bash-minimal@5.2.37 perl@5.36.0 perl-rpc-epc-service@0.0.11 perl-dbi@1.643 perl-dbd-sqlite@1.66
Propagated dependencies: emacs-e2wm@1.5 emacs-epc@0.1.1-1.e1bfa5c
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kiwanami/emacs-edbi
Licenses: GPL 3+
Build system: emacs
Synopsis: Database Interface for Emacs Lisp
Description:

This program connects the database server through Perl's DBI, and provides DB-accessing API and the simple management UI.

emacs-evil-tmux-navigator 0.1.5
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/keith/evil-tmux-navigator
Licenses: Expat
Build system: emacs
Synopsis: Navigate seamlessly between emacs windows and tmux panes
Description:

This package lets you use C-h, C-j, C-k and C-l to navigate between Emacs windows and tmux panes.

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-http-post-simple 1.0.0-0.f53697f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/http-post-simple
Licenses: GPL 2+
Build system: emacs
Synopsis: HTTP POST requests using the url library
Description:

emacs-http-post-simple provides a simple HTTP POST requests library that uses the url library.

emacs-enlive 0.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://github.com/zweifisch/enlive
Licenses: GPL 3+
Build system: emacs
Synopsis: Query HTML document with CSS selectors in Emacs
Description:

Enlive is an Emacs library that allows the user to query HTML documents from within Elisp using a DSL similar to CSS selectors.

emacs-ivy 0.15.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/swiper
Licenses: GPL 3+
Build system: emacs
Synopsis: Incremental vertical completion for Emacs
Description:

This package provides ivy-read as an alternative to completing-read and similar functions. No attempt is made to determine the best candidate. Instead, the user can navigate candidates with ivy-next-line and ivy-previous-line. The matching is done by splitting the input text by spaces and re-building it into a regular expression.

emacs-vlf 1.7.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/m00natic/vlfi/
Licenses: GPL 2+
Build system: emacs
Synopsis: View large files in Emacs
Description:

Vlf is an Emacs minor mode that allows viewing, editing, searching and comparing large files in batches.

emacs-helm-eww 1.2
Propagated dependencies: emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-eww/
Licenses: GPL 3+
Build system: emacs
Synopsis: Helm interface to EWW
Description:

This package provides a Helm interface for EWW buffers, bookmarks and history.

emacs-gif-screencast 1.2
Dependencies: scrot@1.12.1 imagemagick@6.9.13-5 gifsicle@1.95
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/Ambrevar/emacs-gif-screencast
Licenses: GPL 3+
Build system: emacs
Synopsis: One-frame-per-action GIF recording
Description:

Call gif-screencast to start a recording. A screenshot is taken for every user action. Call gif-screencast-stop (<f9> by default) to finish recording and create the GIF result.

emacs-helm-comint 0.0.1-0.9215b2a
Propagated dependencies: emacs-helm@4.0.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-helm/helm-comint
Licenses: GPL 3+
Build system: emacs
Synopsis: Comint prompt navigation for Helm
Description:

Helm-comint provides access to Emacs command interpreter prompts through Helm.

emacs-company-lua 0.1-2.29f6819
Propagated dependencies: emacs-company@1.0.2 emacs-s@1.13.0 emacs-f@0.21.0 emacs-lua-mode@20221027-2.2f6b8d7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ptrv/company-lua
Licenses: GPL 3+
Build system: emacs
Synopsis: Company backend for Lua
Description:

This package provides Company backend for Lua programming language.

Total packages: 73955