AutoYADM commit: 2025-05-25 17:02:35

This commit is contained in:
Daniel Fichtinger 2025-05-25 17:02:36 -04:00
parent 05aff18514
commit 29aae824b5
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,5 @@
define-command file-picker %{
prompt -shell-script-candidates 'fd . --exclude "*.pdf" --type f --follow --no-ignore-vcs --ignore-file=.kakignore' open: %{
prompt -shell-script-candidates 'fd . --exclude "*.pdf" --hidden --type f --follow --no-ignore-vcs --ignore-file=.kakignore' open: %{
edit -existing %val{text}
}
}