{"id":13815551,"url":"https://github.com/kbsecret/kbsecret","last_synced_at":"2025-05-15T09:32:24.721Z","repository":{"id":52406485,"uuid":"80790834","full_name":"kbsecret/kbsecret","owner":"kbsecret","description":"A secret manager backed by Keybase and KBFS.","archived":true,"fork":false,"pushed_at":"2021-04-29T22:31:19.000Z","size":926,"stargazers_count":436,"open_issues_count":9,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-12T05:54:16.657Z","etag":null,"topics":["keybase","password-manager","ruby","secret-management"],"latest_commit_sha":null,"homepage":"https://kbsecret.github.io","language":"Ruby","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/kbsecret.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}},"created_at":"2017-02-03T02:39:03.000Z","updated_at":"2025-03-26T07:36:05.000Z","dependencies_parsed_at":"2022-08-28T18:13:24.394Z","dependency_job_id":null,"html_url":"https://github.com/kbsecret/kbsecret","commit_stats":null,"previous_names":[],"tags_count":102,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbsecret%2Fkbsecret","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbsecret%2Fkbsecret/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbsecret%2Fkbsecret/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbsecret%2Fkbsecret/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbsecret","download_url":"https://codeload.github.com/kbsecret/kbsecret/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254313881,"owners_count":22050124,"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":["keybase","password-manager","ruby","secret-management"],"created_at":"2024-08-04T04:03:35.344Z","updated_at":"2025-05-15T09:32:24.364Z","avatar_url":"https://github.com/kbsecret.png","language":"Ruby","funding_links":[],"categories":["Ruby"],"sub_categories":[],"readme":"![](.github/logo.png)\n========\n\n[![Gem Version](https://badge.fury.io/rb/kbsecret.svg)](https://badge.fury.io/rb/kbsecret)\n[![Build Status](https://travis-ci.org/kbsecret/kbsecret.svg?branch=master)](https://travis-ci.org/kbsecret/kbsecret)\n[![Coverage Status](https://codecov.io/gh/kbsecret/kbsecret/branch/master/graph/badge.svg)](https://codecov.io/gh/kbsecret/kbsecret)\n\n**Warning**: KBSecret is currently maintained on a best-effort basis. PRs are **strongly**\npreferred over new issues.\n\nKBSecret is a command line utility and library for managing *secrets*.\n\nQuick links:\n\n* [Installation instructions](https://kbsecret.github.io/#/install/)\n* [Quick start guide](https://kbsecret.github.io/#/quickstart/)\n* [CLI documentation](https://kbsecret.github.io/man/kbsecret.1.html)\n* [API documentation](http://www.rubydoc.info/gems/kbsecret/)\n* [Customizing your installation](https://kbsecret.github.io/#/customize/)\n\n## Hacking on KBSecret\n\nWant to hack on KBSecret? Here's how you can get started:\n\n```bash\n$ git clone git@github.com:kbsecret/kbsecret.git \u0026\u0026 cd kbsecret\n$ bundle install --path vendor/bundle\n$ bundle exec ./bin/kbsecret help\n```\n\n### Manual Pages\n\nKBSecret's manual pages can be found online\n[here](https://kbsecret.github.io/man/kbsecret.1.html).\n\nIf you'd like to generate the roff versions for `man(1)`, you'll need `ronn(1)`:\n\n```bash\n$ bundle exec make man\n$ cp man/*.1 ${YOUR_MAN_DIR}\n```\n\n### Shell Completion\n\nKBSecret provides shell completion functions for bash, zsh, and fish.\n\nTo generate the completions for Bash:\n\n```bash\n$ bundle exec make bash\n$ # or, if you have additional commands that support --introspect-flags:\n$ CMDS='foo bar baz' bundle exec make bash\n$ cp completions/kbsecret.bash ${YOUR_COMPLETION_DIR}\n```\n\nTo use the completions for zsh, add the completions directory to your `$fpath` or copy the\n`completions/_kbsecret` file to any of the directories in it.\n\nTo use the fish completions, copy `completions/kbsecret.fish` to your `~/.config/fish/completions` folder.\n\nPlease feel free to contribute completion scripts for other shells!\n\n### Contributing\n\nSee [\"help wanted\"](https://github.com/kbsecret/kbsecret/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)\non the [issue tracker](https://github.com/kbsecret/kbsecret/issues).\n\nIf you have an idea for a new feature, please suggest it! Pull requests are also welcome.\n\n### Community and Help\n\nIf you'd like help or would just like to chat about KBSecret's development, please\njoin us in `#kbsecret` on Freenode.\n\nWe also have a Keybase team. Please let us know on IRC if you'd like to be added to it.\n\n## Licensing\n\nKBSecret is licensed under the MIT License.\n\nKBSecret's logo was created by [Arathnim](http://arathnim.me).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbsecret%2Fkbsecret","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbsecret%2Fkbsecret","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbsecret%2Fkbsecret/lists"}