AutoYADM commit: 2025-05-04 19:34:08
This commit is contained in:
parent
0416475ee2
commit
55114b5664
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ if test (count $argv) -ne 0
|
||||||
else
|
else
|
||||||
set action (echo copy\ntype\nshow | fuzzel --prompt="Action> " --dmenu)
|
set action (echo copy\ntype\nshow | fuzzel --prompt="Action> " --dmenu)
|
||||||
end
|
end
|
||||||
|
if test -z "$action"
|
||||||
|
return 1
|
||||||
|
end
|
||||||
set -l query
|
set -l query
|
||||||
set -l queries username password code
|
set -l queries username password code
|
||||||
if test "$action" = type
|
if test "$action" = type
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue