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

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-mastodon 2.0.7
Propagated dependencies: emacs-persist@0.8 emacs-tp@0.7 emacs-transient@0.11.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/martianh/mastodon.el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs client for Mastodon
Description:

mastodon.el is an Emacs client for Mastodon, the federated microblogging social network.

emacs-darkroom 0.3
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/darkroom.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Remove visual distractions and focus on writing
Description:

darkroom-mode makes visual distractions disappear. The mode-line is temporarily elided, text is enlarged and margins are adjusted so that it's centered on the window.

darkroom-tentative-mode is similar, but it doesn't immediately turn-on darkroom-mode, unless the current buffer lives in the sole window of the Emacs frame (i.e. all other windows are deleted). Whenever the frame is split to display more windows and more buffers, the buffer exits darkroom-mode. Whenever they are deleted, the buffer re-enters darkroom-mode.

emacs-flx 0.6.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/lewang/flx
Licenses: GPL 3+
Build system: emacs
Synopsis: Fuzzy matching for Emacs
Description:

Flx provides fuzzy matching for emacs a la sublime text. The sorting algorithm is a balance between word beginnings (abbreviation) and contiguous matches (substring). The longer the substring match, the higher it scores. This maps well to how we think about matching. Flx has support for ido (interactively do things) through flx-ido.

emacs-enlight 0.3
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/ichernyshovvv/enlight
Licenses: GPL 3+
Build system: emacs
Synopsis: Highly customizable startup screen for Emacs
Description:

Lightweight yet very flexible startup screen for Emacs.

emacs-ssh-config-mode 8.0-2.d0596f5
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jhgorrell/ssh-config-mode-el
Licenses: GPL 3+
Build system: emacs
Synopsis: Mode for fontification of ~/.ssh/config
Description:

This package fontifies the ssh config keywords and creates keybindings for skipping from host section to host section.

emacs-shell-pop 0.64-0.4b43940
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/kyagi/shell-pop-el
Licenses: GPL 3+
Build system: emacs
Synopsis: Utility which helps with pop up shell buffer
Description:

This Emacs utility helps you pop up and pop out shell buffer window easily. Four pre-set options are: shell, terminal, ansi-term, and eshell. You can also set your custom shell if you use some other configuration.

emacs-erc-irc-format 0.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/fmqa/erc-irc-format
Licenses: GPL 3+
Build system: emacs
Synopsis: IRC formatting code extension package for ERC
Description:

A UI for IRC, for usage within ERC.

emacs-ytel-show 0.1.0-0.8b99948
Propagated dependencies: emacs-ytel@0.1.0-0.d40bc7e
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/xFA25E/ytel-show
Licenses: GPL 3+
Build system: emacs
Synopsis: Browse YouTube in Emacs
Description:

This package provides an Emacs interface for browsing YouTube videos and comments.

emacs-visual-replace 1.2-1.17d693f
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/szermatt/visual-replace
Licenses: GPL 3+
Build system: emacs
Synopsis: Alternate interface for @code{replace-string} and @code{query-replace}
Description:

visual-replace provides an alternate interface for search and replacement commands that supports previews. The interface also allows one to edit both the query-text and its replacement in the same minibuffer prompt. The interface covers the following commands:

  1. replace-string

  2. replace-regexp

  3. query-replace

  4. query-replace-regexp

emacs-openwith 20120531-0.5fe01de
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/garberw/openwith
Licenses: GPL 2+
Build system: emacs
Synopsis: Open external applications for files with Emacs
Description:

This package enables you to associate file name patterns with external applications that are automatically invoked when you use commands like find-file. For example, you can have it open png files with feh and mp4 files with mpv. This is especially useful when browsing files with Dired.

emacs-consult-org-roam 0.1-1.2ca42a1
Propagated dependencies: emacs-consult@3.1 emacs-org-roam@2.3.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/jgru/consult-org-roam
Licenses: GPL 3+
Build system: emacs
Synopsis: Consult integration for Org Roam
Description:

This is a set of functions to use Org Roam with Consult. This packages replaces Org Roam's own completing read functions with equivalent versions utilizing Consult's internal API.

emacs-langtool 2.3.7
Propagated dependencies: emacs-popup@0.5.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mhayashi1120/Emacs-langtool
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface to LanguageTool
Description:

Emacs Langtool offers a frontend to LanguageTool server.

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-consult-notes 0.7-0.7c9cd97
Propagated dependencies: emacs-consult@3.1 emacs-dash@2.20.0 emacs-s@1.13.0
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/mclear-tools/consult-notes/
Licenses: GPL 3+
Build system: emacs
Synopsis: Management of personal notes with @code{emacs-consult}
Description:

This package allows selecting notes easily. Its most basic use is to integrate directories of files (notes) and to provide easy narrowing via emacs-consult. consult-notes can be used with any directory (or directories) of note files. It easily integrates with note systems like emacs-zk, emacs-denote or emacs-org-roam. Additionally, it may also search org headings in a set of specified files.

emacs-dirvish 2.3.0
Propagated dependencies: emacs-compat@30.1.0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/alexluigit/dirvish
Licenses: GPL 3+
Build system: emacs
Synopsis: Improved version of the Emacs package Dired
Description:

Dirvish is an improved version of the Emacs inbuilt package Dired. It not only gives Dired an appealing and highly customizable user interface, but also comes together with almost all possible parts required for full usability as a modern file manager.

emacs-auto-complete 1.5.1
Propagated dependencies: emacs-popup@0.5.9
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/auto-complete/auto-complete
Licenses: GPL 3+
Build system: emacs
Synopsis: Intelligent auto-completion extension for Emacs
Description:

Auto-Complete is an intelligent auto-completion extension for Emacs. It extends the standard Emacs completion interface and provides an environment that allows users to concentrate more on their own work. Its features are: a visual interface, reduce overhead of completion by using statistic method, extensibility.

emacs-company-restclient 0.3.0
Propagated dependencies: emacs-company@1.0.2 emacs-know-your-http-well@0.6.0 emacs-restclient@0-4.1fb5706
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/iquiw/company-restclient
Licenses: GPL 3+
Build system: emacs
Synopsis: Company-mode completion back-end for restclient-mode
Description:

company-mode back-end for restclient-mode.

It provides auto-completion for HTTP methods and headers in restclient-mode. Completion source is given by know-your-http-well.

emacs-pr-review 0.2.0
Propagated dependencies: emacs-ghub@5.0.2 emacs-magit@4.4.2 emacs-markdown-mode@2.7
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/blahgeek/emacs-pr-review/
Licenses: GPL 3+
Build system: emacs
Synopsis: Review GitHub Pull Requests
Description:

This package provides a way to review GitHub Pull Requests from magit.

emacs-relative-buffers 0.0.1-0.9762fe2
Propagated dependencies: 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/emacsattic/relative-buffers
Licenses: GPL 3+
Build system: emacs
Synopsis: Minor mode to rename buffers by project structure
Description:

This package provides a minor mode for renaming buffers according to project structure. For Python buffers, that will be the whole module name. For temporary files and directories, that will be the relative path from the project root.

emacs-rainbow-mode 1.0.6
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://elpa.gnu.org/packages/rainbow-mode.html
Licenses: GPL 3+
Build system: emacs
Synopsis: Colorize color names in buffers
Description:

This minor mode sets background color to strings that match color names, e.g., #0000ff is displayed in white with a blue background.

emacs-tinysegmenter 0.1
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/myuhe/tinysegmenter.el
Licenses: Modified BSD
Build system: emacs
Synopsis: Compact Japanese tokenizer in Emacs Lisp
Description:

This package provides functions for tokenizing Japanese text in Emacs buffers.

emacs-repo 0.3.0
Propagated dependencies: emacs-f@0.21.0 emacs-magit@4.4.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/canatella/repo-el
Licenses: GPL 3+
Build system: emacs
Synopsis: Emacs interface for the Google Repo tool
Description:

This package provides integration of the Google Repo tool with emacs. It displays the output of the repo status command in a buffer and launches Magit from the status buffer for the project at point.

emacs-apheleia 4.4.2
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://github.com/raxod502/apheleia
Licenses: GPL 3+
Build system: emacs
Synopsis: Reformat buffer stably
Description:

This package allows for a buffer to be reformatted without moving point, so that running a formatting tool like Prettier or Black upon saving won't move point back to the beginning of the buffer.

emacs-dired-launch 20240809.1910
Channel: guix
Location: gnu/packages/emacs-xyz.scm (gnu packages emacs-xyz)
Home page: https://codeberg.org/thomp/dired-launch
Licenses: GPL 3+
Build system: emacs
Synopsis: Extra command to launch external programs
Description:

This package provides a method to open entries in external programs from dired.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091