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

I have this function: ```zsh cmd trash ${{ rip -- $fx dunstify -a lf " Deleted File(s)" "${(F)${fx:t2}}" && print -Pr "%F{3}%B*%b %F{14}%U$fx%u%f [%F{1}%Bdeleted%f%b]" }} ``` The section where `${(F)${fx:t2}}`...

enhancement

It would be nice to have an option to enable CoW for copy operations, as of version 9.0 cp from GNU coreutils does this by default. Reflinking both saves space...

enhancement

I don't like it when the leftmost columns resize when I resize the window, and want the rest of the space to go to the rightmost/preview. Is there any way...

enhancement

Sometimes, if I open 3 or 4 .jpg images in a row, when I close feh with `q`, `lf` returns to an empty terminal, using all of my cpu. What...

bug

This one is slightly related to #91, which is closed already. Actually, it would be really convenient if there is support for a custom description of mapping commands: At the...

enhancement

I'm trying to map (`cmap`) Ctrl-Right and Ctrl-Left to `cmd-word` and `cmd-word-back`, respectively but I keep getting the characters `1;5D` and `1:5C` when pressing these keys when editing the `lf`'s...

enhancement

*Description*: When I have `lf` open, and open a second window next to it (in a tiling WM), the UI is not correctly redrawn (see imgs). Does not happen always,...

bug

operating system: windows 10 lf version: r23 issue: Mount a samba remote drive. Then open files in it using lf, but no action was taken.

bug

I imagine this is possible as [WezTerm](https://github.com/wez/wezterm) supports [image previews](https://wezfurlong.org/wezterm/imgcat.html), however, I haven't seen any mention of this in the wiki.

question

I have just noticed that the icons of links to directories look like files (ln=🗎). I guess the source shows the reason in `icons.go`: ```go case f.linkState == working: key...

enhancement