Ilya Grigoriev
Ilya Grigoriev
I prefer @laktak stdin approach, though I could live with the environment variable approach. In some ways, @gokcehan 's approach is more flexible, and a kilobyte-long environment variable shouldn't cause...
It is annoying. I didn't mean to imply that it is a particularly urgent problem, though. There's even some poetic justice here. If you're going to rewrite a public commit,...
I see your point. I think `undo` would have to be improved before being relied upon for this purpose. It's hard to say exactly what the best design would be,...
Another possible alias for `--destinations` (with an s) is `--ds`. Then, `-D` would be free for something else. Not sure if such aliases are supported by clap.
> Because you don't trust it or because it's hard to figure out which operation to undo? The latter 100%. I think the low-level op-log implementation is amazing, and the...
Your thoughts sound reasonable. I can think of two different approaches here. ### Approach 1: Full support for confusing parentage Ignoring the implementation details, I think it would be self-consistent...
I've investigated this a bit, but found no solution. It seems that the reason for this behavior is that the symbol `lf`'s `icons.example` uses to show directories is not a...
I discovered another minor bug with this functionality. It doesn't properly handle focus events when in prompt mode. To reproduce, open `lf`, press `:`, and make `lf` lose focus and...
Thanks, this looks nice! When I get a moment, I'll switch my personal `lf` to use this version of this PR and perhaps look at your code more carefully. At...
The following script seems to work for me. I called it `pipx-manpage-install`. You need to have [`stow`](https://github.com/aspiers/stow) installed. For `man` to find the manpages, `~/.local/share/man` needs to be in the...