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

Submitting for your approval a very simple (therefore easy to modify) SVG icon to supplement the lf.desktop file

default color bottom line / file info is white. In nnn it's blue, in Ranger it starts with a different color then white (purple here). A different color for the...

Hi, I'm trying to make viu 1.4.0 (https://github.com/atanunq/viu) work with lf (version 26) on MacOS (11.2.3) in iTerm2 (3.5.0beta4). I use the same previewer code mentioned here https://github.com/gokcehan/lf/issues/735. ``` #!/bin/bash...

question

I feel that command input is not really user-friendly. For instance, it doesn't allow marking and jumping between words. Those features are really essential to input commands conveniently. Same improvements...

Is it somehow possible to use the time info in the format 2022-05-14 18:59 instead of May 14 18:59 ? Thanks and regards john-soda

Feature I am often using in other file managers is to e.g. sort by date and then select everything from a date to bottom, or everything from a date to...

enhancement

Many times, after deletion, files/folders are still visible. The window should be refreshed and redrawn after the delete action is completed

bug

Is it possible to pipe the results of `ag --files-with-matches 'search_term'` to `lf` so that I can use `lf`'s quick preview features? i.e. `lf` will now open with just the...

Hello, I'm trying to implement a command that takes user input. Is there a way to do that "internally" (like the `/` command does), without throwing the user out to...

for z.lua integration with ranger there is [this](https://github.com/skywind3000/z.lua/blob/master/ranger_zlua.py) extension to achieve that, is there any similar project to achieve that in lf ?