bevry / dorothy

🧙🏻‍♀️ Bring your dotfile commands and configuration to any shell. Sensible defaults and hundreds of commands preloaded. Supports Bash, Zsh, Fish, Nu, Xonsh, Elvish, Dash, KornShell, macOS, Linux, Windows.
Other
277 stars 21 forks source link

Suggestion: add support for 1password new secret reference #201

Closed wasdee closed 5 months ago

wasdee commented 6 months ago

design

secret read "op://Personal/hsjdgfsdf/API Key" it will return data from op read --no-newline "op://Personal/hsjdgfsdf/API Key"

what do you think? im willing to PR this.

balupton commented 5 months ago

For that simple action, I think an alias is better.

After the Dorothy campjs talk it was discussed about having secret become multi engine, where 1password is just one of the engines. It's an interesting thought, as some engines could be entirely local - such as a simple read write sudo store.

wasdee commented 5 months ago

For that simple action, I think an alias is better.

After the Dorothy campjs talk it was discussed about having secret become multi engine, where 1password is just one of the engines. It's an interesting thought, as some engines could be entirely local - such as a simple read write sudo store.

love your idea. admittedly first time i went to the secret i expect it to be multi-engine as well.