{"id":46069392,"url":"https://github.com/shivgitcode/qv","last_synced_at":"2026-03-01T13:01:34.321Z","repository":{"id":322509035,"uuid":"1089777371","full_name":"Shivgitcode/qv","owner":"Shivgitcode","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-05T08:24:15.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-05T09:26:00.246Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/Shivgitcode.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-04T19:52:57.000Z","updated_at":"2025-11-05T08:24:07.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/Shivgitcode/qv","commit_stats":null,"previous_names":["shivgitcode/qv","shivgitcode/quickvariables"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/Shivgitcode/qv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivgitcode%2Fqv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivgitcode%2Fqv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivgitcode%2Fqv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivgitcode%2Fqv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Shivgitcode","download_url":"https://codeload.github.com/Shivgitcode/qv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Shivgitcode%2Fqv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29969700,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T12:56:10.327Z","status":"ssl_error","status_checked_at":"2026-03-01T12:55:24.744Z","response_time":124,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-03-01T13:01:33.126Z","updated_at":"2026-03-01T13:01:34.287Z","avatar_url":"https://github.com/Shivgitcode.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickVariables (qv)\n\nA tiny CLI to store, retrieve, update, list, and delete named variables from a local JSON file. Great for keeping quick config values handy during development.\n\n## Quick Start\n\n- Build the binary\n  - Requires Go: `go build -o qv`\n  - Optionally move it into your `PATH`: `mv qv /usr/local/bin/`\n- Configure storage path\n  - Create a `.env` file alongside where you run `qv` and set:\n    - `QV_PATH=~/.config/quickvariable.json`\n- Initialize the store\n  - `qv init`\n\nYou’re ready to go.\n\n## Usage\n\n- Set a variable\n  - `qv set --name api_key --var 12345`\n- Get a variable\n  - `qv get --name api_key`\n- Update a variable\n  - `qv update --name api_key --var 67890`\n- Delete a variable\n  - `qv delete --name api_key`\n- List variable names\n  - `qv list`\n\nExample: export a value into your shell\n- `export API_KEY=$(qv get --name api_key)`\n\n## Commands \u0026 Flags\n\n- `init`\n  - Initializes the JSON store file.\n- `set --name \u003ckey\u003e --var \u003cvalue\u003e`\n  - Creates a new variable with the given key/value.\n- `get --name \u003ckey\u003e`\n  - Prints the value for the given key.\n- `update --name \u003ckey\u003e --var \u003cvalue\u003e`\n  - Replaces the value for an existing key.\n- `delete --name \u003ckey\u003e`\n  - Removes a key/value pair.\n- `list`\n  - Prints all stored keys.\n\n## Configuration\n\n- The tool reads `.env` using `QV_PATH` to locate your JSON store.\n  - Example `.env`:\n    - `QV_PATH=\"/Users/\u003cyou\u003e/.config/quickvariable.json\"`\n- Keep `.env` in the directory from which you invoke `qv` (or use a global `.env` loader setup).\n\n## Notes\n\n- Data is stored as plain JSON on disk (no encryption). Do not store sensitive secrets unless your machine and file permissions are secured.\n- If `qv init` doesn’t create the file at your `QV_PATH`, create it manually: `mkdir -p ~/.config \u0026\u0026 touch ~/.config/quickvariable.json` and re-run your command.\n- Running `qv` with no arguments prints the available commands.\n\n## Uninstall\n\n- Delete the binary (`which qv`) and remove the JSON store at `QV_PATH` if you no longer need it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivgitcode%2Fqv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshivgitcode%2Fqv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshivgitcode%2Fqv/lists"}