AutoYADM commit: 2025-05-24 16:57:39

This commit is contained in:
Daniel Fichtinger 2025-05-24 16:57:39 -04:00
parent cf46ae2f4d
commit 539066a9af
2 changed files with 3 additions and 19 deletions

View file

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