feat: switch to globwalk

This commit is contained in:
beeb
2023-01-23 21:53:44 +01:00
parent 876fdc69ac
commit 6f8b1d55df
5 changed files with 122 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ impl Params {
Some(filetypes) => vec![
self.get_directory().unwrap(),
String::from("**"),
format!("{{{}}}", filetypes),
format!("*.{{{filetypes}}}"),
]
.iter()
.collect::<PathBuf>(),