{"id":23315487,"url":"https://github.com/shikaan/keydex","last_synced_at":"2025-04-13T06:40:38.848Z","repository":{"id":66369364,"uuid":"540331619","full_name":"shikaan/keydex","owner":"shikaan","description":"🔒 Terminal based password manager for KeePass databases.","archived":false,"fork":false,"pushed_at":"2024-12-27T00:33:53.000Z","size":214,"stargazers_count":72,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T23:07:20.485Z","etag":null,"topics":["bash","cli","fzf","keepass","password","password-manager","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","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/shikaan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-09-23T07:40:33.000Z","updated_at":"2025-02-16T22:11:05.000Z","dependencies_parsed_at":"2024-01-07T21:21:53.586Z","dependency_job_id":"2c668aba-7a62-4ee3-a156-a3ef05af6d4b","html_url":"https://github.com/shikaan/keydex","commit_stats":{"total_commits":87,"total_committers":2,"mean_commits":43.5,"dds":"0.14942528735632188","last_synced_commit":"c1125abde2ca4808554fc8a1d44e4beb838d74e7"},"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikaan%2Fkeydex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikaan%2Fkeydex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikaan%2Fkeydex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikaan%2Fkeydex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shikaan","download_url":"https://codeload.github.com/shikaan/keydex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675434,"owners_count":21143763,"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":["bash","cli","fzf","keepass","password","password-manager","terminal"],"created_at":"2024-12-20T15:37:59.852Z","updated_at":"2025-04-13T06:40:38.825Z","avatar_url":"https://github.com/shikaan.png","language":"Go","funding_links":[],"categories":["Go","\u003ca name=\"password-manager\"\u003e\u003c/a\u003ePassword managers","Table of Contents"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"96\" height=\"96\" src=\"./docs/96x96.png\" alt=\"logo\"\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003ekeydex\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nTerminal based password manager for KeePass databases.\n\u003c/p\u003e\n\n## ⚡️ Quick start\n\n### Installation\n\n_MacOS and Linux_\n```sh\nsudo sh -c \"curl -s https://shikaan.github.io/sup/install | REPO=shikaan/keydex sh -\"\n```\n\nor\n\n```sh\nsudo sh -c \"wget -q https://shikaan.github.io/sup/install -O- | REPO=shikaan/keydex sh -\"\n```\n\n_Windows and manual instructions_\n\nHead to the [releases](https://github.com/shikaan/keydex/releases) page and download the executable for your system and architecture.\n\n### Usage\n\nYou can get started simply [opening](./docs/keydex_open.md) your database.\n\n```sh\n# opens the interactive editor\nkeydex open ~/example.kdbx\n```\n\nHowever, the most common use case for `keydex` is [copying](./docs/keydex_copy.md) a password to your clipboard.\n\n```sh\n# copies password from the referenced entry (or stdinput)\nkeydex copy ~/example.kdbx /example/group/entry\n```\n\nUsing environment variables and aliases you can save a couple of keystrokes\n\n```sh\n# ~/.bashrc or ~/.zshrc\nexport KEYDEX_PASSPHRASE=${MY_SECRET_PHRASE}\nexport KEYDEX_DATABASE=~/example.kdbx\n\nalias entry-pwd=\"keydex copy /example/group/entry\"\n\n# and then you can use it like\n$ entry-pwd\n```\n\nOpening a given entry and [listing](./docs/keydex_list.md) accept environment variables too.\n\n```sh\n# opens the editor at the given location\nkeydex open /example/group/entry\n\n# lists all the entries in the database\nkeydex list\n```\n\n### Interoperability\n\nkeydex was designed to integrate in your existing workflow: it accepts inputs from stdin and can be piped to your existing toolchain. \n\nFor example, here's an of how you can use it to browse entries with [fzf](https://github.com/junegunn/fzf)\n\n```sh\n# copy entry's password selected with fzf to the clipboard\nkeydex list | fzf | keydex copy  \n\n# open entry at ref selected with fzf\nkeydex list | fzf | keydex open  \n```\n\n## 📄 Documentation\n\nMore detailed documentation can be found [here](./docs/keydex.md).\n\n\n## 🤓 Contributing\n\nHave a look through existing [Issues](https://github.com/shikaan/keydex/issues) and [Pull Requests](https://github.com/shikaan/keydex/pulls) that you could help with. If you'd like to request a feature or report a bug, please create a [GitHub Issue](https://github.com/shikaan/keydex/issues).\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikaan%2Fkeydex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikaan%2Fkeydex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikaan%2Fkeydex/lists"}