{"id":13649636,"url":"https://github.com/dvogt23/pass-file","last_synced_at":"2026-03-07T01:38:52.487Z","repository":{"id":56232170,"uuid":"114303898","full_name":"dvogt23/pass-file","owner":"dvogt23","description":"A pass extension that allows to add files to password-store. https://www.passwordstore.org/","archived":false,"fork":false,"pushed_at":"2024-03-28T12:36:06.000Z","size":27,"stargazers_count":15,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T14:43:06.966Z","etag":null,"topics":["pass-extension","pass-file","password-store","passwordstore"],"latest_commit_sha":null,"homepage":null,"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/dvogt23.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-12-14T22:52:40.000Z","updated_at":"2025-04-09T10:12:25.000Z","dependencies_parsed_at":"2024-11-10T00:31:42.274Z","dependency_job_id":"563d0cde-71fc-4ab9-a728-309857d6076a","html_url":"https://github.com/dvogt23/pass-file","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dvogt23/pass-file","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvogt23%2Fpass-file","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvogt23%2Fpass-file/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvogt23%2Fpass-file/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvogt23%2Fpass-file/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvogt23","download_url":"https://codeload.github.com/dvogt23/pass-file/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvogt23%2Fpass-file/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30205371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T19:07:06.838Z","status":"ssl_error","status_checked_at":"2026-03-06T18:57:34.882Z","response_time":250,"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":["pass-extension","pass-file","password-store","passwordstore"],"created_at":"2024-08-02T02:00:21.568Z","updated_at":"2026-03-07T01:38:52.438Z","avatar_url":"https://github.com/dvogt23.png","language":"Shell","funding_links":[],"categories":["Extensions"],"sub_categories":["Import"],"readme":"# pass file\nA pass extension that apply some file functions\n\n## Description\n*pass-file* extends the pass with a file command thats provide a command to add files to passwordstore and get files back from passwordstore to the current location.\n\n## Usage\n```\npass file 1.0 - A pass extension that apply to add a file to passwordstore\n\nUsage:\n        pass file [a \u003cfile\u003e \u003cpass item\u003e] [g \u003cpass-name\u003e] [-V] [-h]\n            Provide a command to add files to passwordstore and\n            get files back from passwordstore to the current location.\n\n        Options:\n            a, add          Add file to passwordstore\n            g, get          Get file from passwordstore\n            -v, --version   Show version information.\n            -h, --help      Print this help message and exit.\n\n    More information may be found in the pass-file(1) man page.\n```\n\n## Installation\n\n**From the AUR (Arch Linux)**\n\nUsing an AUR helper like yay\n\n```sh\nyay -S pass-file\n# or\nyay -S pass-file-git\n```\nOr following the instructions on the\n[Arch Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository)\n\n**Nix**\nYou can use the following expression to install `pass` with the `pass-file` extension\n```nix\npass.withExtensions(exts: with exts; [ pass-file ])\n```\nYou can try pass-file with `nix-shell`, install it into your system with `nix-env` or you can add it into your `configuration.nix` and then do `nixos-rebuild switch`.\n\n**From git**\n```sh\ngit clone https://github.com/dvogt23/pass-file/\ncd pass-file\nsudo make install\n```\n\n**OS X**\n```sh\ngit clone https://github.com/dvogt23/pass-file/\ncd pass-file\nmake install PREFIX=/usr/local\n```\n\n**Requirements**\n* `pass 1.7.0` or greater.\n* If you do not want to install this extension as system extension, you need to enable user extension with `PASSWORD_STORE_ENABLE_EXTENSIONS=true pass`. You can create an alias in `.bashrc`: `alias pass='PASSWORD_STORE_ENABLE_EXTENSIONS=true pass'`\n\n## Examples\n\n**Save private.pfx file**\n```\nzx2c4@laptop ~ $ pass file add private.pfx Site/username\n```\n\n**Get file to current location**\n```\nzx2c4@laptop ~ $ pass file get Site/username/private.pfx\n```\n\n## Contribution\nFeedback, contributors, pull requests are welcome.\n\n## License\n```\n    Copyright (C) 2017\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvogt23%2Fpass-file","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvogt23%2Fpass-file","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvogt23%2Fpass-file/lists"}