Linux command
dolphin 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
dolphin
Example
dolphin [path/to/directory1] [path/to/directory2]
Example
dolphin --select [path/to/file1] [path/to/file2]
Example
dolphin --new-window
Example
dolphin --split [path/to/directory1] [path/to/directory2]
Example
dolphin --daemon
说明
dolphin is KDE's file manager. It provides a graphical interface for managing files and directories with features like tabs, split view, integrated terminal, and file previews. Part of the KDE Plasma desktop environment but can be used in other desktop environments with the KDE/Qt libraries installed.
参数
- --select _files_
- Open with specified files or directories selected in their parent folder.
- --new-window
- Force opening a new window instead of reusing an existing one.
- --split _dir1_ _dir2_
- Open two directories side by side in split view.
- --daemon
- Start Dolphin as a D-Bus service in the background for faster subsequent launches.
- -h, --help
- Display help information.
- --author
- Show author information.
- --version
- Show version information.
FAQ
What is the dolphin command used for?
dolphin is KDE's file manager. It provides a graphical interface for managing files and directories with features like tabs, split view, integrated terminal, and file previews. Part of the KDE Plasma desktop environment but can be used in other desktop environments with the KDE/Qt libraries installed.
How do I run a basic dolphin example?
Run `dolphin` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --select _files_ do in dolphin?
Open with specified files or directories selected in their parent folder.