ShadowKnightMK4 / OdinSearch

Search thru local computer files and feed matching output to a class that consumes it.
MIT License
1 stars 0 forks source link

SearchTarget.MatchAny #25

Closed ShadowKnightMK4 closed 5 months ago

ShadowKnightMK4 commented 5 months ago

Like how the array.empty is recommended for things,

add a special const SearchTarget that would be short hand for matching any target.

Ideally, lift this code from the /anyfile flag in the front end.

Note the plan would be static const variable for this.

ShadowKnightMK4 commented 5 months ago

For later