mirror of
https://github.com/lotabout/skim.git
synced 2026-09-10 07:16:23 -04:00
the problem is that the controller will save all items read before send the NewItem event to matcher. Meanwhile the matcher keeps going because no signal is received. And since the controller will need to lock the data of items and that lock is not released by matcher. Kind of deadlock here. |
||
|---|---|---|
| src | ||
| .gitignore | ||
| Cargo.toml | ||
| LICENSE | ||
| README.md | ||
fzf-rs
An experimental clone of fzf in rust
Requires nightly version