kelleyma49 / PSFzf

A PowerShell wrapper around the fuzzy finder fzf
MIT License
750 stars 35 forks source link

Why no-sort is default? #240

Closed jeiea closed 5 months ago

jeiea commented 6 months ago

Background

I've observed that the expected behavior described below has been absent for quite some time, and I'm eager to understand the reason behind it.

Steps to reproduce

  1. Set up this project and configure it as follows.

    Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'
  2. Press Ctrl+R and type ls -r in powershell.

Expected behavior

The results should mimic the oh-my-zsh fzf integration, where entries containing ls -r appear first.

image

Actual behavior

Currently, the most recent item always appears first.

image
Navidda commented 5 months ago

I have the same issue, is there any workaround this?