sharkdp/bat

[windows] fzf integration sample from readme does not work

Aberta

#2.095 aberto em 28 de fev. de 2022

 (1 comentário) (1 reação) (0 responsável)Rust (1.557 forks)batch import
documentationhelp wantedwindows

Métricas do repositório

Stars
 (58.889 estrelas)
Métricas de merge de PR
 (Mesclagem média 16d 6h) (11 fundiu PRs em 30d)

Description

Hi,

On windows the fzf integration sample does not work out of the box.

https://github.com/sharkdp/bat/blob/7be9485c3690799ee204ec5195172f9e90f49924/README.md?plain=1#L121

❯ fzf --preview 'bat --color=always --style=numbers --line-range=:500 {}'
invalid color specification: always

You have to use " instead of ':

❯ fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"

Maybe you can leave a note for windows users.

Guia do colaborador