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

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.

trash-cli 0.24.5.26
Dependencies: coreutils@9.1
Propagated dependencies: python-psutil@7.2.2
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/andreafrancia/trash-cli
Licenses: GPL 2+
Build system: pyproject
Synopsis: Trash can management tool
Description:

trash-cli is a command line utility for interacting with the FreeDesktop.org trash can used by GNOME, KDE, XFCE, and other common desktop environments. It can move files to the trash, and remove or list files that are already there.

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.

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.

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.

tran 5.0.0-0.039df95
Dependencies: perl@5.36.0
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://github.com/kilobyte/tran
Licenses: Expat
Build system: gnu
Synopsis: Transcription between character scripts
Description:

This tool can transliterate/transcribe text both ways between the Latin script and other languages.

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-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.

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.

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.

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.

boxes 2.3.1
Dependencies: ncurses@6.2.20210619 libunistring@1.3 pcre2@10.42
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://boxes.thomasjensen.com
Licenses: GPL 2
Build system: gnu
Synopsis: Command line ASCII boxes
Description:

This command-line filter program draws ASCII-art boxes around your input text.

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-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.

hstr 3.1
Dependencies: ncurses@6.2.20210619 readline@8.2.13
Channel: guix
Location: gnu/packages/shellutils.scm (gnu packages shellutils)
Home page: https://me.mindforger.com/projects/hh.html
Licenses: ASL 2.0
Build system: gnu
Synopsis: Navigate and search command history with shell history suggest box
Description:

HSTR (HiSToRy) is a command-line utility that brings improved Bash and Zsh command completion from the history. It aims to make completion easier and more efficient than with Ctrl-R. It allows you to easily view, navigate, and search your command history with suggestion boxes. HSTR can also manage your command history (for instance you can remove commands that are obsolete or contain a piece of sensitive information) or bookmark your favourite commands.

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-fenics-ffc 2019.1.0.post0
Propagated dependencies: python-fenics-dijitso@2019.1.0 python-fenics-fiat@2019.1.0 python-fenics-ufl@2019.1.0 python-numpy@1.26.4
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://bitbucket.org/fenics-project/ffc/
Licenses: Public Domain LGPL 3+
Build system: pyproject
Synopsis: Compiler for finite element variational forms
Description:

The FEniCS Form Compiler (FFC) is a compiler for finite element variational forms. From a high-level description of the form, it generates efficient low-level C++ code that can be used to assemble the corresponding discrete operator (tensor). In particular, a bilinear form may be assembled into a matrix and a linear form may be assembled into a vector. FFC may be used either from the command line (by invoking the ffc command) or as a Python module (import ffc).

FFC is part of the FEniCS Project.

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.

openfoam-com 2512
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://www.openfoam.com
Licenses: GPL 3+
Build system: gnu
Synopsis: Framework for numerical simulation of fluid flow (from openfoam.com)
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-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.

python-open-simulation-interface 3.5.0
Propagated dependencies: python-pyyaml@6.0.2 python-protobuf@3.20.3
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: pyproject
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-simpy 4.1.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://gitlab.com/team-simpy/simpy
Licenses: FreeBSD
Build system: pyproject
Synopsis: Process-based discrete-event simulation framework
Description:

SimPy is a process-based discrete-event simulation framework based on standard Python. Processes in SimPy are defined by Python generator functions and can, for example, be used to model active components like customers, vehicles or agents. SimPy also provides various types of shared resources to model limited capacity congestion points (like servers, checkout counters and tunnels).

python-fenics-ufl 2025.2.0
Dependencies: python-numpy@2.3.1
Channel: guix
Location: gnu/packages/simulation.scm (gnu packages simulation)
Home page: https://bitbucket.org/fenics-project/ufl/
Licenses: LGPL 3+
Build system: pyproject
Synopsis: Unified language for form-compilers
Description:

The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces and defining expressions for weak forms in a notation close to mathematical notation.

UFL is part of the FEniCS Project.

Total packages: 32521