https://github.com/thefox/ripenv
A tool for injecting environment variables into templates — inspired by the name of ripgrep. It supports the same variable syntax and can be used as a drop-in replacement in most shell scripts.
https://github.com/thefox/ripenv
Last synced: 2 months ago
JSON representation
A tool for injecting environment variables into templates — inspired by the name of ripgrep. It supports the same variable syntax and can be used as a drop-in replacement in most shell scripts.
- Host: GitHub
- URL: https://github.com/thefox/ripenv
- Owner: TheFox
- Created: 2025-03-10T19:58:49.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-26T21:00:01.000Z (8 months ago)
- Last Synced: 2025-12-26T07:50:17.362Z (6 months ago)
- Language: Zig
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ripenv — R.I.P. envsubst
A tool for injecting environment variables into templates — inspired by the name of ripgrep. It supports the same variable syntax and can be used as a drop-in replacement in most shell scripts.
## Installation
```sh
git clone https://github.com/TheFox/ripenv.git
cd ripenv
zig build --release
```
## Download
Download the latest binaries from [release page](https://github.com/TheFox/ripenv/releases).
## Dev
```bash
zig run -freference-trace src/main.zig < tmp/tpl.txt
```