mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-27 18:58:19 +00:00
feat(bin): raycast helpers
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
21
local/bin/raycast/sp.sh
Executable file
21
local/bin/raycast/sp.sh
Executable file
@@ -0,0 +1,21 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Dependency: requires the 1password cli: https://developer.1password.com/docs/cli/
|
||||
|
||||
# Required parameters:
|
||||
# @raycast.schemaVersion 1
|
||||
# @raycast.title Login password to clipboard
|
||||
# @raycast.mode silent
|
||||
|
||||
# Optional parameters:
|
||||
# @raycast.icon 🔐
|
||||
# @raycast.packageName Password to clipboard
|
||||
# @raycast.description Returns password from 1Password
|
||||
|
||||
# Documentation:
|
||||
# @raycast.author Ismo Vuorinen
|
||||
# @raycast.authorURL https://github.com/ivuorinen
|
||||
|
||||
set -euo pipefail
|
||||
|
||||
op read "op://Svea/3hzhctmvovbwlgulv7mgy25rf4/login-input" | pbcopy
|
||||
Reference in New Issue
Block a user