Skip to main content

fzf

One min read

windows powershell

winget install junegunn.fzf
Install-Module -Name PSFzf -Scope CurrentUser -Force

notepad $PROFILE
# 贴贴内容 也可以先测试一下
Import-Module PSFzf
Set-PsFzfOption -PSReadlineChordProvider 'Ctrl+t' -PSReadlineChordReverseHistory 'Ctrl+r'

Loading Comments...