pidgeon777
pidgeon777
Unfortunately, I won't have a chance to work on it in the upcoming days, but in my opinion, it would be cool to add two columns: - Last fork commit....
The fact is that I wish to open the **FZF** selected file with **Notepad++**. It accepts these arguments: ```powershell notepad++ -n ``` `` must not include quotes (`"`), otherwise, it...
Obviously, on Windows, this is not an issue strictly related to **Notepad++**, but potentially to every command-line application accepting arguments. Thus, this issue should be kept into great account, in...
@junegunn unfortunately on Windows this "issue" makes it impossible to execute any command for example through: ```powershell type "C:\Scripts\FZF\Main.bat" | fzf --delimiter="\t" --bind "enter:execute({2})" ```` `Main.bat` content: ````bat p ping...
> I'm not familiar with Windows environment. On *nix system, you would run an arbitrary command string with `sh -c`. > > ```shell > echo 'ls -al' | fzf --bind...
> fzf implements special quoting mechanism for Windows cmd.exe. You might want to check out [c4185e8](https://github.com/junegunn/fzf/commit/c4185e81e86e339ae2c18e5d9b596b7992ec179b) and see if there's room for improvement. How could I try/build it in Windows?...
I confirm everything. > \\" > * the problem with executing `"notepad++ \"C:\\Work\\Test.txt\""` because of the `\"` is separate issue > > * those quotes are not added by fzf,...
https://github.com/codota/TabNine/issues/425
I don't know if I have the necessary knowledge to do that. Anyway, I would like to start from what seems to be the major issue: when running `TabNine.exe`, the...