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

In Ranger symlinks (linux) are displayed with a '->' sign. I do miss that feature in Lf and I think it is a useful, if not important one for a...

Hello, Is it possible to change the behavior of the "copy" function to preserve timestamps and attributes ? (creation date, modification date, permissions, etc). When I use `rsync -aAX file1...

## Expected Behavior Same behavior as the `icons` option. ## Current Behavior An `unknown option: colors` error message is displayed when running lf. The `colors` file is loaded as expected...

Ranger has a 'mkdir' command which simply makes a directory with a given name in the current directory, I use this a ton, And would love to have this implemented...

I used the wiki article for adding icons to lf through the `LF_ICONS` env variable. I also have nerd fonts already installed, yet, it doesn't seem to be displaying properly....

bug

The documentation states: > Command 'cmap' is used to bind a key to a command line command which can only be one of the builtin commands: > > cmap \...

The restrictions on `cmap` have been lifted since r25. This updates the introduction to the `cmap` command accordingly. Fixes #884

For custom icons (set in the `LF_ICONS` env), does it make sense to distinguish the lowercase from the uppercase file extensions? I mean if someone sets the icon eg. for...

I was trying to figure out a way to use `tree` to preview directories, but it seems that `lf` will only allow custom preview functionality for files (is this correct...

enhancement

Let's say I have a situation where I want to apply to a number of files a specific shell command. But I cannot just use find and then xargs that,...