From acae57a1a47d7184647e257515bd3c93c3e90a76 Mon Sep 17 00:00:00 2001 From: "James D. Bartlett III" <37491308+JamesDBartlett3@users.noreply.github.com> Date: Tue, 10 May 2022 19:11:58 -0500 Subject: [PATCH] add: PSFzf in the Commandline Productivity section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9f1760e..73088f0 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,7 @@ It includes a command-line shell and an associated scripting language. * [Jump-Location](https://github.com/tkellogg/Jump-Location) - PowerShell `cd` that reads your mind. [Autojump](https://github.com/wting/autojump) implementation for PowerShell. **`UNMAINTAINED`** * [Zlocation](https://github.com/vors/ZLocation) * [z.sh](https://github.com/rupa/z) implementation for PowerShell. Similar to Jump-Location. * [thefuck](https://github.com/nvbn/thefuck) - Magnificent app which corrects your previous console command (by typing `fuck`). +* [PSFzf](https://github.com/kelleyma49/PSFzf) - a PowerShell module that wraps [fzf](https://github.com/junegunn/fzf), a fuzzy file finder for the command line. * [pslinq](https://github.com/manojlds/pslinq) - LINQ (LINQ2Objects) for PowerShell. * [posh-with](https://github.com/JanJoris/posh-with) - Command prefixing for continuous workflow using a single tool. * [poco](https://gist.github.com/yumura/8df37c22ae1b7942dec7)* [peco](https://github.com/peco/peco) implementation. Interactive filtering tool.