AutoYADM commit: 2025-05-04 18:46:08
This commit is contained in:
parent
4feabcce55
commit
0416475ee2
3 changed files with 5 additions and 67 deletions
|
@ -1,4 +1,9 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
# This script lets you query entries from bitwarden
|
||||
# using rbw and fuzzel. You can copy, auto-type, or show in notification.
|
||||
# Requires wl-copy, wtype, jq, and rbw.
|
||||
|
||||
set -l action
|
||||
if test (count $argv) -ne 0
|
||||
set action $argv[1]
|
||||
|
@ -47,5 +52,3 @@ switch $action
|
|||
case '*'
|
||||
notify-send "Invalid command!"
|
||||
end
|
||||
|
||||
wl-copy $output
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue