Skip to main content

env-replace: un-expand environment variables for more compact output

Project description

env-replace

Pipe commands that produce lots of output through env-replace to replace expanded environment variables (especially prefix paths in build output) with the environment variables themselves.

Install:

python3 -m pip install env-replace

Usage:

export PREFIX="/super-long-prefix-path"
echo "cc -I$PREFIX/include -L$PREFIX/lib ..." | env-replace

reverses environment variable expansion so that the output is:

cc -I$PREFIX/include -L$PREFIX/lib ...

instead of

cc -I/super-long-prefix-path/include -L/super-long-prefix-path/lib ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

env_replace-1.1.0.tar.gz (3.3 kB view hashes)

Uploaded Source

Built Distribution

env_replace-1.1.0-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page