{"id":22447201,"url":"https://github.com/clabe45/kaz","last_synced_at":"2025-07-17T04:41:40.665Z","repository":{"id":50160199,"uuid":"281255790","full_name":"clabe45/kaz","owner":"clabe45","description":"Minimalistic local storage cli","archived":false,"fork":false,"pushed_at":"2022-12-26T21:36:22.000Z","size":141,"stargazers_count":1,"open_issues_count":6,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-30T09:16:35.611Z","etag":null,"topics":["cli","data","minimalistic","storage","utility"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clabe45.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-21T00:31:57.000Z","updated_at":"2023-02-13T22:22:16.000Z","dependencies_parsed_at":"2023-01-31T02:00:48.929Z","dependency_job_id":null,"html_url":"https://github.com/clabe45/kaz","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/clabe45/kaz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fkaz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fkaz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fkaz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fkaz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clabe45","download_url":"https://codeload.github.com/clabe45/kaz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clabe45%2Fkaz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262857280,"owners_count":23375492,"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","data","minimalistic","storage","utility"],"created_at":"2024-12-06T04:15:10.930Z","updated_at":"2025-06-30T22:06:23.601Z","avatar_url":"https://github.com/clabe45.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaz\n\nThis cli lets you easily store binary and text items and retrieve them later.\n\n## Installation\n\n```\npip install kaz\n```\n\n## Usage\n\nBasic usage:\n```sh\nkaz set key value\nkaz get key # value\n```\n\nYou can also use stdin and stdout:\n```sh\nkaz set license \u003c license.txt\nkaz get license \u003e license2.txt\n```\n\nwhich works with binary files:\n```sh\nkaz set \"profile pic\" \u003c profile-picture.png\n```\n\n## Commands\n\n```sh\n$ kaz --help\nUsage: kaz [OPTIONS] COMMAND [ARGS]...\n\n  Simple local storage cli\n\nOptions:\n  -h, --help     Show this message and exit.\n  -v, --version  Show the version and exit.\n\nCommands:\n  get     Print the value of an item.\n  list    Show all items that match `pattern`.\n  remove  Remove an item.\n  set     Bind a name to a value.\n```\n\n## Autocompletion\n\nTo enable autocompletion, source the script in the [autocomplete][autocomplete] directory that corresponds to your terminal. Currently bash, fish and zsh are supported.\n\nFor bash, this would be\n\n```sh\nwget https://raw.githubusercontent.com/clabe45/kaz/master/autocomplete/kaz-autocomplete-bash.sh\n. kaz-autocomplete-bash.sh\n```\n\nAdd the second command to your ~/.bashrc to enable it automatically.\n\n## Contributing\n\n1. [Fork this repo!][fork]\n2. Clone: `git clone https://github.com/YOUR-USERNAME/kaz.git`\n3. [Pick an issue][pick an issue] or [open a new one][open an issue] if you have a feature idea.\n4. Preferably check out a new feature branch: `git checkout -b feature/my-feature` (makes the PR process easier)\n5. Implement your change.\n  - Try to keep your commits [atomic][atomic commits].\n6. Push: `git push origin FEATURE-BRANCH`\n7. Create a [new pull request][new pull request].\n\n[autocomplete]: https://github.com/clabe45/kaz/tree/master/autocomplete\n[fork]: https://github.com/clabe45/kaz/fork\n[pick an issue]: https://github.com/clabe45/kaz/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22\n[open an issue]: https://github.com/clabe45/kaz/issues/new\n[atomic commits]: https://www.freshconsulting.com/atomic-commits/\n[new pull request]: https://github.com/clabe45/kaz/compare\n\n## License\n\nLicensed under GNU GPL v3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclabe45%2Fkaz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclabe45%2Fkaz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclabe45%2Fkaz/lists"}