Show HN: Dotenv, if it is a Unix utility

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dotenv

    Standalone, language agnostic dotenv (by gyf304)

  • direnv

    unclutter your .profile

  • I think direnv already does a good job in this space, and it's already available in your package manager.

    https://direnv.net/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotenvx

    a better dotenv–from the creator of `dotenv`

  • dotfiles

    My dotfiles, containing configuration and scripts that I find useful. (by supriyo-biswas)

  • I wrote my own some time ago: https://github.com/supriyo-biswas/dotfiles/commit/39585b42c2...

  • dotenvy

    A well-maintained fork of the Rust dotenv crate

  • The same thing already exists in Rust, it’s both a library for in-process loading and a binary, I use it daily and only for the binary: https://github.com/allan2/dotenvy

  • sops-run

    Python wrapper for sops to execute commands with environment variables provided by a sops-encrypted file.

  • This is interestingly similar to a little tool I wrote called sops-run [0], which manages encrypted secrets for cli tools using Mozilla’s sops [1]. Biggest upshot is that you can use it more confidently for secrets with encryption at rest. Built it when I was trying out CLI tools that wanted API keys, but I didn’t want to shove them into my profile and accidentally upload them into my dotfiles repository. Do need to finally get back to making this a package, being able to install it with pip(x) would be really nice.

    [0] https://github.com/belthesar/sops-run

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • I made a CLI tool to verify the presence of env vars before running a process (uses .env.example)

    2 projects | /r/javascript | 29 Aug 2022
  • Mise is a polyglot tool version manager

    5 projects | news.ycombinator.com | 28 Apr 2024
  • Nix-direnv is a quality of life improvement

    2 projects | news.ycombinator.com | 31 Jan 2024
  • Direnv – Unclutter Your .profile

    1 project | news.ycombinator.com | 25 Jan 2024
  • golang cli vs env var in windows?

    2 projects | /r/golang | 8 Dec 2023