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

Our current boolean option syntax is borrowed from `vim` which is confusing for some users (see #742 as an example). I still see many users in the wild having things...

question

I'd like to run lf as a different user. I tried aliasing lf as `/bin/su -c "/bin/lf" - `, but I get the error: `initializing screen: open /dev/tty: no such...

question

## problem I use this setting to set ratio of lf automatically. ``` %{{ w=$(tput cols) if [ $w -le 80 ]; then lf -remote "send $id set ratios 1:2"...

bug

I'd like to be able to highlight, or mark with a character, files git recognizes as modified etc. It would be cool not as a main feature but to allow...

enhancement

By default, `lf`'s `nopreview` look like you are on the parent directory but controlling the child directory. I would love `lf` to have similar `nopreview` to `ranger`'s. ![image](https://user-images.githubusercontent.com/46059092/74095279-d4bc3f00-4aee-11ea-890d-4957f2b96270.png) First is...

enhancement

When I run a TUI program --- like my `$EDITOR` --- from an interactive shell with some process ID `$pid`, I can use `ps p $pid -o tpgid=` to find...

enhancement

It has been suggested in #726 by @desbma that log files should disabled by default. I liked the sound of this idea and wanted to add some mental notes here...

question

in `zsh`, you can set `WORDCHARS`, for instance to: ```fish # ~/.zshrc WORDCHARS=${WORDCHARS//\/[&.;]} ``` and that would allow you, among some other things, to remove gradually (e.g., `cd media/books/uiux/ |`...

enhancement

**This issue occurs when inside NFS mounts (verified) and possibly other async-like filesystems (unverified)** Deleting, renaming, cutting, pasting, ... operations are not visible on folders/files _most_ of the time. Same...

bug

`set number; set relativenumber` shows the numbers on the left side of all the panes. Is there a way I can get the numbers to just show up in the...

enhancement