AutoYADM commit: 2025-05-23 14:18:15

This commit is contained in:
Daniel Fichtinger 2025-05-23 14:18:16 -04:00
parent 2501ef11de
commit 21344e1d3a
10 changed files with 9 additions and 5 deletions

View file

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