lf icon indicating copy to clipboard operation
lf copied to clipboard

Terminal file manager

Results 265 lf issues
Sort by recently updated
recently updated
newest added

When using `lf` instances in multiple panes in the same window in tmux it is hard to tell which instance has the focus. The same is true when you have...

hi i use two layout on my system. lf not detect my shortcut in second layout. can you add an option in lfrc to ignore keyboard layout (not in commands...

enhancement

Description: When using "map up" and/or "map ", If you scroll up or down, and then move your mouse, it will use your mouse cursor movements to move through the...

Hi. Is it currently possible to sort by file type? I haven't been able to find this setting. I use a tool called `exa` which has a `--sort=type` option, which...

enhancement

I've followed the instructions in the [wiki](https://github.com/gokcehan/lf/wiki/Mailcap) to enable file opening and previewing by mailcap with the exception of using nvim instead of vim. File previewing does not work at...

I use lf nushell on windows. I searched Issues and Discussions.and I googled ,but no information. plz help me. thank you.

Due to this, some cleanup commands are not run. I tried moving these lines https://github.com/gokcehan/lf/blob/36a7a18316580864f2f2ebd79e9ddae4858f6b60/app.go#L314-L316 into app.quit() method (because it is called on SIGHUP, SIGTERM and other signals) but it...

Hi everyone, Is there any way to send multiple remote commands? Maybe something like `lf -remote 'send $id select $1; open`. I failed to find any example from the code...

`~/.local/share/lf/history` can reveal personal information. I try to disable all kinds of history in all programs. I even disable history in web browsers, bash, python, less, neovim, etc, ... There...

This PR removes `app.ui.loadFile()` when invoking a shell request. I have `&` scripts to turn the previewer on and off. Without this change the previewer will start again because it...