https://github.com/trackd/psfuzzymatcher
https://github.com/trackd/psfuzzymatcher
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/trackd/psfuzzymatcher
- Owner: trackd
- License: mit
- Created: 2024-01-23T23:02:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T23:07:56.000Z (over 2 years ago)
- Last Synced: 2024-12-25T14:07:32.178Z (over 1 year ago)
- Language: PowerShell
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PSFuzzyMatcher
Example module/function using a fuzzymatcher.
the fuzzymatcher class is copied from [FuzzyMatch.cs](https://github.com/PowerShell/PowerShell/blob/master/src/System.Management.Automation/utils/FuzzyMatch.cs)
which should really be made public :smile: