lf
terminal file manager
TLDR
Start file manager
$ lf
Open specific directory$ lf [/path/to/dir]
Start with command$ lf -command "[set hidden]"
Print selected files$ lf -print-selection
Use specific config$ lf -config [config.lf]
SYNOPSIS
lf [options] [path]
DESCRIPTION
lf is a terminal file manager. It provides fast navigation with vim-like keybindings.
The tool is written in Go for portability. It supports preview, bulk operations, and scripting.
PARAMETERS
PATH
Starting directory.-command CMD
Execute command on start.-config FILE
Config file path.-print-selection
Print selection on exit.--help
Display help information.
CAVEATS
Terminal-based. Vim keybindings. Configuration via lfrc.
HISTORY
lf was created as a ranger-inspired file manager written in Go for better performance and simplicity.
