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

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-jq-mode 0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ljos/jq-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for editing jq queries
Description:

Jq mode is an Emacs major mode for editing jq-scripts.

emacs-xcscope 1.5-0.d228d75
Dependencies: cscope@15.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dkogan/xcscope.el
Licenses: GPL 2+
Build system: emacs
Synopsis: Interface to the source cross-referencing tool Cscope
Description:

Xcscope is an Emacs interface to Cscope, the source cross-referencing tool.

emacs-enh-ruby-mode 20191111-0.7e76d75
Dependencies: ruby@3.3.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/zenspider/Enhanced-Ruby-Mode
Licenses: Ruby License
Build system: emacs
Synopsis: Emacs major mode for editing Ruby files
Description:

enh-ruby-mode is a major mode providing syntax highlighting, navigation and indentation capabilities for editing Ruby source files. It parses the source files using Ruby's builtin Ripper class and performs syntax checks on them.

emacs-ob-racket 1.3.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hasu/emacs-ob-racket
Licenses: GPL 3+
Build system: emacs
Synopsis: Org Babel support for Racket
Description:

This package adds support for working with Racket code blocks with Org Babel in Org mode.

emacs-shell-switcher 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DamienCassou/shell-switcher
Licenses: GPL 3+
Build system: emacs
Synopsis: Provide fast switching between shell buffers
Description:

This package provides commands to quickly switch between shell buffers.

emacs-rfcview 0.13
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://www.loveshack.ukfsn.org/emacs
Licenses: GPL 3+
Build system: emacs
Synopsis: Prettify Request for Comments (RFC) documents
Description:

The Internet Engineering Task Force (IETF) and the Internet Society (ISOC) publish various Internet-related protocols and specifications as "Request for Comments" (RFC) documents and Internet Standard (STD) documents. RFCs and STDs are published in a simple text form. This package provides an Emacs major mode, rfcview-mode, which makes it more pleasant to read these documents in Emacs. It prettifies the text and adds hyperlinks/menus for easier navigation. It also provides functions for browsing the index of RFC documents and fetching them from remote servers or local directories.

emacs-writeroom 3.11
Propagated dependencies: emacs-visual-fill-column@2.7.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joostkremers/writeroom-mode
Licenses: Modified BSD
Build system: emacs
Synopsis: Distraction-free writing for Emacs
Description:

This package defines a minor mode for distraction-free writing. Some of the default effects include entering fullscreen, deleting other windows of the current frame, disabling the mode line, and adding margins to the buffer that restrict the text width to 80 characters.

emacs-lsp-treemacs 0.5
Propagated dependencies: emacs-lsp-mode@9.0.1-0.1472333 emacs-treemacs@3.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacs-lsp/lsp-treemacs
Licenses: GPL 3+ CC-BY 4.0 Expat
Build system: emacs
Synopsis: Integration between LSP mode and treemacs
Description:

This package provides integration between LSP mode and treemacs, and implementation of treeview controls using treemacs as a tree renderer.

emacs-bookmark-plus 2022.11.05
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsmirror/bookmark-plus
Licenses: GPL 3+
Build system: emacs
Synopsis: Extensions to the Bookmark library in Emacs
Description:

Bookmarks are a powerful Emacs feature. This package makes them even more versatile. You can bookmark many more kinds of data. You can add tags. There are many more ways to organize and display your bookmarks. I recommend reading the extensive documentation about BookmarkPlus on the Emacs Wiki.

emacs-showtip 0.01-0.930da30
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsorphanage/showtip
Licenses: GPL 2+
Build system: emacs
Synopsis: Show tip at cursor
Description:

This library provide one function to show tooltip near the cursor.

emacs-pdd 0.2.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lorniu/pdd.el
Licenses: GPL 3+
Build system: emacs
Synopsis: HTTP requests and asynchronous operations in Emacs
Description:

pdd provides a library for HTTP requests and asynchronous operations in Emacs. It featuring a single, consistent API that works identically across different backends, maximizing code portability and simplifying development.

emacs-smarttabs 1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: http://www.emacswiki.org/emacs/SmartTabs
Licenses: GPL 2+
Build system: emacs
Synopsis: Indent with tabs, align with spaces!
Description:

There is a semantic way of using tab characters in source code: tabs for indentation, spaces for alignment. This package provides a minor mode which improves Emacs' auto-indenting so that pressing TAB inserts the correct mix of tabs and spaces to maintain visual alignment regardless of a viewer's tab width. You can still use all spaces if you prefer; the code merely ensures that if you enable tabs, the tab size does not matter.

emacs-org-contacts 1.1
Propagated dependencies: emacs-org@9.7.39
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://repo.or.cz/org-contacts
Licenses: GPL 3+
Build system: emacs
Synopsis: Contacts management system for Org mode
Description:

Manage your contacts from Org mode. You can auto complete email addresses, export contacts to a vCard file, put birthdays in your Org Agenda, and more.

emacs-khardel 2.0.0
Dependencies: khard@0.20.0
Propagated dependencies: emacs-yaml-mode@0.0.16
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/DamienCassou/khardel
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to Khard
Description:

Khardel provide an Emacs integration with Khard, a console application to search and edit contacts in vCard format.

emacs-sxiv 0.4.1
Dependencies: sxiv@26
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://tildegit.org/contrapunctus/sxiv
Licenses: Unlicense
Build system: emacs
Synopsis: Launch sxiv from Emacs with Dired integration
Description:

This package integrates sxiv into Dired. It adds a command to start sxiv from a Dired buffer, allowing you to mark or unmark image files in said buffer using sxiv.

emacs-ox-html-stable-ids 0.1.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://jeffkreeftmeijer.com/ox-html-stable-ids
Licenses: GPL 3
Build system: emacs
Synopsis: Stable IDs for ox-html.el
Description:

Ox-html-stable-ids is an Org export extension package that generates HTML with stable ID attributes instead of the random IDs Org's exporter uses by default.

emacs-pcre2el 1.12-0.b4d846d
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/joddie/pcre2el
Licenses: GPL 3
Build system: emacs
Synopsis: Convert between PCRE, Emacs and rx regexp syntax
Description:

pcre2el or rxt (RegeXp Translator or RegeXp Tools) is a utility for working with regular expressions in Emacs, based on a recursive-descent parser for regexp syntax. In addition to converting (a subset of) PCRE syntax into its Emacs equivalent, it can do the following:

  • convert Emacs syntax to PCRE

  • convert either syntax to rx, an S-expression based regexp syntax

  • untangle complex regexps by showing the parse tree in rx form and highlighting the corresponding chunks of code

  • show the complete list of strings (productions) matching a regexp, provided the list is finite

  • provide live font-locking of regexp syntax (so far only for Elisp buffers – other modes on the TODO list).

emacs-age 0.1.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/anticomputer/age.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Age Encryption support for Emacs
Description:

This package provides transparent Age file encryption and decryption in Emacs. It is based on the Emacs EasyPG code and offers similar Emacs file handling for Age encrypted files: maintain .org.age encrypted Org files, provide Age encrypted authentication information out of .authinfo.age, open/edit/save Age encrypted files via Tramp...

emacs-super-save 0.4.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/bbatsov/super-save
Licenses: GPL 3+
Build system: emacs
Synopsis: Auto-save buffers, based on your activity
Description:

Super-save auto-saves your buffers, when certain events happen, e.g., when you switch between buffers or when an Emacs frame loses focus. You can think of it as both something that augments and replaces the standard Auto-save mode.

emacs-eimp 1.4.0-1.2e7536f
Dependencies: imagemagick@6.9.13-5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/nicferrier/eimp
Licenses: GPL 2+
Build system: emacs
Synopsis: Interactive image manipulation utility for Emacs
Description:

emacs-eimp allows interactive image manipulation from within Emacs. It uses the mogrify utility from ImageMagick to do the actual transformations.

emacs-eweouz 0.12
Dependencies: evolution-data-server@3.56.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://tracker.debian.org/pkg/eweouz
Licenses: GPL 2 GPL 2+
Build system: gnu
Synopsis: Emacs interface to Evolution Data Server
Description:

Eweouz is an tool for looking up contacts from Evolution Data Server from Emacs. It is similar to BBDB, except much, much simpler.

emacs-parsec 0.1.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/cute-jumper/parsec.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Parser combinator library for Emacs Lisp
Description:

Parsec is a parser combinator library for Emacs Lisp, similar to Haskell's Parsec library. It contains most of the parser combinators in Text.Parsec.Combinator, and more combinators can be added if necessary! Most of the parser combinators have the same behavior as their Haskell counterparts. Parsec also comes with a simple error handling mechanism so that it can display an error message showing how the parser fails.

emacs-ytel 0.1.0-0.d40bc7e
Dependencies: curl@8.6.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/grastello/ytel
Licenses: GPL 3+
Build system: emacs
Synopsis: Youtube front-end for Emacs
Description:

This package provides a major mode to search YouTube videos via an Elfeed-like buffer. Information about videos displayed in this buffer can be extracted and manipulated by user-defined functions to do various things such as playing them in some video player, or downloading them.

emacs-move-text 2.0.10
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/emacsfodder/move-text
Licenses: GPL 3+
Build system: emacs
Synopsis: Move current line or region with M-up or M-down
Description:

This package provide functions to move the current line using M-up or M-down if a region is marked, it will move the region instead.

Total packages: 69245