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

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-assess 0.5
Dependencies: emacs-m-buffer-el@0.16.1 emacs-load-relative@1.3.2
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/phillord/assess
Licenses: GPL 3+
Build system:
Synopsis: Test support functions for Emacs
Description:

assess provides additional support for testing Emacs packages.

It provides:

  • A set of predicates for comparing strings, buffers and file contents.

  • Explainer functions for all predicates giving useful output.

  • Macros for creating many temporary buffers at once, and for restoring the buffer list.

  • Methods for testing indentation, by comparision or roundtripping.

  • Methods for testing fontification.

  • Assess aims to be a stateless as possible, leaving Emacs unchanged whether the tests succeed or fail, with respect to buffers, open files and so on. This helps to keep tests independent from each other.

emacs-js-comint 1.1.1
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/redguardtoo/js-comint
Licenses: GPL 3+
Build system:
Synopsis: JavaScript interpreter in Emacs window
Description:

This package provides a program is a comint mode for Emacs which allows you to run a compatible javascript REPL like Node.js, Spidermonkey, Rhino inside Emacs. It also defines a few functions for sending JavaScript input to it quickly.

emacs-symbol-overlay 4.1-1.11f91ce
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/wolray/symbol-overlay/
Licenses: GPL 3+
Build system:
Synopsis: Highlight symbols with keymap-enabled overlays
Description:

Highlighting symbols with overlays while providing a keymap for various operations about highlighted symbols. It was originally inspired by the package highlight-symbol. The fundamental difference is that in symbol-overlay every symbol is highlighted by the Emacs built-in function overlay-put rather than the font-lock mechanism used in highlight-symbol.

emacs-info-colors 0.2
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/ubolonton/info-colors
Licenses: GPL 3+
Build system:
Synopsis: Extra colors for Info-mode
Description:

This package provides a modern adaption of the extra coloring provided by Drew Adams info+ package. To enable this (add-hook 'Info-selection-hook 'info-colors-fontify-node).

emacs-wi-utils 0.1.0
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/kitnil/emacs-wi-utils
Licenses: GPL 3+
Build system:
Synopsis: Ivy procedures for Git project management
Description:

This package provides several Emacs's Ivy procedures to work with Git-based projects.

emacs-build-farm 0.0.1
Dependencies: emacs-bui@1.2.1 emacs-magit-popup@2.13.3
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/alezost/build-farm.el
Licenses: GPL 3+
Build system:
Synopsis: Interface for Hydra and Cuirass (Nix and Guix build farms)
Description:

Emacs-Build-Farm is an Emacs interface for Hydra and Cuirass — build farms for Nix and Guix package managers.

emacs-perl-live 1
Propagated dependencies: perl-anyevent@7.17 perl-package-stash-xs@0.29 perl-ev@4.31 perl-padwalker@2.3
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/vividsnow/perl-live/
Licenses: GPL 3+
Build system:
Synopsis: Perl live coding
Description:

This package provides a Perl script for live coding.

emacs-buffer-move 0.6.2
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/lukhas/buffer-move
Licenses: GPL 3+
Build system:
Synopsis: Easily swap Emacs buffers
Description:

This package provides a way to swap Emacs buffers without typing C-x b on each window.

emacs-org-protocol-capture-html 0.0.1-1.0e39b7e
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/alphapapa/org-protocol-capture-html
Licenses: GPL 3+
Build system:
Synopsis: Captures Web pages into Org using Pandoc to process HTML
Description:

This package captures Web pages into Org-mode using Pandoc to process HTML. It can also use eww's eww-readable functionality to get the main content of a page.

These are the helper functions that run in Emacs. To capture pages into Emacs, you can use either a browser bookmarklet or the org-protocol-capture-html.sh shell script. See the README.org file for instructions.

emacs-awk-it 0.77
Dependencies: gawk@5.3.0
Propagated dependencies: emacs-yasnippet@0.14.3
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://www.emacswiki.org/emacs/awk-it.el
Licenses: GPL 2+
Build system:
Synopsis: Run AWK interactively on region
Description:

AWK it! allows you to see AWK output as you are typing the script; it sends selected region to awk and uses yasnippet as interactive UI.

There are 3 modes of AWK code: simplified syntax(default, see below), single line AWK syntax (regular AWK syntax but only inside the default match) and raw AWK syntax(full AWK code). AWK it! can transfrom code from one mode to another(not perfect, but it will make an effort) and there is also support for multiple lines. Data is expanded with selected yasnippet expand keybinding.

emacs-org-tanglesync 1.1-0.af83a73
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://gitlab.com/mtekman/org-tanglesync.el/
Licenses: GPL 3+
Build system:
Synopsis: Sync Org source blocks with tangled external files
Description:

This package automatically pulls changes from source code to their corresponding tangled blocks.

emacs-athena 30.2
Dependencies: libxaw@1.0.16 cairo@1.18.4 dbus@1.15.8 giflib@5.2.1 harfbuzz@11.4.4 libjpeg-turbo@2.1.4 libotf@0.9.16 libpng@1.6.39 librsvg@2.58.5 libtiff@4.4.0 libx11@1.8.12 libxft@2.3.8 libxpm@3.5.17 libwebp@1.3.2 pango@1.54.0 poppler@22.09.0 gnutls@3.8.3 ld-wrapper@0 binutils@2.44 glibc@2.41 libgccjit@14.3.0 mailutils@3.20 acl@2.3.1 alsa-lib@1.2.11 elogind@255.17 ghostscript@9.56.1 gpm@1.20.7 jansson@2.14 lcms@2.13.1 libice@1.1.2 libselinux@3.4 libsm@1.2.5 libxml2@2.14.6 m17n-lib@1.8.0 sqlite@3.39.3 tree-sitter@0.25.3 zlib@1.3.1 bash-minimal@5.2.37 coreutils@9.1 findutils@4.10.0 gawk@5.3.0 gzip@1.14 ncurses@6.2.20210619 sed@4.9
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://www.gnu.org/software/emacs/
Licenses: GPL 3+
Build system:
Synopsis: The extensible, customizable, self-documenting text editor with athena toolkit
Description:

GNU Emacs is an extensible and highly customizable text editor. It is based on an Emacs Lisp interpreter with extensions for text editing. Emacs has been extended in essentially all areas of computing, giving rise to a vast array of packages supporting, e.g., email, IRC and XMPP messaging, spreadsheets, remote server editing, and much more. Emacs includes extensive documentation on all aspects of the system, from basic editing to writing large Lisp programs. It has full Unicode support for nearly all human languages.

emacs-jenkins 0.1-1.9c7b9d4
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/rmuslimov/jenkins.el/
Licenses: GPL 3+
Build system:
Synopsis: Jenkins client for Emacs
Description:

This package provides a Jenkins client for Emacs.

emacs-dashboard-with-agenda-reverse 1.8.0
Propagated dependencies: emacs-page-break-lines@0.15
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/rakanalh/emacs-dashboard
Licenses: GPL 3+
Build system:
Synopsis: Startup screen extracted from Spacemacs
Description:

This package provides an extensible Emacs dashboard, with sections for bookmarks, Projectile projects, Org Agenda and more.

emacs-edit-as-format 20220221.1312
Dependencies: pandoc@2.19.2
Propagated dependencies: emacs-edit-indirect@0.1.13
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/etern/edit-as-format
Licenses: GPL 3+
Build system:
Synopsis: Edit document as other format
Description:

Edit document as other format, using pandoc

emacs-tramp-auto-auth-my 20191027-1.21bf095
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/oitofelix/tramp-auto-auth
Licenses: GPL 3+
Build system:
Synopsis: TRAMP automatic authentication library
Description:

This package provides tramp-auto-auth-mode Emacs global minor mode whose purpose is to automatically feed TRAMP sub-processes with passwords for paths matching regexps.

emacs-helm-tramp 1.3.9
Propagated dependencies: emacs-helm@4.0.6
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/masasam/emacs-helm-tramp/
Licenses: GPL 3+
Build system:
Synopsis: Tramp Helm interface for SSH server, Docker and Vagrant
Description:

This package provides Tramp Helm interface for SSH server, Docker and Vagrant.

emacs-guix-misc 0.0.1-6eb52ef
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/wigust/emacs-guix-misc
Licenses: GPL 3+
Build system:
Synopsis: Additional functions for Emacs Guix
Description:

This package provides an additional functionality for Emacs Guix.

emacs-engine-mode-autoload 2.2.4
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/hrs/engine-mode
Licenses: GPL 3+
Build system:
Synopsis: Minor mode for defining and querying search engines
Description:

Engine mode is a global minor mode for Emacs. It enables you to easily define search engines, bind them to keybindings, and query them from the comfort of your editor.

emacs-rjsx-mode 0.4.0
Propagated dependencies: emacs-js2-mode@20231224
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/felipeochoa/rjsx-mode/
Licenses: GPL 3+
Build system:
Synopsis: Real support for JSX
Description:

Defines a major mode rjsx-mode based on js2-mode for editing JSX files. rjsx-mode extends the parser in js2-mode to support the full JSX syntax. This means you get all of the js2 features plus proper syntax checking and highlighting of JSX code blocks.

Some features that this mode adds to js2:

  • Highlighting JSX tag names and attributes (using the rjsx-tag and rjsx-attr faces)

  • Highlight undeclared JSX components

  • Parsing the spread operator ...otherProps

  • Parsing && and || in child expressions cond && <BigComponent/>

  • Parsing ternary expressions toggle ? <ToggleOn /> : <ToggleOff />

Additionally, since rjsx-mode extends the js2 AST, utilities using the parse tree gain access to the JSX structure.

emacs-plain-org-wiki 20191013.1833
Propagated dependencies: emacs-ivy@0.15.1
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/abo-abo/plain-org-wiki
Licenses: GPL 3+
Build system:
Synopsis: Simple jump-to-org-files in a directory package
Description:

Call plain-org-wiki to either open your Org files, or create new ones.

emacs-psysh 0.0.4
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/zonuexe/psysh.el
Licenses: GPL 3+
Build system:
Synopsis: PsySH, PHP interactive shell (REPL)
Description:

This package provides a PHP interactive shell.

emacs-redshift 0.0.1-1.6d05019
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/wigust/emacs-redshift
Licenses: GPL 3+
Build system:
Synopsis: Emacs interface to Redshift
Description:

This package provides an Emacs interface to Redshift

emacs-treemacs 3.2
Dependencies: python@3.11.11
Propagated dependencies: emacs-ace-window@0.10.0 emacs-cfrs@1.7.0 emacs-dash@2.20.0 emacs-f@0.21.0 emacs-ht@2.3 emacs-hydra@0.15.0 emacs-pfuture@1.10.3 emacs-s@1.13.0
Channel: wigust
Location: wigust/packages/emacs.scm (wigust packages emacs)
Home page: https://github.com/Alexander-Miller/treemacs
Licenses: GPL 3+
Build system:
Synopsis: Emacs tree style file explorer
Description:

Treemacs is a file and project explorer similar to NeoTree or Vim's NerdTree, but largely inspired by the Project Explorer in Eclipse. It shows the file system outlines of your projects in a simple tree layout allowing quick navigation and exploration, while also possessing basic file management utilities.

Page: 1234567
Total results: 157