From 19bd5eb94a190db00abf3ad1184624adc71c3680 Mon Sep 17 00:00:00 2001 From: Benjamin Lupton Date: Thu, 8 Jan 2026 10:05:46 +0800 Subject: [PATCH] add dorothy ## Dorothy #### Short description Shell extensions for installing and configuring 1Password Desktop `setup-util-1password`, CLI `setup-util-1password-cli`, Git/GPG/SSH `setup-git`, and secret fetching and environment exposure `secret`. #### Project category - [x] Repository - [ ] Article - [ ] Video #### Developer Tools used - [x] CLI - [ ] Connect Server - [ ] CI/CD Integrations - [x] SSH Agent - [ ] Events Reporting API - [ ] Passage or passwordless - [ ] SDKs - [ ] Something else... #### URL - https://github.com/bevry/dorothy - https://github.com/bevry/dorothy/blob/master/commands/setup-util-1password - https://github.com/bevry/dorothy/blob/master/commands/setup-util-1password-cli - https://github.com/bevry/dorothy/blob/master/commands/setup-git https://github.com/bevry/dorothy/blob/master/commands/ssh-helper #### Author - Benjamin Lupton @balupton #### Can we contact you? We'd love to be in touch about your project. Would you be open to our Developer Advocates reaching out? - [x] Yes, I'm open. --- projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects.json b/projects.json index 8141f57..267dcac 100644 --- a/projects.json +++ b/projects.json @@ -415,5 +415,15 @@ "description": "Lightweight connector that uses 1Password Server items to drive SSH, SCP, RSYNC and SFTP sessions.\n\nThis tool fetches connection data (host, user, SSH key or password) from 1Password via the 1Password CLI and runs the requested remote command using the appropriate authentication method.", "createdAt": "2025-08-20", "tags": ["1p-connector", "augcampos", "1password", "bash", "script", "ssh", "scp", "rsync", "sftp", "ssh auth", "key", "fix", "SSH server six-key limit", "Too many authentication failures"] + }, + { + "category": "repo", + "id": "dorothy", + "title": "Dorothy: A dotfile ecosystem", + "author": "Benjamin Lupton (balupton)", + "url": "https://github.com/bevry/dorothy", + "description": "Shell extensions for installing and configuring 1Password Desktop `setup-util-1password`, CLI `setup-util-1password-cli`, Git/GPG/SSH `setup-git`, and secret fetching and environment exposure `secret`.", + "createdAt": "2013-03-29", + "tags": ["1p-connector", "balupton", "bevry", "1password", "cli", "1password-cli", "bash", "script", "ssh", "gpg", "ssh", "op", "op-ssh-sign", "op-ssh-agent", "op-sock", "secret", "env", "macos", "linux", "wsl", "windows", "dotfiles", "dotfile"] } ]