Skip to content

v0.0.5-release

Latest
Compare
Choose a tag to compare
@Ink230 Ink230 released this 11 Apr 03:29
  • Pattern matching behaviour with
    • ? : Return any results possible
    • * : Wildcard matching before, after, or both of a search pattern
    • | : chain search patterns together with the OR operator, will return OR matches
  • -DirectoryMode [Files | Folders | Mixed] to search any combination of files and folders
  • -SortMixedResults [Files | Folders] to prioritize which suggestions are sorted at top
  • -ExtensionMode [Enable | Disable] to search just file extensions (does not work with -DirectoryMode Folders)
  • Reworked code to be more extensible for future cmdlet options

See readme for any assistance with the new or future option cmdlets