Skip to content

[windows] fzf integration sample from readme does not work #2095

Open
@bw1faeh0

Description

Hi,

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

bat/README.md

Line 121 in 7be9485

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

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

Metadata

Assignees

No one assigned

    Labels

    documentationhelp wantedExtra attention is neededwindowsIssue is related to the Windows build of bat

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions