SnippetPredictor
0.6.0
A command-line predictor written in F# that suggests code snippets based on the input. This module requires PowerShell 7.2 or higher and PSReadLine 2.2.2. or higher.
Minimum PowerShell version
7.2
Installation Options
Owners
Copyright
Copyright © 2025 Takatoshi Kuriyama. All rights reserved.
Package Details
Author(s)
- Takatoshi Kuriyama
Tags
predictor snippet productivity Windows Linux MacOS
Cmdlets
Add-Snippet Get-Snippet Remove-Snippet
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## [0.6.0] - 2026-06-27
### Fixed
- Refine the regular expression pattern to support leading whitespace in snippet input.
## [0.5.0] - 2025-12-30
### Added
- Add a debounce mechanism for snippet refresh to optimize file change handling.
### Changed
- Update help documentation.
### Fixed
- Fix a potential group serialization error by returning an empty string instead of null.
## [0.4.0] - 2025-05-10
### Added
- Add group ID suggestions for empty input in snippet search.
### Changed
- Add predictor lifecycle management to manage resources more reliably.
- Refine cmdlet documentation.
- Add project metadata for description and copyright information.
### Fixed
- Fix `Get-Snippet` to return a single `SnippetEntry` instead of an array.
Full CHANGELOG: https://github.com/krymtkts/SnippetPredictor/blob/main/CHANGELOG.md
FileList
- SnippetPredictor.nuspec
- FSharp.Core.dll
- SnippetPredictor-Help.xml
- SnippetPredictor.dll
- SnippetPredictor.psd1
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.6.0 (current version) | 9 | 6/27/2026 |
| 0.5.0 | 49 | 12/30/2025 |
| 0.4.0 | 53 | 5/10/2025 |
| 0.3.0 | 14 | 4/12/2025 |
| 0.2.0 | 17 | 3/22/2025 |
| 0.1.0 | 16 | 2/23/2025 |
| 0.1.0-beta | 7 | 2/21/2025 |
| 0.1.0-alpha | 10 | 2/11/2025 |