DirectoryPredictor
0.0.5
Used with PSReadLine as a predictor to enable active Directory lookups.
Minimum PowerShell version
7.3.0
Installation Options
Owners
Copyright
(c) Justin Quinn. All rights reserved.
Package Details
Author(s)
- Justin Quinn
Tags
Directory Searcher PSReadLine Predictor Plugin File Files Filenames Path Folders
Cmdlets
Dependencies
This module has no dependencies.
Release Notes
v0.0.5
� New Pattern matching behaviour with ? (any), * (wildcard, before, after), and | (OR, match multiple search patterns, prepend with a quote)
� New -DirectoryMode [Files | Folders | Mixed] to search any combination of files and folders
� New -SortMixedResults [Files | Folders] to prioritize which suggestions are sorted at top
� New -ExtensionMode [Enable | Disable] to search just file extensions (does not work with -DirectoryMode Folders)
� Reworked code to be more extensible for future cmdlet options
v0.0.4
� New -IgnoreCommands [comma separated list] to ignore some cmds from using the predictor
� New -ResultsLimit [1-10] to limit the number of results (10 is PSReadLine limit for now)
� Multiword cmdline support; Your cmd flags are now respected and usable
� Refactored how state is shared to better represent PSReadLines best practices with DirectoryPredictorOption
� Refactored how cmdline string parsing is conducted for better performance
� General underlying code cleanup
v0.0.3
� Fixed case sensitivities by ignoring all case and conducting all strings in lowercase
� Future option possible to change this behaviour, future issue
� Minor variable initialization precautions
� Minor string handling cleanup
v0.0.2
� Initial public release with -FileExtension option only
� Bug with case sensitivities present in this version
v0.0.1
� Proof of concept private release
FileList
- DirectoryPredictor.nuspec
- DirectoryPredictor.dll
- DirectoryPredictor.psd1
Version History
Version | Downloads | Last updated |
---|---|---|
0.0.5 (current version) | 4,781 | 4/11/2023 |
0.0.4 | 50 | 1/14/2023 |