yad icon indicating copy to clipboard operation
yad copied to clipboard

--file-filter

Open desin24 opened this issue 10 months ago • 2 comments

how to clear the --file-filter ?

desin24 avatar Feb 21 '25 10:02 desin24

Depending on what you mean by "clear", add an empty ("") or an any (*) filter to your other filters.

yad --file --file-filter '' --file-filter '*' --file-filter '*.log'

step- avatar Feb 21 '25 11:02 step-

yad --form --bool-fmt=1 --separator='\n'
--title="testbash"
--center --width=600 --height=600
--field=" "TXT:FL "" --file-filter "*.txt .TXT"
--field=" "SH:FL "" --file-filter "
.sh *.SH" \

for the second item it should filter for ".sh but instead it filters for *.txt again

desin24 avatar Feb 21 '25 12:02 desin24