Skip to content

Commit

Permalink
Update the cross-platform disclaimer in README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
krymtkts committed Jan 21, 2024
1 parent ad21717 commit 05dfa9a
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,12 @@
[![codecov](https://codecov.io/gh/krymtkts/pocof/graph/badge.svg?token=7HA9NC8PHT)](https://codecov.io/gh/krymtkts/pocof)

An interactive pipeline filtering Cmdlet for PowerShell written in F#.
Pocof implemented in .Net Standard 2.0, ensuring compatibility across Windows, Linux, and Mac.

A fork of [poco](https://github.com/jasonmarcher/poco) by jasonmarcher.
poco based on [powershell peco](https://gist.github.com/yumura/8df37c22ae1b7942dec7) by yumura.
powershell peco is a port of [peco](https://github.com/peco/peco) for PowerShell.

## Motivation

To learn how to write Cmdlet in F#.
Also to add my own flavor to poco which I often use.

## Installation

[PowerShell Gallery | pocof](https://www.powershellgallery.com/packages/pocof/)
Expand All @@ -27,9 +23,18 @@ Install-Module -Name pocof -AllowPrerelease
Install-PSResource -Name pocof -Prerelease
```

## Motivation

To learn how to write Cmdlet in F#.
Also to add my own flavor to poco which I often use.

## Disclaimer

Still incomplete.
Some features are not implemented yet.
I have created issues for the planned features.

I always use Windows. Linux has tested on Ubuntu on WSL. Mac has not tested because I don't have a Mac machine.
If you encounter any bugs on Linux or Mac, please create an issue.

## Publishing module

Expand Down

0 comments on commit 05dfa9a

Please sign in to comment.