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

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 webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


emacs-dotenv-mode 0.2.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/preetpalS/emacs-dotenv-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Major mode for @file{.env} files
Description:

This package provides syntax highlighting for .env files.

emacs-org-social 2.7.2
Propagated dependencies: emacs-emojify@1.2 emacs-request@0.3.2-1.3336eaa
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/tanrax/org-social.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs client for Org-social
Description:

This package provides an Emacs client for Org-social which is a decentralized social network that runs on an Org Mode file over HTTP.

emacs-lin 1.1.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://protesilaos.com/emacs/lin
Licenses: GPL 3+ FDL 1.3+
Build system: emacs
Synopsis: Make Hl Line mode more suitable for selection UIs
Description:

Lin is a stylistic enhancement for Emacs’ built-in Hl Line mode. It remaps the hl-line face (or equivalent) buffer-locally to a style that is optimal for major modes where line selection is the primary mode of interaction.

emacs-restclient 0-4.1fb5706
Propagated dependencies: emacs-helm@4.0.6 emacs-jq-mode@0.5.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/pashky/restclient.el
Licenses: Public Domain
Build system: emacs
Synopsis: Explore and test HTTP REST webservices
Description:

This tool allows for testing and exploration of HTTP REST Web services from within Emacs. Restclient runs queries from a plan-text query sheet, displays results pretty-printed in XML or JSON with restclient-mode

emacs-evil-visualstar 0.2.0-1.06c053d
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/bling/evil-visualstar
Licenses: GPL 3+
Build system: emacs
Synopsis: Instantly search using the visual selection
Description:

This package provides evil-mode functions for using selected text to search.

emacs-tco 0.3-1.482db53
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/tco.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Tail-call optimization for Emacs Lisp
Description:

This package provides tail-call optimization for Emacs Lisp functions that call themselves in tail position.

emacs-zoutline 0.2.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/abo-abo/zoutline
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple outline library
Description:

This library provides helpers for outlines. Outlines allow users to navigate code in a tree-like fashion.

emacs-org-wild-notifier 0.5.0
Propagated dependencies: emacs-dash@2.20.0 emacs-alert@1.3 emacs-async@1.9.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/akhramov/org-wild-notifier.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Customizable Org Agenda notifications
Description:

This package provides notification functions for Org Agenda.

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-mode-line-idle 0.2-0.1dc0115
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/ideasman42/emacs-mode-line-idle
Licenses: GPL 3+
Build system: emacs
Synopsis: Simple delayed text evaluation for the mode-line
Description:

Mode Line Idle provides a convenient way to defer text evaluation which integrates into existing mode-line without requiring a minor mode or configuration.

emacs-nhexl-mode 1.5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/nhexl-mode.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode to edit files via hex-dump format
Description:

This package implements NHexl mode, a minor mode for editing files in hex dump format. The mode command is called nhexl-mode.

This minor mode implements similar functionality to hexl-mode, but using a different implementation technique, which makes it usable as a "plain" minor mode. It works on any buffer, and does not mess with the undo log or with the major mode.

It also comes with:

  • nhexl-nibble-edit-mode: a "nibble editor" minor mode, where the cursor pretends to advance by nibbles (4-bit) and the self-insertion keys (which only work for hex-digits) will only modify the nibble under point.

  • nhexl-overwrite-only-mode: a minor mode to try and avoid moving text. In this minor mode, not only self-inserting keys overwrite existing text, but commands like `yank' and kill-region as well.

  • It overrides C-u to use hexadecimal, so you can do C-u a 4 C-f to advance by #xa4 characters.

emacs-git-auto-commit-mode 4.7.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ryuslash/git-auto-commit-mode
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs Minor mode to automatically commit and push
Description:

git-auto-commit-mode is an Emacs minor mode that tries to commit changes to a file after every save.

When gac-automatically-push-p is non-nil, it also tries to push to the current upstream.

emacs-skeletor 1.6.1-1.47c5b76
Propagated dependencies: emacs-dash@2.20.0 emacs-f@0.21.0 emacs-let-alist@1.0.6 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/chrisbarrett/skeletor.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Project skeletons for Emacs
Description:

This package provides project templates and automates the mundane parts of setting up a new project, such as version control, licenses, and tooling.

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-chocolate-theme 0.2.0-0.ccc05f7
Propagated dependencies: emacs-autothemer@0.2.18
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/SavchenkoValeriy/emacs-chocolate-theme
Licenses: GPL 3
Build system: emacs
Synopsis: Dark chocolatey theme for Emacs
Description:

Chocolate theme is a dark, chocolatey, vibrant and subtle theme for Emacs.

emacs-extend-smime 3.3
Propagated dependencies: emacs-defaultencrypt@5.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://informationelle-selbstbestimmung-im-internet.de/Emacs.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Improved S/MIME support for Gnus in Emacs
Description:

ExtendSMIME is designed to be used with Gnus in Emacs. It enhances DefaultEncrypt (emacs-defaultencrypt) to support S/MIME (Secure/Multipurpose Internet Mail Extensions) via LDAP (Lightweight Directory Access Protocol). Before a message (e.g., email) is sent, ExtendSMIME searches for missing certificates via LDAP and imports them into gpgsm. When certificates for all recipients are available, DefaultEncrypt automatically encrypts the message. For details and instructions on how to use ExtendSMIME, please refer to the home page or read the comments in the source file, jl-smime.el.

emacs-eshell-git-prompt 0.1.3
Propagated dependencies: emacs-dash@2.20.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xuchunyang/eshell-git-prompt
Licenses: GPL 3+
Build system: emacs
Synopsis: Themes for Emacs Shell (Eshell) prompt
Description:

This package provides a variety of themes for Emacs Shell (Eshell) prompt.

emacs-xenops 0.0.1
Propagated dependencies: emacs-aio@1.0-0.289c1e9 emacs-auctex@14.1.0 emacs-avy@0.5.0 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dandavison/xenops
Licenses: Expat
Build system: emacs
Synopsis: WYSIWYG LaTeX environment
Description:

This package provides a WYSIWYG LaTeX environment. It uses dvisvgm, xclip, pngpaste and latex.

emacs-ido-at-point 1.0.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/katspaugh/ido-at-point
Licenses: GPL 3+
Build system: emacs
Synopsis: Ido-style completion at point
Description:

This package is an alternative frontend for completion-at-point. It replaces the standard completions buffer with Ido prompt.

emacs-fish-completion 1.2
Dependencies: fish@4.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://gitlab.com/Ambrevar/emacs-fish-completion
Licenses: GPL 3+
Build system: emacs
Synopsis: Fish completion for Emacs pcomplete
Description:

This package provides completion for the Fish shell to pcomplete (used by shell and Eshell). You can set it up globally with:

(when (and (executable-find "fish")
           (require 'fish-completion nil t))
  (global-fish-completion-mode))

Alternatively, you can call the fish-completion-mode manually or in shell/Eshell mode hook.

The package emacs-bash-completion is an optional dependency: if available, fish-completion-complete can be configured to fall back on bash to further try completing. See fish-completion-fallback-on-bash-p.

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-deadgrep 0.13
Dependencies: ripgrep@15.1.0
Propagated dependencies: emacs-dash@2.20.0 emacs-s@1.13.0 emacs-spinner@1.7.4
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/Wilfred/deadgrep
Licenses: GPL 3+
Build system: emacs
Synopsis: Frontend for @code{ripgrep}
Description:

This package provides an Emacs interface for performing searches with ripgrep.

emacs-hide-mode-line 1.0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/hlissner/emacs-hide-mode-line
Licenses: Expat
Build system: emacs
Synopsis: Emacs plugin that hides the mode-line
Description:

A minor mode that hides the mode-line in your current buffer. It can be used to toggle an alternative mode-line, toggle its visibility, or simply disable the mode-line in buffers where it is not very useful.

emacs-esh-autosuggest 2.0.1
Propagated dependencies: emacs-company@1.0.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/dieggsy/esh-autosuggest
Licenses: GPL 3+
Build system: emacs
Synopsis: Fish-like autosuggestions in Eshell
Description:

This package assumes you use something other than company for eshell completion (e.g. eshell-pcomplete, completion-at-point, helm-esh-pcomplete). company-mode is used solely as a mechanism for history autosuggestions.

Unless you're using use-package's hook keyword, you can enable the autosuggestions with: (add-hook 'eshell-mode-hook #'esh-autosuggest-mode)

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091