{"id":13649655,"url":"https://github.com/codekoala/pass-qr","last_synced_at":"2026-02-09T16:13:31.793Z","repository":{"id":136713374,"uuid":"136685262","full_name":"codekoala/pass-qr","owner":"codekoala","description":"A pass extension that lets you quickly generate a QR code for passwords using fzf or rofi","archived":false,"fork":false,"pushed_at":"2022-06-08T11:33:38.000Z","size":18,"stargazers_count":6,"open_issues_count":1,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-18T17:24:55.351Z","etag":null,"topics":["pass","pass-extension","password","password-manager","password-store","qr","qrcode"],"latest_commit_sha":null,"homepage":"https://www.passwordstore.org","language":"Shell","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/codekoala.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-06-09T02:50:41.000Z","updated_at":"2024-06-23T13:16:46.000Z","dependencies_parsed_at":"2024-01-14T12:17:26.908Z","dependency_job_id":"4bea49da-b297-41c4-a906-6aeaa934805f","html_url":"https://github.com/codekoala/pass-qr","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekoala%2Fpass-qr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekoala%2Fpass-qr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekoala%2Fpass-qr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codekoala%2Fpass-qr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codekoala","download_url":"https://codeload.github.com/codekoala/pass-qr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250259144,"owners_count":21401046,"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":["pass","pass-extension","password","password-manager","password-store","qr","qrcode"],"created_at":"2024-08-02T02:00:21.885Z","updated_at":"2026-02-09T16:13:31.763Z","avatar_url":"https://github.com/codekoala.png","language":"Shell","funding_links":[],"categories":["Extensions"],"sub_categories":["Generators"],"readme":"\u003ch1 align=\"center\"\u003epass qr\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n    A \u003ca href=\"https://www.passwordstore.org/\"\u003epass\u003c/a\u003e extension that quickly\n    generates a QR code for passwords using fzf or rofi.\n\u003c/p\u003e\n\n## Description\n`pass qr` extends the pass utility with a short command to generate and display\na QR code for an existing password. This is useful when, for example, you don't\nhave your password store on your cell phone but want to quickly use a password.\n\n## Usage\n\n```\nUsage:\n    pass qr [options] [output]\n        Provide an interactive solution to generate QR codes for existing\n        passwords. It will show all pass-names in either fzf or rofi, waits for\n        the user to select one, then displays a QR code for the password. If an\n        output path is specified, the QR code will be saved as a PNG to the\n        specified location.\n\n        The user can select fzf or rofi by giving either --fzf or --rofi.\n        By default, rofi will be selected and pass-qr will fallback to\n        fzf.\n\n    Options:\n        -f, --fzf        Use fzf to select pass-name.\n        -r, --rofi       Use rofi to select pass-name.\n```\n\n## Installation\n\n### Requirements\n\n* `pass 1.7.0` or greater.\n* If you do not want to install this extension as system extension, you need to\n  enable user extension with `PASSWORD_STORE_ENABLE_EXTENSIONS=true pass`. You\n  can create an alias in `.bashrc`: `alias pass='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass'`\n\n### From git\n\n```sh\ngit clone https://github.com/codekoala/pass-qr/\ncd pass-qr\nsudo make install  # For OSX: make install PREFIX=/usr/local\n```\n\n### ArchLinux\n\n`pass-qr` is available in the [Arch User Repository][aur].\n```sh\nparu -S pass-qr  # or your preferred AUR install method\n```\n\n## Contribution\n\nFeedback, contributors, pull requests are all very welcome.\n\n## Acknowledgments\n\nThanks to the following projects, which I used as templates for `pass-qr`:\n\n* [pass-update](https://github.com/roddhjav/pass-update)\n* [pass-clip](https://github.com/ibizaman/pass-clip)\n\n## License\n\n    Copyright (C) 2018 Josh VanderLinden\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n[aur]: https://aur.archlinux.org/packages/pass-qr\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekoala%2Fpass-qr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodekoala%2Fpass-qr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodekoala%2Fpass-qr/lists"}