Jinzhou Zhang

Results 37 comments of Jinzhou Zhang

@hajdamak Could you please try using `echo` instead of `/bin/echo` and see if there is a difference?

Waiting for https://github.com/rust-lang/cargo/issues/1982

@atsepkov It's a great idea. I've been thinking how to achieve it once I saw this, but seems no easy way with skim. Here are the obstacles: 1. As you...

@denisu This is a known issue. `sk` won't stop on listening to an infinite stream. Unfortunately currently rust doesn't have a good way to interrupt a blocking read. Is there...

@adrianstaniec To clarify, what is "multiple tokens feature"? Is it `rg -e -e `?

@bionicles Skim knows nothing about the meaning of the content and there is no optimization for filename displays. There are two possible solutions: 1. Skim provides ways to scroll left/right,...

Currently `SKIM_DEFAULT_OPTIONS` is picked up by [main.rs](https://github.com/lotabout/skim/blob/master/src/bin/main.rs#L160), converted to `SkimOptions` and passed to skim library. I'd like to keep it this way for separation concern. I understand that reading options...

Skim's fuzzy matching and ranking algorithm is described here: https://github.com/lotabout/fuzzy-matcher/blob/master/src/skim.rs#L552. Currently there is no way to tweak skim's matching algorithm. Maybe later.

@kurnevsky I've sync fzf's latest shell script in commit https://github.com/lotabout/skim/commit/6fdbe38f7a69873631f1c4e069d8db969f52d3fc, would you please try the latest master? I won't maintain the shell scripts but will occasionally sync fzf's.

> So I use -m --reverse and when I press the TAB key that object is marked and the next line will be highlighted. Theoretically yes. `TAB` should move **up**...