You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Case insensitive match the filename extensions specified in --filter arguments to invoke commands. Currently case sensitive. For example, ug --filter="pdf:pdftotext % -" filters .pdf files but not .PDF files which would require ug --filter="pdf,PDF:pdftotext % -" although that works it is cumbersome.