AutoYADM commit: 2025-05-04 19:34:08

This commit is contained in:
Daniel Fichtinger 2025-05-04 19:34:08 -04:00
parent 0416475ee2
commit 55114b5664

View file

@ -10,6 +10,9 @@ if test (count $argv) -ne 0
else
set action (echo copy\ntype\nshow | fuzzel --prompt="Action> " --dmenu)
end
if test -z "$action"
return 1
end
set -l query
set -l queries username password code
if test "$action" = type