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).
- Website: https://github.com/netvl/shellexpand
- Licenses: ASL 2.0 · Expat
- Package source: gnu/packages/crates-io.scm
- Builds: See build status
- Issues: See known issues
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.