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

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.


zsh-history-substring-search 1.0.2
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/zsh-users/zsh-history-substring-search
Licenses: Modified BSD
Build system: copy
Synopsis: ZSH port of Fish history search (up arrow)
Description:

This is a clean-room implementation of the Fish shell's history search feature, where you can type in any part of any command from history and then press chosen keys, such as the UP and DOWN arrows, to cycle through matches.

zsh-autopair 1.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/hlissner/zsh-autopair
Licenses: Expat
Build system: copy
Synopsis: Auto-close and delete matching delimiters in Zsh
Description:

This Zsh plugin auto-closes, deletes, and skips over matching delimiters in Zsh intelligently.

shfmt 3.12.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/mvdan/sh
Licenses: Modified BSD
Build system: go
Synopsis: Shell formatter with bash support
Description:

This package provides a shell formatter. Supports POSIX Shell, Bash, and mksh.

liquidprompt 2.2.1
Dependencies: ncurses@6.2.20210619 coreutils@9.1 inetutils@2.7
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"))))))
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.

zsh-autosuggestions 0.7.1
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.

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.

rig 1.11
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://rig.sourceforge.net
Licenses: GPL 2+
Build system: gnu
Synopsis: Random identity generator
Description:

RIG (Random Identity Generator) generates random, yet real-looking, personal data. It is useful if you need to feed a name to a Web site, BBS, or real person, and are too lazy to think of one yourself. Also, if the Web site/BBS/person you are giving the information to tries to cross-check the city, state, zip, or area code, it will check out.

zsh-completions 0.34.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/zsh-users/zsh-completions
Licenses: non-copyleft
Build system: copy
Synopsis: Additional completion definitions for Zsh
Description:

This projects aims at gathering/developing new completion scripts that are not available in Zsh yet. The scripts may be contributed to the Zsh project when stable enough.

zsh-syntax-highlighting 0.8.0
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.

pay-respects 0.7.12
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://codeberg.org/iff/pay-respects
Licenses: AGPL 3+
Build system: cargo
Synopsis: Suggest correction for mistyped console commands
Description:

pay-respects provides a shell helper to suggest correction for mistyped commands, with guix locate integration and an alias (default to f) to correct the previous command.

starship 1.25.1
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://starship.rs
Licenses: ISC
Build system: cargo
Synopsis: Fast and customizable shell prompt
Description:

Starship is a shell prompt that is fast and configurable, and works on most common shells. It shows information from various sources in a way easy to grasp at a glance, including but not limited to: the hostname/username/cwd trio, git, project language and runtime.

Note: Users must have a nerd font installed and enabled in their terminal.

shell-functools 0.3.0-0.530e3b6
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/sharkdp/shell-functools/
Licenses: Expat
Build system: pyproject
Synopsis: Functional programming tools for the shell
Description:

This package provides higher order functions like map,filter, foldl, sort_by and take_while as simple command-line tools. Following the UNIX philosophy, these commands are designed to be composed via pipes. A large collection of functions such as basename, replace, contains or is_dir are provided as arguments to these commands.

renameutils 0.12.0
Dependencies: readline@8.2.13
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://www.nongnu.org/renameutils/
Licenses: GPL 3+
Build system: gnu
Synopsis: File renaming utilities
Description:

The file renaming utilities (renameutils for short) are a set of programs designed to make renaming of files faster and less cumbersome. The file renaming utilities consists of five programs: qmv, qcp, imv, icp, and deurlname.

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.

simh 3.12-4
Dependencies: libpcap@1.10.1
Channel: guix
Location: gnu/packages/simh.scm (gnu packages simh)
Home page: http://simh.trailing-edge.com
Licenses: Expat
Build system: gnu
Synopsis: Collection of simulators from The Computer History Simulation Project
Description:

SIMH is a highly portable, multi-system simulator. SIMH implements simulators for:

  • Data General Nova, Eclipse.

  • Digital Equipment Corporation PDP-1, PDP-4, PDP-7, PDP-8, PDP-9, PDP-10, PDP-11, PDP-15, VAX.

  • GRI Corporation GRI-909, GRI-99.

  • IBM 1401, 1620, 1130, 7090/7094, System 3.

  • Interdata (Perkin-Elmer) 16b and 32b systems.

  • Hewlett-Packard 2114, 2115, 2116, 2100, 21MX, 1000.

  • Honeywell H316/H516.

  • MITS Altair 8800, with both 8080 and Z80.

  • Royal-Mcbee LGP-30, LGP-21.

  • Scientific Data Systems SDS 940.

  • SWTP 6800.

python-pygmsh 7.1.17
Propagated dependencies: gmsh@4.15.2 python-meshio@5.3.5 python-numpy@2.3.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://github.com/nschloe/pygmsh
Licenses: GPL 3+
Build system: pyproject
Synopsis: Python frontend for Gmsh
Description:

The goal of pygmsh is to combine the power of Gmsh with the versatility of Python. The package generalises many of the methods and functions that comprise the Gmsh Python API. In this way the meshing of complex geometries using high-level abstractions is made possible. The package provides a Python library together with a command-line utility for mesh optimisation.

openfoam-org 13
Dependencies: bash-completion@2.11 boost@1.89.0 cgal@6.1.1 cgns@4.5.2 cli11@2.4.2 cmake-minimal@3.31.10 coreutils@9.1 curl@8.6.0 double-conversion@3.1.5 eigen@3.4.0 expat@2.7.1 ffmpeg@8.1.1 findutils@4.10.0 fmt@11.2.0 freetype@2.13.3 gdal@3.8.2 gl2ps@1.4.2 glew@2.2.0 gmp@6.3.0 gmsh@4.15.2 gnuplot@6.0.1 hdf5@1.14.6 jsoncpp@1.9.6 libjpeg-turbo@2.1.4 libogg@1.3.6 libpng@1.6.39 libharu@2.4.3 libtheora@1.1.1 libtiff@4.4.0 libx11@1.8.12 libxml2@2.14.6 libxslt@1.1.43 libxt@1.3.1 lz4@1.10.0 metis@5.1.0 mpfr@4.2.2 ncurses@6.2.20210619 netcdf@4.9.2 nlohmann-json@3.12.0 openmpi@4.1.6 paraview@6.0.0 proj@9.7.1 protobuf@3.21.9 pt-scotch32@7.0.7 pugixml@1.12.1 python@3.12.12 python-mpi4py@4.1.0 qt5compat@6.9.2 qtbase@6.9.2 qtsvg@6.9.2 qttools@6.9.2 qtwebengine@6.9.3 readline@8.2.13 trilinos-zoltan@16.1.0 utfcpp@3.2.5 vtk@9.5.2 xz@5.4.5 zlib@1.3.1
Propagated dependencies: python-openpmd-api@0.17.0-0.ec8251e
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://openfoam.org
Licenses: GPL 3+
Build system: gnu
Synopsis: Framework for numerical simulation of fluid flow
Description:

OpenFOAM provides a set of solvers and methods for tackling problems in the field of Computational Fluid Dynamics (CFD). It is written in C++. Governing equations such as the Navier-Stokes equations can be solved in integral form. Physical processes such as phase change, droplet transport and chemical reaction can be modelled. Numerical methods are included to deal with sharp gradients, such as those encountered in flows with shock waves and flows with gas/liquid interfaces. Large problems may be split into smaller, connected problems for efficient solution on parallel systems.

python-commonroad-io 2022.3
Propagated dependencies: python-commonroad-vehicle-models@3.0.2 python-iso3166@2.1.1 python-lxml@6.0.2 python-matplotlib@3.10.8 python-networkx@3.4.2 python-numpy@2.3.1 python-omegaconf@2.3.0-1.71e0264 python-pillow@12.1.1 python-protobuf@3.20.3 python-rtree@1.4.1 python-scipy@1.16.3 python-shapely@2.1.1 python-tqdm@4.67.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://commonroad.in.tum.de/
Licenses: Modified BSD
Build system: pyproject
Synopsis: Read, write, and visualize CommonRoad scenarios
Description:

This package provides methods to read, write, and visualize CommonRoad scenarios and planning problems. It can be used as a framework for implementing motion planning algorithms to solve CommonRoad Benchmarks and is the basis for other tools of the CommonRoad Framework.

esmini 2.37.11
Dependencies: mesa@26.0.2 openscenegraph@3.6.5 openscenegraph@3.6.5 open-simulation-interface@3.5.0 protobuf@3.21.9 pugixml@1.12.1 sumo@1.25.0
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://github.com/esmini/esmini
Licenses: MPL 2.0
Build system: cmake
Synopsis: Basic OpenSCENARIO player
Description:

esmini is a tool to play OpenSCENARIO files. It is provided as both a standalone application and a shared library and has some support for generating and analysing traffic scenarios..

sumo 1.25.0
Dependencies: eigen@3.4.0 freetype@2.13.3 fontconfig-minimal@2.16.0 ffmpeg@8.1.1 fox@1.6.57 gdal@3.8.2 glu@9.0.2 gperftools@2.11 libjpeg-turbo@2.1.4 libtiff@4.4.0 libx11@1.8.12 libxcursor@1.2.3 libxft@2.3.8 libxi@1.8.2 libxrandr@1.5.4 libxrender@0.9.12 openscenegraph@3.6.5 proj@9.7.1 python@3.12.12 xerces-c@3.3.0 zlib@1.3.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://eclipse.org/sumo
Licenses: EPL 2.0 GPL 2+
Build system: cmake
Synopsis: Traffic simulator
Description:

SUMO is a traffic simulation package designed to handle large road networks and different modes of transportation -- including road vehicles, public transport and pedestrians. Included with SUMO is a wealth of supporting tools which automate core tasks for the creation, the execution and evaluation of traffic simulations, such as network import, route calculations, visualization and emission calculation. SUMO can be enhanced with custom models and provides various APIs to remotely control the simulation.

open-simulation-interface 3.5.0
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://github.com/OpenSimulationInterface/open-simulation-interface
Licenses: MPL 2.0
Build system: cmake
Synopsis: Generic interface for environmental perception
Description:

The Open Simulation Interface is a generic interface based on Google's protocol buffers for the environmental perception of automated driving functions in virtual scenarios.

python-meshio 5.3.5
Dependencies: python-h5py@3.15.1 python-netcdf4@1.7.2
Propagated dependencies: python-numpy@2.3.1 python-rich@14.3.3
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://github.com/nschloe/meshio
Licenses: Expat
Build system: pyproject
Synopsis: I/O for mesh files
Description:

There are various file formats available for representing unstructured meshes and mesh data. The meshio package is able to read and write mesh files in many formats and to convert files from one format to another. Formats such as cgns, h5m, gmsh, xdmf and vtk are supported. The package provides command-line tools and a collection of Python modules for programmatic use.

Total packages: 72166