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

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.


%editor
Channel: guix
Location: guix/scripts/edit.scm (guix scripts edit)
load-manifest (file)
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

Load the user-profile manifest (Scheme code) from FILE and return it.

%environment-default-options
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
guix-environment* (opts)
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

Run the 'guix environment' command on OPTS, an alist resulting for command-line option processing with 'parse-command-line'.

show-environment-options-help ()
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

Print help about options shared between 'guix environment' and 'guix shell'.

launch-environment/container (#:key command bash user user-mappings profile manifest link-profile? network? map-cwd? cwd emulate-fhs? nesting? writable-root? setup-hook symlinks white-list environment-variables)
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

Run COMMAND within a container that features the software in PROFILE. Environment variables are set according to the search paths of MANIFEST. The global shell is BASH, a file name for a GNU Bash binary in the store. When NETWORK?, access to the host system network is permitted. USER-MAPPINGS, a list of file system mappings, contains the user-specified host file systems to mount inside the container. If USER is not #f, each target of USER-MAPPINGS will be re-written relative to '/home/USER', and USER will be used for the passwd entry.

When EMULATE-FHS?, set up the container to follow the Filesystem Hierarchy Standard and provide a glibc that reads the cache from /etc/ld.so.cache. SETUP-HOOK is an additional setup procedure to be called, currently only used with the EMULATE-FHS? option.

When NESTING? is true, share all the store with the container and add Guix to its profile, allowing its use from within the container.

LINK-PROFILE? creates a symbolic link from ~/.guix-profile to the environment profile.

SYMLINKS must be a list of (SOURCE -> TARGET) tuples denoting symlinks to be added to the container.

Preserve environment variables whose name matches the one of the regexps in WHILE-LIST.

Variables in ENVIRONMENT-VARIABLES (a list of pairs) are set in the environment.

%environment-options
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
assert-container-features ()
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

Check if containers can be created and exit with an informative error message if any test fails.

guix-environment args
Channel: guix
Location: guix/scripts/environment.scm (guix scripts environment)
Documentation:

spawn one-off software environments (deprecated)

guix-gc args
Channel: guix
Location: guix/scripts/gc.scm (guix scripts gc)
Documentation:

invoke the garbage collector

guix-git-authenticate args
Channel: guix
Location: guix/scripts/git/authenticate.scm (guix scripts git authenticate)
guix-git args
Channel: guix
Location: guix/scripts/git.scm (guix scripts git)
Documentation:

operate on Git repositories

%bag-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%reverse-package-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%package-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%referrer-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
guix-graph args
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
Documentation:

view and query package dependency graphs

%bag-emerged-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%module-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%reverse-bag-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%derivation-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%reference-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%node-types
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
%bag-with-origins-node-type
Channel: guix
Location: guix/scripts/graph.scm (guix scripts graph)
Total public symbols: 86650