{"id":28002964,"url":"https://github.com/minhajuddin/kv","last_synced_at":"2026-04-27T11:31:44.955Z","repository":{"id":57503162,"uuid":"455447912","full_name":"minhajuddin/kv","owner":"minhajuddin","description":"A simple cli kv store","archived":false,"fork":false,"pushed_at":"2022-02-22T15:15:49.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-06T05:43:07.661Z","etag":null,"topics":["bash","cli","kv"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minhajuddin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-04T06:42:54.000Z","updated_at":"2022-02-22T15:20:51.000Z","dependencies_parsed_at":"2022-09-13T08:21:38.702Z","dependency_job_id":null,"html_url":"https://github.com/minhajuddin/kv","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/minhajuddin/kv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhajuddin%2Fkv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhajuddin%2Fkv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhajuddin%2Fkv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhajuddin%2Fkv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minhajuddin","download_url":"https://codeload.github.com/minhajuddin/kv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minhajuddin%2Fkv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32335296,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bash","cli","kv"],"created_at":"2025-05-09T01:45:54.624Z","updated_at":"2026-04-27T11:31:44.941Z","avatar_url":"https://github.com/minhajuddin.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kv\n\u003ca href=\"https://crates.io/crates/bash-kv\"\u003e\n    \u003cimg src=\"https://img.shields.io/crates/v/bash-kv.svg\"\u003e\n\u003c/a\u003e\n\nA simple key-value store. Helps you in storing urls and other misc.\n\n## Usage \n```\nkv set es_url https://prd.es.hyperngn.com\n# ^ 0 exit code and no output\n\nkv get es_url\n# ^ 0 exit code with following output on  \n# https://prd.es.hyperngn.com\n# use this value to fetch data\ncurl -v \"$(kv get es_url)\"\n\nkv del es_url\n# ^ 0 exit code and no output\n\nkv list\n# ^ 0 exit code with following output on  \n#es_url\\thttps://prd.es.hyperngn.com\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhajuddin%2Fkv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminhajuddin%2Fkv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminhajuddin%2Fkv/lists"}