{"id":19634019,"url":"https://github.com/nullobsi/pass-secrets","last_synced_at":"2025-04-28T07:31:12.639Z","repository":{"id":45312245,"uuid":"350487395","full_name":"nullobsi/pass-secrets","owner":"nullobsi","description":"Use pass to store your application secrets!","archived":false,"fork":false,"pushed_at":"2024-06-08T17:40:48.000Z","size":452,"stargazers_count":34,"open_issues_count":11,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-05T07:33:08.947Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/nullobsi.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":"2021-03-22T20:58:02.000Z","updated_at":"2025-03-24T19:50:10.000Z","dependencies_parsed_at":"2024-11-11T12:30:00.663Z","dependency_job_id":null,"html_url":"https://github.com/nullobsi/pass-secrets","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullobsi%2Fpass-secrets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullobsi%2Fpass-secrets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullobsi%2Fpass-secrets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nullobsi%2Fpass-secrets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nullobsi","download_url":"https://codeload.github.com/nullobsi/pass-secrets/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251271118,"owners_count":21562494,"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":[],"created_at":"2024-11-11T12:19:20.684Z","updated_at":"2025-04-28T07:31:09.583Z","avatar_url":"https://github.com/nullobsi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pass-secrets\nCLI Application that provides the Freedesktop Secret Service using Pass as its backend!\n\n## Status\nCurrently working to store secrets with protonmail-bridge. I have not done tests with other applications; if it doesn't work, please open an issue!\n\n## How to build\npass-secrets requires pass and sdbus-c++ to be installed on your machine. Rapidjson and nanoid are included in the repo.\n\n```\ncd pass-secrets\nmkdir build\ncd build\ncmake ..\nmake\n```\n\nYou can then install with `sudo make install` and uninstall with `sudo xargs rm \u003c install_manifest.txt`. This will by default install a systemd user service that can be dbus-activated when enabled.\n\n```\nsudo make install\nsystemctl --user enable pass-secrets\n```\n\nAlternatively, you can run it in the background in your bashrc/xinitrc.\n```\n...\n/usr/local/bin/pass-secrets \u0026\n...\n```\n\nIf you're running pass-secrets on a BSD, or possibly a non-systemd Linux system, you'll need to start a DBus session bus before starting pass-secrets. For instance, your ~/.bash_profile could contain:\n\n```\nif ! pgrep -qf -U ${USER:-$(id -u)} dbus.\\*--session; then\n\tdbus-daemon --session --fork --address=unix:runtime=yes 2\u003e/dev/null\n\texport DBUS_SESSION_BUS_ADDRESS=unix:path=$XDG_RUNTIME_DIR/bus\nfi\n```\n\nSee [this issue](https://github.com/nullobsi/pass-secrets/issues/11) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullobsi%2Fpass-secrets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnullobsi%2Fpass-secrets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnullobsi%2Fpass-secrets/lists"}