{"id":22971479,"url":"https://github.com/ankddev/envfetch","last_synced_at":"2025-08-13T11:35:00.790Z","repository":{"id":265690629,"uuid":"896491057","full_name":"ankddev/envfetch","owner":"ankddev","description":"Lightweight cross-platform CLI tool for working with environment variables.","archived":false,"fork":false,"pushed_at":"2024-12-11T16:26:55.000Z","size":91,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-11T16:32:35.989Z","etag":null,"topics":["cli","cli-app","cross-platform","dotenv","dotenv-parser","environment-variables","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ankddev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-30T14:01:34.000Z","updated_at":"2024-12-11T16:26:59.000Z","dependencies_parsed_at":"2024-11-30T14:50:44.224Z","dependency_job_id":"4e2b2ff6-8d99-463e-a060-c50a1182a6e5","html_url":"https://github.com/ankddev/envfetch","commit_stats":null,"previous_names":["ankddev/envfetch"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fenvfetch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fenvfetch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fenvfetch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ankddev%2Fenvfetch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ankddev","download_url":"https://codeload.github.com/ankddev/envfetch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229759981,"owners_count":18119903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","cli-app","cross-platform","dotenv","dotenv-parser","environment-variables","rust"],"created_at":"2024-12-14T22:17:49.620Z","updated_at":"2025-08-13T11:35:00.767Z","avatar_url":"https://github.com/ankddev.png","language":"Rust","readme":"\u003ch1 align=\"center\"\u003eenvfetch\u003c/h1\u003e\n\u003ch5 align=\"center\"\u003eLightweight cross-platform CLI tool for working with environment variables\u003c/h5\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://github.com/ankddev/envfetch/actions/workflows/ci.yml\"\u003e\u003cimg src=\"https://github.com/ankddev/envfetch/actions/workflows/ci.yml/badge.svg\" alt=\"Test status\"/\u003e\u003c/a\u003e\n    \u003cimg alt=\"GitHub commit activity\" src=\"https://img.shields.io/github/commit-activity/w/ankddev/envfetch\"\u003e\n    \u003ca href=\"https://app.codecov.io/github/ankddev/envfetch\"\u003e\u003cimg src=\"https://camo.githubusercontent.com/24e6fbb5fab320f1c87a360fcdf93b0901a6fc04fe0cb070a4083346c7946680/68747470733a2f2f636f6465636f762e696f2f67682f616e6b646465762f656e7666657463682f67726170682f62616467652e7376673f746f6b656e3d37325138463858574b51\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/envfetch\"\u003e\u003cimg src=\"https://img.shields.io/crates/d/envfetch\" alt=\"crates.io downloads\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://crates.io/crates/envfetch\"\u003e\u003cimg src=\"https://img.shields.io/crates/v/envfetch\" alt=\"crates.io version\"/\u003e\u003c/a\u003e\n    \u003ca href=\"https://aur.archlinux.org/packages/envfetch\"\u003e\u003cimg src=\"https://img.shields.io/aur/version/envfetch\" alt=\"AUR version\"/\u003e\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/261ea1fd-438a-40b0-847d-6a460b7a30a9\" /\u003e\n\u003c/div\u003e\n\n# Features\n- [x] Print list of all environment variables\n- [x] Get value of variable by name\n    - [x] Show similar variables if given variable not found\n- [x] Set variable (temporary and permanent)\n- [x] Delete variable (temporary and permanent)\n- [x] Load variables from dotenv-style file (temporary and permanent)\n- [x] Add string to the end of variable (temporary and permanent)\n- [ ] Set and delete multiple variables at once\n- [x] Interactive mode\n- [x] Export variables\n- [x] Configuration support\n# Get started\n## Installing\n\n\u003ca href=\"https://repology.org/project/envfetch/versions\"\u003e\n    \u003cimg src=\"https://repology.org/badge/vertical-allrepos/envfetch.svg?minversion=2.1.2\" alt=\"Packaging status\"\u003e\n\u003c/a\u003e\n\nRead about installing `envfetch` in the [Wiki](https://github.com/ankddev/envfetch/wiki/2.-Installation).\n## Using\nRead in [Wiki](https://github.com/ankddev/envfetch/wiki/3.-Basic-Usage).\n## Configuration\nRead in [this Wiki page](https://github.com/ankddev/envfetch/wiki/4.-Configuration)\n# Contributing and building from source\nRead in [this Wiki page](https://github.com/ankddev/envfetch/wiki/6.-Contributing)\n\n# See Also\n- [codewars-api-rs](https://github.com/ankddev/codewars-api-rs) - Rust library for Codewars API\n- [conemu-progressbar-go](https://github.com/ankddev/conemu-progressbar-go) - Progress bar for ConEmu for Go\n- [terminal-go](https://github.com/ankddev/terminal-go) - Go library for working with ANSI/VT terminal sequences\n- [zapret-discord-youtube](https://github.com/ankddev/zapret-discord-youtube) - Zapret build for Windows for fixing Discord and YouTube in Russia or other services\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankddev%2Fenvfetch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fankddev%2Fenvfetch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fankddev%2Fenvfetch/lists"}