feat(bin): raycast helpers

Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net>
This commit is contained in:
2025-02-19 10:13:52 +02:00
parent ceb452aa68
commit aa85bb0c72
7 changed files with 260 additions and 0 deletions

21
local/bin/raycast/sp.sh Executable file
View 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