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

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 search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


fish-foreign-env 0.20230823
Dependencies: bash@5.2.37 coreutils@9.1 sed@4.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/oh-my-fish/plugin-foreign-env
Licenses: Expat
Build system: trivial
Synopsis: Foreign environment interface for fish shell
Description:

fish-foreign-env wraps bash script execution in a way that environment variables that are exported or modified get imported back into fish.

mksh 59c
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.mirbsd.org/mksh.htm
Licenses: MirOS ISC
Build system: gnu
Synopsis: Korn Shell from MirBSD
Description:

mksh is an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh).

fish 4.0.1
Dependencies: fish-foreign-env@0.20230823 ncurses@6.2.20210619 pcre2@10.42 python@3.11.14 rust-pcre2-utf32@0.2.9 rust-pcre2-utf32@0.2.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://fishshell.com/
Licenses: GPL 2
Build system: cmake
Synopsis: The friendly interactive shell
Description:

Fish (friendly interactive shell) is a shell focused on interactive use, discoverability, and friendliness. Fish has very user-friendly and powerful tab-completion, including descriptions of every completion, completion of strings with wildcards, and many completions for specific commands. It also has extensive and discoverable help. A special help command gives access to all the fish documentation in your web browser. Other features include smart terminal handling based on terminfo, an easy to search history, and syntax highlighting.

es 0.9.2
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://wryun.github.io/es-shell/
Licenses: Public Domain
Build system: gnu
Synopsis: Extensible shell with higher-order functions
Description:

Es is an extensible shell. The language was derived from the Plan 9 shell, rc, and was influenced by functional programming languages, such as Scheme, and the Tcl embeddable programming language. This implementation is derived from Byron Rakitzis's public domain implementation of rc, and was written by Paul Haahr and Byron Rakitzis.

oil 0.22.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.oilshell.org
Licenses: ASL 2.0
Build system: gnu
Synopsis: Programming language and Bash-compatible Unix shell
Description:

Oils is a programming language with automatic translation for Bash. It includes OSH, a Unix/POSIX shell that runs unmodified Bash scripts and YSH is a legacy-free shell, with structured data for Python and JavaScript users who avoid shell.

xonsh 0.19.9
Dependencies: python-distro@1.9.0 python-ply@3.11 python-prompt-toolkit@3.0.51 python-pygments@2.19.1 python-pyperclip@1.9.0 python-setproctitle@1.3.7
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://xon.sh/
Licenses: FreeBSD
Build system: pyproject
Synopsis: Python-ish shell
Description:

Xonsh is a Python-ish, BASHwards-looking shell language and command prompt. The language is a superset of Python 3.4+ with additional shell primitives that you are used to from Bash and IPython. It works on all major systems including Linux, Mac OSX, and Windows. Xonsh is meant for the daily use of experts and novices alike.

zsh 5.9
Dependencies: ncurses@6.2.20210619 pcre@8.45 perl@5.36.0
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.zsh.org/
Licenses: GPL 2+
Build system: gnu
Synopsis: Powerful shell for interactive use and scripting
Description:

The Z shell (zsh) is a Unix shell that can be used as an interactive login shell and as a powerful command interpreter for shell scripting. Zsh can be thought of as an extended Bourne shell with a large number of improvements, including some features of bash, ksh, and tcsh.

gash 0.3.1
Dependencies: guile@3.0.9
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://savannah.nongnu.org/projects/gash/
Licenses: GPL 3+
Build system: gnu
Synopsis: POSIX-compatible shell written in Guile Scheme
Description:

Gash is a POSIX-compatible shell written in Guile Scheme. It provides both the shell interface, as well as a Guile library for parsing shell scripts. Gash is designed to bootstrap Bash as part of the Guix bootstrap process.

oils 0.22.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://www.oilshell.org
Licenses: ASL 2.0
Build system: gnu
Synopsis: Programming language and Bash-compatible Unix shell
Description:

Oils is a programming language with automatic translation for Bash. It includes OSH, a Unix/POSIX shell that runs unmodified Bash scripts and YSH is a legacy-free shell, with structured data for Python and JavaScript users who avoid shell.

linenoise 1.0-3.e26268d
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://github.com/antirez/linenoise
Licenses: FreeBSD
Build system: gnu
Synopsis: Minimal zero-config readline replacement
Description:

Linenoise is a minimal, zero-config, readline replacement. Its features include:

  1. Single and multi line editing mode with the usual key bindings

  2. History handling

  3. Completion

  4. Hints (suggestions at the right of the prompt as you type)

  5. A subset of VT100 escapes, ANSI.SYS compatible

gash-utils 0.2.0
Dependencies: guile@3.0.9 gash@0.3.1
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: https://savannah.nongnu.org/projects/gash/
Licenses: GPL 3+
Build system: gnu
Synopsis: Core POSIX utilities written in Guile Scheme
Description:

Gash-Utils provides Scheme implementations of many common POSIX utilities (there are about 40 of them, ranging in complexity from false to awk). The utilities are designed to be capable of bootstrapping their standard GNU counterparts. Underpinning these utilities are many Scheme interfaces for manipulating files and text.

dash 0.5.12
Dependencies: libedit@20191231-3.1
Channel: guix
Location: gnu/packages/shells.scm (gnu packages shells)
Home page: http://gondor.apana.org.au/~herbert/dash
Licenses: Modified BSD GPL 2+
Build system: gnu
Synopsis: POSIX-compliant shell optimised for size
Description:

Dash is a POSIX-compliant /bin/sh implementation that aims to be as small as possible, often without sacrificing speed. It is faster than the GNU Bourne-Again Shell (bash) at most scripted tasks. Dash is a direct descendant of NetBSD's Almquist Shell (ash).

zsh-vi-mode 0.11.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/jeffreytse/zsh-vi-mode
Licenses: Expat
Build system: copy
Synopsis: Plugin to improve vi keybindings in zsh
Description:

This package provides a zsh vimkey plugin with more features, which more closely matches the standard behavior of vim.

envstore 2.1
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://finalrewind.org/projects/envstore/
Licenses: WTFPL 2
Build system: gnu
Synopsis: Save and restore environment variables
Description:

Envstore is a program for sharing environment variables between various shells or commands.

conflict 20221002
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://invisible-island.net/conflict/conflict.html
Licenses: X11-style
Build system: gnu
Synopsis: Displays conflicting filenames in your execution path
Description:

conflict examines the user-specifiable list of programs, looking for instances in the user's path which conflict (i.e., the name appears in more than one point in the path).

fzf-tab 1.1.2
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/Aloxaf/fzf-tab
Licenses: Expat
Build system: copy
Synopsis: Replace the zsh default completion menu with fzf
Description:

The fzf-tab package replaces the default completion menu of the zsh shell with fzf, enabling fuzzy finding and multi-selection.

zsh-autosuggestions 0.7.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/zsh-users/zsh-autosuggestions
Licenses: Expat
Build system: gnu
Synopsis: Fish-like autosuggestions for zsh
Description:

Fish-like fast/unobtrusive autosuggestions for zsh. It suggests commands as you type.

liquidprompt 2.1.2
Dependencies: ncurses@6.2.20210619 coreutils@9.1 inetutils@2.5
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/liquidprompt/liquidprompt
Licenses: AGPL 3+
Build system: copy
Synopsis: Full-featured prompt for Bash & Zsh
Description:

Liquidprompt is an adaptive prompt for Bash and Zsh that gives you a nicely displayed prompt with useful information when you need it. It does this with a powerful theming engine and a large array of data sources.

In order to use liquidprompt with Zsh, you should use the following snippet with Guix Home:

(service home-zsh-service-type
         (home-zsh-configuration
           (zshrc (list ;;...
                    ;; This loads liquidprompt
                    (mixed-text-file "liquidprompt"
                                     "[[ $- = *i* ]] && source " liquidprompt "/share/liquidprompt/liquidprompt")
                    ;; This loads the powerline theme available in liquidprompt
                    (mixed-text-file "powerline-theme"
                                     "source " liquidprompt "/share/liquidprompt/themes/powerline/powerline.theme"))))))
grml-zsh-config 0.19.6
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://grml.org/zsh/
Licenses: GPL 2
Build system: copy
Synopsis: Grml's zsh configuration
Description:

This package provides an interactive setup for zsh preconfigured by the Grml project.

zsh-syntax-highlighting 0.7.1
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/zsh-users/zsh-syntax-highlighting
Licenses: Modified BSD
Build system: gnu
Synopsis: Fish shell-like syntax highlighting for Zsh
Description:

This package provides syntax highlighting for Zsh. It enables highlighting of commands whilst they are typed at a Zsh prompt into an interactive terminal. This helps in reviewing commands before running them, particularly in catching syntax errors.

direnv 2.37.1
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://direnv.net/
Licenses: Expat
Build system: go
Synopsis: Environment switcher for the shell
Description:

direnv can hook into the bash, zsh, tcsh, and fish shells to load or unload environment variables depending on the current directory. This allows project-specific environment variables without using ~/.profile.

Before each prompt, direnv checks for the existence of a .envrc file in the current and parent directories. This file is then used to alter the environment variables of the current shell.

sh-z 1.11
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/rupa/z
Licenses: Expat
Build system: gnu
Synopsis: Jump about directories
Description:

Tracks your most used directories, based on ``frecency''. After a short learning phase, z will take you to the most ``frecent'' directory that matches all of the regexes given on the command line in order.

fzy 1.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/jhawthorn/fzy
Licenses: Expat
Build system: gnu
Synopsis: Fast fuzzy text selector for the terminal with an advanced scoring algorithm
Description:

Most other fuzzy matchers sort based on the length of a match. fzy tries to find the result the user intended. It does this by favouring matches on consecutive letters and starts of words. This allows matching using acronyms or different parts of the path.

fzy is designed to be used both as an editor plugin and on the command line. Rather than clearing the screen, fzy displays its interface directly below the current cursor position, scrolling the screen if necessary.

ascii 3.30
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: http://www.catb.org/~esr/ascii/
Licenses: FreeBSD
Build system: gnu
Synopsis: ASCII name and synonym chart
Description:

The ascii utility provides easy conversion between various byte representations and the American Standard Code for Information Interchange (ASCII) character table. It knows about a wide variety of hex, binary, octal, Teletype mnemonic, ISO/ECMA code point, slang names, XML entity names, and other representations. Given any one on the command line, it will try to display all others. Called with no arguments it displays a handy small ASCII chart.

Total packages: 69283