envfetch

Crates.ioenvfetch
lib.rsenvfetch
version2.1.2
created_at2024-11-30 14:44:47.108055+00
updated_at2025-04-08 12:27:02.88737+00
descriptionLightweight cross-platform CLI tool for working with environment variables
homepagehttps://github.com/ankddev/envfetch
repositoryhttps://github.com/ankddev/envfetch
max_upload_size
id1466685
size203,074
Andrey (ankddev)

documentation

README

envfetch

Lightweight cross-platform CLI tool for working with environment variables
Test status GitHub commit activity crates.io downloads crates.io version AUR version

Features

  • Print list of all environment variables
  • Get value of variable by name
    • Show similar variables if given variable not found
  • Set variable (temporary and permanent)
  • Delete variable (temporary and permanent)
  • Load variables from dotenv-style file (temporary and permanent)
  • Add string to the end of variable (temporary and permanent)
  • Set and delete multiple variables at once
  • Interactive mode
  • Export variables
  • Configuration support

Get started

Installing

Packaging status

Read about installing envfetch in the Wiki.

Using

Read in Wiki.

Configuration

Read in this Wiki page

Contributing and building from source

Read in this Wiki page

See Also

Commit count: 319

cargo fmt