Language

Package: shell-functools @ 0.3.0

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.

Home page
https://github.com/sharkdp/shell-functools/
Location
gnu/packages/shellutils.scm (line: 322, column: 2)
License

Lint warnings

LinterMessageLocation
description

Validate package descriptions

sentences in description should be followed by two spaces; possible infractions at 121, 206