Thayne McCombs

Results 329 comments of Thayne McCombs

@kpym consider: if I made a useful program which assumed fd respects .gitignore. then you try to use this tool, but it breaks because of your configuration to ignore .gitignore...

What other unix-filter style cli tools have configuration files? Afaik, things like find, sed, ls, etc. do not have configuration files.

> but what would the foruth digit be? The fourth digit is actually the first one, which is usually omitted or 0. It is used for the setuid, setgid, and...

Although, I can't remember which off the top of my head, I think reminder there being at least one program that detects if stdout is a tty as a heuristic,...

That works, but does require keeping the whitelist up to date with files check in to git

the absense of `-%>` support is problematic for me. I have something like: ``` var = value1 value2 value3 that is complicated and takes multiple lines ```

I tested on wayland (sway) and it seemed to work pretty well. One thing I did notice is that if I use the iterm2 protocol with a 640x480 jpeg it...

I did not compile with the `--release` flag. I can try that tonight.

Doesn't the iterm2 protocol in @ayosec's PR support 24-bit colors?

@ayosec, yes with a release build the iterm2 method is *much* faster. And is in fact now faster than the sixel method.