跳到主要内容

fzf

阅读需 1 分钟

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...