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

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-tldr 20221109.1501
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/kuanyui/tldr.el
Licenses: WTFPL 2
Synopsis: tldr client for Emacs
Description:

This is a tldr client for Emacs. https://github.com/tldr-pages/tldr Just M-x tldr Notice that the first time using it will automatically download the latest tldr docs. You can use =M-x tldr-update-docs= to update docs.

emacs-org-special-block-extras 20220326.1432
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://alhassy.github.io/org-special-block-extras
Licenses: GPL 3
Synopsis: 30 new custom blocks & 34 link types for Org-mode
Description:

This library provides common desirable features using the Org interface for blocks and links: 0. A unified interface, the ‘defblock’ macro, for making new block and link types. 1. Colours: Regions of text and inline text can be coloured using 19 colours; easily extendable; below is an example. #+begin_red org /This/ *text* _is_ red! #+end_red 2. Multiple columns: Regions of text are exported into multiple side-by-side columns 3. Remarks: First-class visible editor comments 4. Details: Regions of text can be folded away in HTML 5. Badges: SVG badges have the pleasant syntax badge:key|value|colour|url|logo; only the first two are necessary. 6. Tooltips: Full access to Lisp documentation as tooltips, or any other documentation-backend, including user-defined entries; e.g., doc:thread-first retrives the documentation for thread-first and attachs it as a tooltip to the text in the HTML export and as a glossary entry in the LaTeX export 7. Various other blocks: Solution, org-demo, spoiler (“fill in the blanks”). This file has been tangled from a literate, org-mode, file; and so contains further examples demonstrating the special blocks it introduces. Full documentation can be found at https://alhassy.github.io/org-special-block-extras

emacs-bnfc 20160605.1927
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/jmitchell/bnfc-mode
Licenses: GPL 2+
Synopsis: Define context-free grammars for the BNFC tool
Description:

bnfc-mode simplifies editing BNFC input files in Emacs. BNFC is a handy tool for converting context-free grammars into parsers, syntax highlighters, and documentation.

emacs-leetcode 0-1.f12421e
Propagated dependencies: emacs-names@20151201.0-8.d8baba5 emacs-ctable@0.1.3
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/yewscion/leetcode-emacs.git
Licenses: Unlicense
Synopsis: Solve and submit LeetCode problems from within Emacs
Description:

This package provides an Emacs interface to LeetCode allowing users to log in and solve problems of their choice using Emacs.

emacs-org-chef 20220422.300
Propagated dependencies: emacs-org@9.7.34
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Chobbes/org-chef
Licenses: Expat
Synopsis: Cookbook and recipe management with org-mode.
Description:

org-chef is a package for managing recipes in org-mode. One of the main features is that it can automatically extract recipes from websites like allrecipes.com

emacs-org-analyzer 20191001.1717
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/rksm/clj-org-analyzer
Licenses: GPL 3
Synopsis: org-analyzer is a tool that extracts time tracking data from org files.
Description:

org-analyzer is a tool that extracts time tracking data from org files (time data recording with `org-clock-in', those lines that start with "CLOCK:"). It then creates an interactive visualization of that data — outside of Emacs(!). In order to run the visualizer / parser you need to have java installed. This Emacs package provides a simple way to start the visualizer via `org-analyzer-start and feed it the default org files. See https://github.com/rksm/clj-org-analyzer for more information.

emacs-ob-elm 20200528.1857
Propagated dependencies: emacs-org@9.7.34
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://www.bonfacemunyoki.com
Licenses: GPL 3
Synopsis: Org-babel functions for elm evaluation
Description:

Org-Babel support for evaluating Elm code ; System Requirements: All you need is Elm >= 0.19 installed on your system

emacs-shen-elisp 20221211.1313
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/deech/shen-elisp
Licenses: Modified BSD
Synopsis: Shen implementation in Elisp
Description:

This is an implemenatation of the Shen programming language in Elisp. The end goal is to provide: 1. An easy way to play with Shen with no other installation hassle (assuming you use Emacs). 2. A first-class development experience when writing Shen. The idea is that an editor that understands the code can be much more helpful than one that does not. To this end the roadmap involves a full gamut of source code introspection and debugging tools.

emacs-uxntal-mode 20230131.235
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/non/uxntal-mode
Licenses: ASL 2.0
Synopsis: Major mode for Uxntal assembly
Description:

This major mode supports writing the Uxntal assmembly langauge as documented at https://wiki.xxiivv.com/site/uxntal.html.

emacs-gameoflife 20200614.1814
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/Lindydancer/gameoflife
Licenses: GPL 3
Synopsis: Screensaver running Conway's Game of Life
Description:

Run Conway's Game of Life, in all windows, using the original window content as seed. In addition, when performing the animation, the original characters and the colors they have, are retained, resulting is a much more living result than when simply using, say, stars. By "seed", it means that the original content of the windows are seen as dots in the plane. All non-blank characters are seen as live dots. The Game of Life animation can be started as a screensaver, so that it starts automatically when Emacs has been idle for a while. By default, it stops after 1000 generations. Screenshot: ![See doc/GameOfLifeDemo.gif for screenshot](doc/GameOfLifeDemo.gif) Usage: `gameoflife-animate -- Start the Game of Life animation. `gameoflife-screensaver-mode -- Run as a screensaver. The animation is started when Emacs has been idle for a while. About Conway's Game of Life: Conway's Game of Life is a simple simulation, originally developed in 1970, taking place in a two-dimentional grid -- think of it as an infinite chess board. A square can either be dead or alive. In each step in the simulation, the following rule applies: - A live square stays alive only if it has two or three neighbours. - A dead square is resurrected if it has exactly three neighburs. Personal reflection: I have noticed that sparse programming languages with a lot of highlighting, like C and C++, produde the most beautiful animations. More dense programming languages, like elisp, tend to "kill" many squares in the first generation, making them less suited for Game of Life seeds.

emacs-ob-mermaid 20200320.1504
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/arnm/ob-mermaid
Licenses: GPL 3
Synopsis: org-babel support for mermaid evaluation
Description:

Org-Babel support for evaluating mermaid diagrams. ; Requirements: mermaid.cli | https://github.com/mermaidjs/mermaid.cli

emacs-ob-browser 20170720.1918
Propagated dependencies: emacs-org@9.7.34
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/krisajenkins/ob-browser
Licenses: GPL 3+
Synopsis: Render HTML in org-mode blocks.
Description:

Render HTML in org-mode blocks.

emacs-noflet 20141102.1454
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/nicferrier/emacs-noflet
Licenses: GPL 3
Synopsis: locally override functions
Description:

This let's you locally override functions, in the manner of `flet', but with access to the original function through the symbol: `this-fn'.

emacs-writeroom-mode 20220426.2046
Propagated dependencies: emacs-visual-fill-column@2.7
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/joostkremers/writeroom-mode
Licenses: Modified BSD
Synopsis: Minor mode for distraction-free writing
Description:

writeroom-mode is a minor mode for Emacs that implements a distraction-free writing mode similar to the famous Writeroom editor for OS X. writeroom-mode is meant for GNU Emacs 25 and isn't tested on older versions. See the README or info manual for usage instructions.

emacs-rego-mode 20201102.1420
Propagated dependencies: emacs-reformatter@0.7
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/psibi/rego-mode
Licenses: GPL 3
Synopsis: A major mode for rego language
Description:

This package provides a major mode for editing Rego file (See https://www.openpolicyagent.org/docs/latest/policy-language/ to learn more) in Emacs. Some of its major features include: - syntax highlighting (font lock), - Basic indentation, raw and normal string support - Automatic formatting on save (configurable) - REPL support

emacs-elisp-autofmt 20230205.435
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://codeberg.org/ideasman42/emacs-elisp-autofmt
Licenses: GPL 3
Synopsis: Emacs lisp auto-format
Description:

Auto format emacs-lisp code on save. ; Usage (elisp-autofmt-buffer) ; Auto-format the current buffer. You may also use the minor mode `elisp-autofmt-mode which enables formatting the buffer on save.

emacs-org-brain 20210706.1519
Propagated dependencies: emacs-org@9.7.34
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: http://github.com/Kungsgeten/org-brain
Licenses: Expat
Synopsis: Org-mode concept mapping
Description:

org-brain implements a variant of concept mapping with org-mode, it is inspired by The Brain software (http://thebrain.com). An org-brain is a network of org-mode entries, where each entry is a file or a headline, and you can get a visual overview of the relationships between the entries: parents, children, siblings and friends. This visual overview can also be used to browse your entries. You can think of entries as nodes in a mind map, or pages in a wiki. All org files put into your `org-brain-path directory will be considered entries in your org-brain. Headlines with an ID property in your entry file(s) are also considered as entries. Use `org-brain-visualize to see the relationships between entries, quickly add parents/children/friends/pins to an entry, and open them for editing.

emacs-zetteldeft 20221006.9f0927
Propagated dependencies: emacs-ace-window@0.10.0 emacs-deft@0.8
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://www.eliasstorms.net/zetteldeft/
Licenses: GPL 3
Synopsis: Zettelkasten for Emacs
Description:

Zetteldeft is an extension of the Deft package for Emacs. Building on Deft’s search functionality, Zetteldeft provides a way to create and manage links between short notes.

emacs-bqn-mode 0-1.035f773
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://mlochbaum.github.io/BQN/editors/index.html
Licenses: GPL 3
Synopsis: Major Mode for BQN
Description:

The official major mode for the BQN language in Emacs. Derived from gnu-apl-mode.

emacs-ob-elvish 20180427.1900
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/zzamboni/ob-elvish
Licenses: Expat
Synopsis: org-babel functions for Elvish shell
Description:

Execute Elvish code inside org-mode src blocks. ; Requirements: - The Elvish shell: https://elvish.io/ - The elvish-mode Emacs major mode: https://github.com/ALSchwalm/elvish-mode

emacs-org-board 20200619.1016
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: https://github.com/scallywag/org-board
Licenses: GPL 3
Synopsis: bookmarking and web archival system for Org mode.
Description:

org-board uses `org-attach and `wget to provide a bookmarking and web archival system directly from an Org file. Any `wget switch can be used in `org-board', and presets (like user agents) can be set for easier control. Every snapshot is logged and saved to an automatically generated folder, and snapshots for the same link can be compared using the `ztree package (optional dependency; `ediff used if `zdiff is not available). Arbitrary functions can also be run after an archive, allowing for extensive user customization.

emacs-number 20170901.1312
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 3
Synopsis: Working with numbers at point.
Description:

Do trivial arithmetic on the numbers at point. Attempts to preserve padding when it can. Examples: M-x number/add 1 RET 1 -> 2 05 -> 06 6.30 -> 7.30 07.30 -> 08.30 -08.30 -> -07.30 M-x number/pad 2 RET 5 -> 05 M-x number/pad 2 RET 6 RET 3.141 -> 03.141000 The "guessing" where the number is isn't yet quite awesome, e.g. it doesn't know that the 05 in "2014-05-01" is a month and not, e.g. the number -05. But you can use the region to explicitly denote the start and end of the number. The following keybindings might be nice to use: (global-set-key (kbd "C-c C-+") number/add) (global-set-key (kbd "C-c C--") number/sub) (global-set-key (kbd "C-c C-*") number/multiply) (global-set-key (kbd "C-c C-/") number/divide) (global-set-key (kbd "C-c C-0") number/pad) (global-set-key (kbd "C-c C-=") number/eval)

emacs-bongo 20201002.1020
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Synopsis: play music with Emacs
Description:

Bongo is a flexible and usable media player for GNU Emacs. For detailed documentation see the projects README file at https://github.com/dbrock/bongo/

emacs-company-c-headers 20190825.1631
Propagated dependencies: emacs-company@1.0.2
Channel: yewscion
Location: cdr255/emacs.scm (cdr255 emacs)
Home page: unspecified
Licenses: GPL 2+
Synopsis: Company mode backend for C/C++ header files
Description:

This library enables the completion of C/C++ header file names using Company. To initialize it, just add it to `company-backends': (add-to-list company-backends company-c-headers) When you type an #include declaration within a supported major mode (see `company-c-headers-modes'), company-c-headers will search for header files within predefined search paths. company-c-headers can search "system" and "user" paths, depending on the type of #include declaration you type. You will probably want to customize the `company-c-headers-path-user and `company-c-headers-path-system variables for your specific needs.

Page: 12345678
Total results: 188