Skip to content

pass skim options to the fuzzy-pdf output #4

@ornanovitch

Description

@ornanovitch

It would be awesome to be able to customize skim options, especially --bind and --preview-window.

I see it's hardcoded here:

fuzzy-pdf/src/main.rs

Lines 63 to 69 in 664323d

let skim_options = SkimOptionsBuilder::default()
.reverse(true)
.exact(true)
.preview_window(Some("down:80%"))
.preview(Some(""))
.build()
.unwrap();

It's a functional out-of-the-box setup but I cannot add nor override any setting with SKIM_DEFAULT_OPTIONS= env variable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions