Commit Graph

6 Commits

Author SHA1 Message Date
James Neill 5b5286106e
style(1password): ensure function definitions meet style guide
- have both leading `function` declarations and parenthesis at the end
2024-12-26 03:26:32 +00:00
James Neill 3be91a697b
feat(1password): automatically inject secrets for specific commands using op run
- Add functionality to wrap specified commands (e.g., terraform, env) with
- Automatically inject secrets from environment variables into subprocesses
- Implement toggle activation with Ctrl+O keybinding
2024-12-26 03:09:48 +00:00
Carlo Sala 95579e3ca1
feat(1password): make completion loading async 2024-09-05 20:21:13 +02:00
Marc Cornellà a64d940377
refactor(1password): extract `opswd` function 2022-03-26 15:10:56 +01:00
Gheritarish 11a87eac47
chore(1password): fix comments to follow code (#10634) 2022-01-28 13:47:41 +01:00
Ricky Medina 3f5402e268
feat(1password): add plugin for 1password (#8884)
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-01-24 15:21:34 +01:00