mrair
mrair
Use fdfind to get the relative path of file. ```powershell $env:FZF_CTRL_T_COMMAND="fd --color always" ```
@kelleyma49 powershell 5.1 ```powershell PS D:\> host Name : ConsoleHost Version : 5.1.19041.3803 InstanceId : 03d9d07b-5962-437a-b9de-6018ccdc3180 UI : System.Management.Automation.Internal.Host.InternalHostUserInterface CurrentCulture : zh-CN CurrentUICulture : zh-CN PrivateData : Microsoft.PowerShell.ConsoleHost+ConsoleColorProxy DebuggerEnabled :...
现在还是有这个问题,我只能每次重启后 输入 `Ubuntu2004 config --default-user `
> Hello @owenstake, > > Place line in this section of your `.local` customization file > > ``` > # -- user customizations ------------------------------------------------------- > ``` It not works. I...
> > Hello @owenstake, > > Place line in this section of your `.local` customization file > > ``` > > # -- user customizations ------------------------------------------------------- > > ``` >...
For user using in powershell 5.1 , should roll back to old version psfzf 2.0.0 reference https://github.com/kelleyma49/PSFzf/issues/190
> Do you mean ARM for MacOS? I provide a binary for that already on the releases page. You also find a link to it at the top of the...
This bug is fix in https://github.com/owenstake/context-menu-launcher https://github.com/owenstake/context-menu-launcher/commit/5a05bd56a05d94ac800883c92b7f75fe26c42d24
>  > > I believe it is from insert mode. Not sure if it is intended to work in normal text input elements. > > You can disable it...
Pre-require registry system setting as follows. ```powershell "Set multi selection with context menu" Set-ItemProperty -Path HKCU:SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer ` -Name MultipleInvokePromptMinimum ` -Value 500 ```