add coreutils to search terms

This commit is contained in:
Darren Schroeder 2024-12-07 07:20:46 -06:00 committed by GitHub
parent 9411458689
commit c16f49cf19
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ impl Command for UTouch {
}
fn search_terms(&self) -> Vec<&str> {
vec!["create", "file"]
vec!["create", "file", "coreutils"]
}
fn signature(&self) -> Signature {