LinuxCommandLibrary

dolphin

TLDR

Launch the file manager

$ dolphin
copy
Open specific directories
$ dolphin [path/to/directory1] [path/to/directory2]
copy
Open with files/directories selected
$ dolphin --select [path/to/file1] [path/to/file2]
copy
Open a new window
$ dolphin --new-window
copy
Open in split view
$ dolphin --split [path/to/directory1] [path/to/directory2]
copy
Launch the daemon
$ dolphin --daemon
copy

SYNOPSIS

dolphin [options] [urls]

DESCRIPTION

dolphin is KDE's file manager. It provides a graphical interface for managing files and directories with features like tabs, split view, and integrated terminal.
Part of the KDE Plasma desktop environment but can be used in other desktops.

PARAMETERS

--select files

Open with specified files selected
--new-window
Open in new window
--split dir1 dir2
Open directories in split view
--daemon
Start D-Bus service
-h, --help
Display help

CAVEATS

KDE application, requires Qt/KDE libraries. Full functionality requires KDE desktop environment. For GNOME, see Nautilus; for XFCE, see Thunar.

SEE ALSO

nautilus(1), thunar(1), ranger(1)

Copied to clipboard