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

### Expected Behavior Pressing the assigned key should open a preview of the selected item in QuickLook. ### Actual Behavior Pressing spacebar on an image file, text file, etc. prompts...

This PR adds an `on-select` event. ``` on-select This shell command can be defined to be executed after the selection changes. ``` This works similar to the `on-cd` command but...

Issue: 1. have a removable drive mounted 2. open lf in a directory in the mounted position 3. close lf/lf window 4. attempt to umount the drive and it will...

Fixes #862. Now the count in the command definition will be used by default. In order to be able to use the callExpr or listExpr defined in gOpts.keys without overwriting...

This is a file used in GURU lf ebuild as per [go-module reference](https://devmanual.gentoo.org/eclass-reference/go-module.eclass/index.html). It would be more trustworthy if it was hosted in the lf repository instead of my own...

this happens on st and alacritty i use the jetbrains mono nerd font theme icons were working before then an update made the icons a letter instead [what the icons...

This PR adds user defined options that can be used to store state in user scripts. I'm using it with #864 to toggle a preview in a non-terminal popup.

I'm not really sure how to describe this issue besides using the image attached. Both `$LC` and `$LC_ALL` are set to `en_US.UTF-8` and I have ``` set shell zsh set...

I've been trying to implement some new features, and I found that the command count defined for each command in opts.go is not being respected. Take > gOpts.keys["j"] = &callExpr{"down",...

I mostly see read as method to capture input in the scripts, but it gets you out of lf, can input be captured inside lf gui, and output printed somewhere...