{"id":21302651,"url":"https://github.com/magnusrodseth/share-1password","last_synced_at":"2025-07-11T20:31:50.626Z","repository":{"id":257709561,"uuid":"859137611","full_name":"magnusrodseth/share-1password","owner":"magnusrodseth","description":"🔐 Securely share notes with others using 1Password. Perfect for developers sending credentials to clients.","archived":false,"fork":false,"pushed_at":"2024-09-23T06:34:14.000Z","size":37,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-13T05:52:02.732Z","etag":null,"topics":["1password","1password-cli","rust"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/share-1password","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/magnusrodseth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-09-18T06:40:06.000Z","updated_at":"2024-09-28T13:48:59.000Z","dependencies_parsed_at":"2024-09-18T07:36:11.476Z","dependency_job_id":"c3cb2469-4577-4b0d-a3ef-61b24614f69d","html_url":"https://github.com/magnusrodseth/share-1password","commit_stats":null,"previous_names":["magnusrodseth/share-1password"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/magnusrodseth/share-1password","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fshare-1password","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fshare-1password/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fshare-1password/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fshare-1password/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/magnusrodseth","download_url":"https://codeload.github.com/magnusrodseth/share-1password/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/magnusrodseth%2Fshare-1password/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264892351,"owners_count":23679276,"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":["1password","1password-cli","rust"],"created_at":"2024-11-21T15:57:06.622Z","updated_at":"2025-07-11T20:31:50.339Z","avatar_url":"https://github.com/magnusrodseth.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 Share 1Password\n\n## What is it?\n\n**Securely share notes with others using 1Password. Perfect for developers sending credentials to clients.**\n\nI often find myself needing to send `.env` files, credentials, and other sensitive information to others, in particular team members or clients. I would like something as simple as:\n\n1. I pipe the file with the text to share into the CLI program 🚀\n\n2. A secure link to share is copied to my clipboard 📋\n\n3. Simple as that. There is no step 3 ✅\n\n**So I wrote just that! 🎉**\n\nIn my opinion, 1Password is the single best password manager out there, so I based my implementation on their CLI.\n\n## Installation\n\n### Prerequisites\n\nEnsure you have [1Password](https://1password.com/) installed on your machine.\n\nNext, in the 1Password application, navigate to **Preferences** \u003e **Developer**. Enable the **Integrate with 1Password CLI** option.\n\nAlso ensure you have the 1Password CLI installed. Refer to the [installation guide](https://support.1password.com/command-line-getting-started/) for more information.\n\n### Using Cargo\n\nEnsure you have `cargo` installed. Then, run the following command:\n\n```bash\n# Install the application\ncargo install share-1password\n```\n\n## Usage\n\nEnsure you have `share-1password` installed. Then, run the following commands:\n\n```bash\n# Navigate to the directory with the note you want to share, e.g. a `.env` file\ncd \u003cdirectory\u003e\n\n# Pipe the file into the application with default settings\ncat \u003cfile\u003e | share-1password\n\n# Use `--help` to see all available options\nshare-1password --help\n\n# Use `--vault` to specify the vault to store the note in\ncat \u003cfile\u003e | share-1password --vault \u003cvault-name\u003e\n\n# Use `--emails` to specify the emails to share the note with. Default to anyone with the link.\ncat \u003cfile\u003e | share-1password --emails \u003cemail1\u003e \u003cemail2\u003e \u003cemail3\u003e\n```\n\n✂️ Note that `share-1password` automatically copies the link of the shared note to your clipboard.\n\nYou can now share this link securely with others, for instance using email, Slack, or any other messaging platform.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnusrodseth%2Fshare-1password","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagnusrodseth%2Fshare-1password","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagnusrodseth%2Fshare-1password/lists"}