DirectoryPredictor
0.0.4
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
Cmdlets
Dependencies
This module has no dependencies.
Release Notes
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 | 13,075 | 4/11/2023 |
0.0.4 (current version) | 50 | 1/14/2023 |