This package browser is in early development. Mind the rough edges.

rust-shellexpand 3.1.0

Shell-like expansions in strings

shellexpand is a single dependency library which allows one to perform shell-like expansions in strings, that is, to expand variables like $A or ${B} into their values inside some context and to expand ~ in the beginning of a string into the home directory (again, inside some context).

Installation

Install rust-shellexpand 3.1.0 as follows:

guix install rust-shellexpand@3.1.0

Or install the latest version:

guix install rust-shellexpand

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.