Thayne McCombs

Results 594 comments of Thayne McCombs

And what would be the format for the selected region? I think probably the best way to handle that would be to allow setting separate formats for selecting a labeled...

It's sort of possible to do that today using the `--format` option. That is, you could do something like: ``` fd --absolute-path --format $'\e]8;;vscode://file/{}\e\\{}\e]8;;\e\\' ... ```` I'm not completely opposed...

So the patrern passed to --exclude is interpreted similar to a gitignore pattern. That means that if it starts with a "/", then it is relative to the root search...

hmmm, actually it does look like the stack trace is less useful if panic=abort. It shows you where the panic happened, but not. I added a panic to output.rs and...

What is the command you are running?

Could this be related to https://blog.rust-lang.org/2024/04/09/cve-2024-24576.html ?

This is likely a duplicate of https://github.com/sharkdp/fd/issues/638 Is the search using U+75 and U+308(a "u" witha diaresis combining character in front of it", but the filename uses U+00FC (a single...

What does `printf "%x\n" $(ls)` in the folder that contains the bestätigung file give

I agree that this is not a good user experience. Unfortunately, it is also a very difficult problem to solve. The library we use for regex doesn't support normalization, and...

Perhaps we could just do the replacement on literals, and not worry about ranges?