lf 软件介绍
内容充分核实
以下陈述按信息维度分区展示,每条陈述后紧邻列出支持该陈述的来源。
概览
- lf是一个用Go编写的终端文件管理器,受到ranger文件管理器的启发
查看证据(1 条)
GitHub README.md`lf` (as in "list files") is a terminal file manager written in Go with a heavy inspiration from [`ranger`](https://github.com/ranger/ranger) file manager.
功能
- lf提供跨平台支持、单二进制文件、异步IO操作、服务器/客户端架构、可扩展配置、自定义键绑定、快速启动和低内存占用等功能
查看证据(8 条)
GitHub README.md- Cross-platform (Linux, macOS, BSDs, Windows)
GitHub README.md- Single binary without any runtime dependencies
GitHub README.md- Fast startup and low memory footprint due to native code and static binaries
GitHub README.md- Asynchronous IO operations to avoid UI locking
GitHub README.md- Server/client architecture and remote commands to manage multiple instances
GitHub README.md- Extendable and configurable with shell commands
GitHub README.md- Customizable keybindings (vi and readline defaults)
GitHub README.md- A reasonable set of other features (see the [documentation](doc.md))
平台
- lf支持Linux, macOS, BSDs和Windows平台
查看证据(1 条)
GitHub README.md- Cross-platform (Linux, macOS, BSDs, Windows)
安装
- lf可通过Go安装或从预构建的二进制文件安装,支持Unix、Windows cmd和PowerShell
查看证据(18 条)
GitHub README.md## Installation
GitHub README.mdSee [packages](https://github.com/gokcehan/lf/wiki/Packages) for community maintained packages.
GitHub README.mdSee [releases](https://github.com/gokcehan/lf/releases) for pre-built binaries.
GitHub README.mdBuilding from the source requires [Go](https://go.dev/).
GitHub README.mdOn Unix:
GitHub README.md```bash
GitHub README.mdenv CGO_ENABLED=0 go install -trimpath -ldflags="-s -w" github.com/gokcehan/lf@latest
GitHub README.mdOn Windows `cmd`:
GitHub README.md```cmd
GitHub README.mdset CGO_ENABLED=0
GitHub README.mdgo install -trimpath -ldflags="-s -w" github.com/gokcehan/lf@latest
GitHub README.mdOn Windows `PowerShell`:
GitHub README.md```powershell
GitHub README.md$env:CGO_ENABLED = '0'
GitHub README.mdgo install -trimpath -ldflags="-s -w" github.com/gokcehan/lf@latest
限制
- lf不支持标签或窗口、内置分页器/编辑器、内置文件操作命令
查看证据(4 条)
GitHub README.md## Non-Features
GitHub README.md- Tabs or windows (better handled by window manager or terminal multiplexer)
GitHub README.md- Builtin pager/editor (better handled by your pager/editor of choice)
GitHub README.md- Builtin commands for file operations (better handled by the underlying shell tools including but not limited to `mkdir`, `touch`, `chmod`, `chown`, `chgrp`, and `ln`)
隐私
- 来源未找到相关信息:证据中未提及隐私相关信息
维护
- lf项目未被归档,仓库archived为false
查看证据(0 条)
版本
- lf使用MIT许可证
查看证据(1 条)
GitHub LICENSEMIT License
来源索引
- GitHub 仓库状态 · 核查于 2026-08-18
- GitHub README.md · 核查于 2026-08-18
- GitHub LICENSE · 核查于 2026-08-18
- GitHub Release r42 · 核查于 2026-08-18
- Winget 清单 · 核查于 2026-08-18
lf 下载方式说明
进入下载页后,可使用手机扫描二维码打开网盘下载。
授权与下载策略
- 授权协议:MIT
- 是否开源:未核实
- 下载策略:网盘镜像