jakub.sh

A collection of utility tools for modern development workflows.

curl jakub.sh/install | bash

Installs all tools into ~/.local/bin.

sekey

Secure environment variable manager with automatic output sanitization (=> README.md).

Store a secret in macOS Keychain or Linux Secret Service. The script provides a masked prompt.

sekey set MY_SECRET

Sandbox the secret. The command is executed with env injected from secrets, and the output of the command is sanitized.

sekey --env MY_SECRET command.sh