skim icon indicating copy to clipboard operation
skim copied to clipboard

[lib] Make skim::prelude::reader and skim::prelude::engine::fuzzy public

Open PanAeon opened this issue 3 years ago • 0 comments

Is it possible to make skim::prelude::reader and skim::prelude::engine::fuzzy public? Right now there's an option cmd_collector, but since CommandCollector is private it's impossible to pass custom value to it. (or it may be just me).
Also when you can provide your own command collector, there's no point in reimplementing FuzzyEngine. I think making FuzzyEngine public will only benefit the library

PanAeon avatar Sep 23 '22 00:09 PanAeon