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

Enter the query into the form above.

API method:

GET /api/symbols?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.


boolean->true-or-false args
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
Documentation:

Convert a boolean BOOL to "true" or "false". Setting CAPITALIZE? to #t will capitalize the word, it is set to #f by default.

enum-value
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
serialize-yaml-config (a)
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
Documentation:

Simplified yaml serializer, which supports only a subset of yaml, use it with caution.

gexp-text-config? (a)
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
alist?
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
maybe-object->string (object)
Channel: rde
Location: gnu/home-services-utils.scm (gnu home-services-utils)
Documentation:

Like object->string but don't do anything if OBJECT already is a string.

evaluate-gexp (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
Documentation:

Evaluate GEXP on the daemon side as a derivation build. Display and return the build's stdout as a string. Always rebuild.

build-derivation (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
eval-with-store
Channel: rde
Location: rde/api/store.scm (rde api store)
evaluate-gexp-local (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
Documentation:

Evaluate GEXP G-Expression locally on the caller side.

build-with-store
Channel: rde
Location: rde/api/store.scm (rde api store)
build (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
Documentation:

Build a lowerable object OBJ.

run (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
really-lower-object (a)
Channel: rde
Location: rde/api/store.scm (rde api store)
slurp args
Channel: rde
Location: rde/build.scm (rde build)
Documentation:

Returns file's content as a string.

config-exception (a b)
Channel: rde
Location: rde/exceptions.scm (rde exceptions)
feature-agda args
Channel: rde
Location: rde/features/agda.scm (rde features agda)
Documentation:

Configure Agda for Emacs. If deactivate-input-method? is #t, do not use Agda's input method for writing various symbols like ∀≥ℕ→π⟦⟧.

feature-android args
Channel: rde
Location: rde/features/android.scm (rde features android)
Documentation:

Set up Android-related tooling.

make-ast-grep-grammar
Channel: rde
Location: rde/features/ast-grep.scm (rde features ast-grep)
ast-grep-grammar
Channel: rde
Location: rde/features/ast-grep.scm (rde features ast-grep)
feature-ast-grep args
Channel: rde
Location: rde/features/ast-grep.scm (rde features ast-grep)
Documentation:

Setup and configure ast-grep with tree-sitter grammar support.

AST-GREP is the ast-grep package (a file-like). TREE-SITTER-GRAMMARS is a list of <ast-grep-grammar> records defining custom languages. Use MAKE-TREE-SITTER-GRAMMAR to construct entries.

The feature creates an sgconfig.yml with custom language registrations and wraps sg to inject it when no project config is found.

ast-grep-ts-grammar args
Channel: rde
Location: rde/features/ast-grep.scm (rde features ast-grep)
Documentation:

Create an ast-grep grammar configuration. GRAMMAR is a tree-sitter package (e.g. tree-sitter-scheme). EXTENSIONS is a list of file extensions (e.g. '("scm" "ss")). EXPANDO-CHAR is the meta-variable character for ast-grep templates.

%rde-default-substitute-urls
Channel: rde
Location: rde/features/base.scm (rde features base)
feature-desktop-services args
Channel: rde
Location: rde/features/base.scm (rde features base)
Documentation:

Provides desktop system services.

Total public symbols: 86822