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've defined following command in my `lfrc` for toggling executable bit in file's permissions: ```lfrc cmd toggle-executable-bit &{{ IFS=$'\n' for f in $fx; do [ ! -x "$f" ] &&...

How to I change my EDITOR in lf to nvim but not vi What am I doing wrong?

I don't know how to reproduce it. It seems crash randomly during runtime. ![lf_crash](https://user-images.githubusercontent.com/49358576/127583274-2ee9fb44-7863-4856-9f8b-723819b4b167.png) My environment: - OS: arch linux, 5.13.5 - CPU: AMD Ryzen 5 3550H with Radeon Vega...

bug

Hello, I'm not sure if this is a bug but I will leave it here just in case: I have some media files on a SD card that I keep...

With new release, i tried new command`:calcdirsize`, but it doesn't have any output! (i except to see dirsize, but can't see it) Even i called `:reload` after that, but nothing...

I have a very customized llfrc setup. It grew over time and works very well as my only file manager on the system. But where I struggle in a new...

This is my `pv.sh`: ```bash #!/bin/bash if file --mime "$1" | grep "executable" >/dev/null then file -b "$1" | fold -sw "$2" echo "" (/usr/local/bin/checksec --file "$1" | fold -sw...

question

Same as `on-cd` but executed everytime the `load` command is called. My use-case is I want to show the number of hidden files in the prompt (actually in the status...

When using ueberzug image previews as described in the wiki, the `drawbox` option isn't taken into account and some previews overflow into the border. I would post a screenshot but...

bug

when I execute this command: env CGO_ENABLED=0 GO111MODULE=on go get -u -ldflags="-s -w" github.com/gokcehan/lf I get this result: go get: module github.com/gdamore/tcell/v2/terminfo/a/alacritty: Get "https://goproxy.cn/github.com/gdamore/tcell/v2/terminfo/a/alacritty/@v/list": read tcp 172.20.10.12:63082->79.133.176.212:443: read: operation timed...