← 返回命令列表

Linux command

superfile 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Launch the file manager

spf

Open in a specific directory

spf [/path/to/dir]

Open multiple panels at given paths

spf [/path/one] [/path/two]

Print configuration and data file paths

spf path-list

Use a custom config file

spf --config-file [/path/to/config.toml]

Use a custom hotkey file

spf --hotkey-file [/path/to/hotkeys.toml]

Print version

spf --version

说明

superfile is a terminal-based file manager featuring multiple panels for viewing directories simultaneously, customizable themes, Vim keybindings, a clipboard viewer, and a process list. Available on Linux, macOS, and Windows. Panels can be split and navigated with Tab. Press > to open the built-in command prompt for SPF-mode commands such as `split` and `open <PATH>`.

参数

--config-file, -c _PATH_
Use a different configuration file.
--hotkey-file, -hf _PATH_
Use a different hotkey configuration file.
--chooser-file, -cf _PATH_
Write the path of opened files to this file and exit.
--print-last-dir, -pld
Print the last directory to stdout on exit (for cd-on-quit integration).
--fix-hotkeys, -fh
Add any missing hotkeys to the hotkey config file.
--fix-config-file, -fch
Add any missing fields to the config file.
--debug-info, -di
Print debug information.
--version, -v
Print version.
path-list, pl
Print paths to configuration, hotkeys, log, and data directories.

FAQ

What is the superfile command used for?

superfile is a terminal-based file manager featuring multiple panels for viewing directories simultaneously, customizable themes, Vim keybindings, a clipboard viewer, and a process list. Available on Linux, macOS, and Windows. Panels can be split and navigated with Tab. Press > to open the built-in command prompt for SPF-mode commands such as `split` and `open <PATH>`.

How do I run a basic superfile example?

Run `spf` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --config-file, -c _PATH_ do in superfile?

Use a different configuration file.