yad
yad copied to clipboard
--file-filter
how to clear the --file-filter ?
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'
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