S.P.H

Results 14 comments of S.P.H

> IMO, there is some good motivation for a config file largely not because there are work-arounds, but because users find it convenient. But I also think it's justifiable to...

> ```shell > this was···↴| > …wrapped!| > ``` > ```shell > this was↴ | > …wrapped!| > ``` While I believe the former will likely be preferred by most...

If possible, I'd like to see this done in a way that doesn't rely on `ConPTY`, which would both make it unusable on Windows 7-8.1 (and Windows 10 systems somehow...

I'd be fine with just running `runiq` twice for such tasks, once with `--invert` to find all the values with duplicates, and a second time with some flag indicating that...

I can confirm that with a bit of finagling, the code from the PR branch runs on Windows 8.1 To be clear, this means that the working build I have...

Not sure if it will be of much use to others, but I wrote a proof-of-concept bash function that does the job well enough, if not very elegantly. I use...

It doesn't provide a preview window, but https://crates.io/crates/fuzzy_finder relies on the same `fuzzy-matcher` crate as `skim`, and it seems to be just as capable of the fuzzy matching, if https://crates.io/crates/lk...

Isn't this basically the same as using a bookmarklet, but injected using VM?

Hey, I'm all for being able to more easily version control and synchronize my many bookmarklets, not to mention having the ability to inject scripts from remote origins into pages...

Possibly related to globbing behavior mentioned in https://github.com/BurntSushi/ripgrep/issues/1221 ?