Joe Lim
Joe Lim
I think there's no issue here, but anyway to summarize: - When multiple files are selected, `$fx` is a string value that contains all the selected filenames separated by the...
Judging from the direction of the comments here, I think this is no longer an issue - will close. Please reopen if further discussion is required.
Sixel support was officially added in dd82949, so this should be possible so long as you install a tool like [`chafa`](https://github.com/hpjansson/chafa) to convert the images to Sixel format. This is...
@zhengpd You need to use `:` (this means `lf` command) to group multiple commands into a single line. This is stated in the documentation: https://github.com/gokcehan/lf/blob/6ffc4a4c8aef3cf84b04b44515240612865a4e4e/doc.go#L1057-L1059 So you should be able...
Good news, I managed to reproduce the scenario given in https://github.com/gokcehan/lf/issues/792#issuecomment-1225065508. The issue happens on version r30 even without any custom user configuration. So the steps can be simplified to:...
This is now listed in the [integrations](https://github.com/gokcehan/lf/wiki/Integrations#zlua) section of the wiki. I think this issue can be closed.
> It may be due to prefix characters that bat adds (like line numbers and chars for grid). No, `bat` actually does consider the prefix characters for the purposes of...
This was fixed in #842, this issue wasn't linked properly in the PR.
No longer an issue, Sixel previews are now officially supported as of dd82949
> Seems like a race condition between `getenv` and `setenv`. In the preview thread, `exportOpts` is invoked, which calls `setenv` several times. In the main thread, `getgrgid` is invoked to...