On Fri Apr 18 17:25:10 2025 +0000, eric pouech wrote:
also note that for the first word of command line, when using tab, native cmd.exe filters on directories and files that can be executed (likely using PATHEXT list of extensions, didn't test that though) i'd suggest handling in two seperate patches the rd/md part, and the first parameter one... that should boil down to adding filters to the files gotten out of find files (directories and/or extensions) depending on context
Will definitely handle .exe, etc. filtering as a subsequent patch.