pocof
0.24.0
An interactive pipeline filtering Cmdlet for PowerShell written in F#. A fork of poco which is a PowerShell port of peco.
Minimum PowerShell version
5.1
Installation Options
Owners
Copyright
Copyright (c) 2022 Takatoshi Kuriyama. All rights reserved.
Package Details
Author(s)
- Takatoshi Kuriyama
Tags
productivity filter pipeline Windows Linux MacOS
Cmdlets
PSEditions
Dependencies
This module has no dependencies.
Release Notes
## [0.24.0] - 2026-07-11
### Changed
- Update bundled `FSharp.Core` from 10.0.101 to 10.1.301 for F# 10.1 assembly support.
## [0.23.0] - 2025-12-30
### Performance
- Optimize current property extraction to reduce string operations.
- Optimize window beginning cursor calculation with binary search.
- Avoid unnecessary state updates when refresh is not required.
## [0.22.0] - 2025-11-30
### Changed
- Update the optimized binary target from .NET 6.0 to .NET 8.0.
- Use the .NET 8.0 binary on PowerShell 7.4 and later.
- Use the .NET Standard 2.0 binary on older PowerShell versions.
### Fixed
- Fix multi-byte line rendering to measure display width accurately.
### Performance
- Add query caching to reduce repeated query preparation work.
Full CHANGELOG: https://github.com/krymtkts/pocof/blob/main/CHANGELOG.md
FileList
- pocof.nuspec
- pocof-Help.xml
- pocof.psd1
- net8.0\FSharp.Core.dll
- netstandard2.0\FSharp.Core.dll
- pocof.psm1
- .gitkeep
- net8.0\pocof.dll
- netstandard2.0\pocof.dll
Version History
| Version | Downloads | Last updated |
|---|---|---|
| 0.24.0 (current version) | 8 | 7/11/2026 |
| 0.23.0 | 111 | 12/30/2025 |
| 0.22.0 | 24 | 11/30/2025 |
| 0.22.0-alpha | 8 | 11/22/2025 |
| 0.21.0 | 19 | 11/2/2025 |
| 0.20.0 | 17 | 9/14/2025 |
| 0.19.0 | 47 | 2/1/2025 |
| 0.18.1 | 221 | 12/27/2024 |
| 0.17.0 | 22 | 11/16/2024 |
| 0.16.1 | 21 | 10/5/2024 |
| 0.15.0 | 13 | 9/6/2024 |
| 0.14.1 | 15 | 7/14/2024 |
| 0.14.0 | 12 | 7/7/2024 |
| 0.13.0 | 17 | 5/18/2024 |
| 0.12.1 | 11 | 5/12/2024 |
| 0.12.0 | 10 | 5/3/2024 |
| 0.11.0 | 65 | 4/1/2024 |
| 0.10.0 | 59 | 2/25/2024 |
| 0.9.0 | 17 | 1/28/2024 |
| 0.8.0 | 12 | 1/14/2024 |
| 0.7.0 | 14 | 12/30/2023 |
| 0.6.0-alpha | 12 | 8/20/2023 |
| 0.5.0-alpha | 8 | 8/16/2023 |
| 0.4.0-alpha | 11 | 2/26/2023 |
| 0.3.0-alpha | 12 | 11/27/2022 |
| 0.2.0-alpha | 21 | 10/16/2022 |
| 0.1.1-alpha | 17 | 9/25/2022 |
| 0.1.0-alpha | 18 | 9/10/2022 |