Skip to content

TheFox/ripenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

git clone https://github.com/TheFox/ripenv.git
cd ripenv
zig build --release

Download

Download the latest binaries from release page.

Dev

zig run -freference-trace src/main.zig < tmp/tpl.txt

About

A tool for injecting environment variables into templates. It supports the same variable syntax as envsubst and can be used as a drop-in replacement in most shell scripts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors