2021-04-27 17:12:31 +01:00
|
|
|
# dolphin
|
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
> KDE's file manager to manage files and directories.
|
2021-04-27 17:12:31 +01:00
|
|
|
> More information: <https://apps.kde.org/dolphin/>.
|
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Launch the file manager:
|
2021-04-27 17:12:31 +01:00
|
|
|
|
|
|
|
`dolphin`
|
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Open specific directories:
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
`dolphin {{path/to/directory1 path/to/directory2 ...}}`
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Open with specific files or directories selected:
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
`dolphin --select {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Open a new window:
|
2021-04-27 17:12:31 +01:00
|
|
|
|
|
|
|
`dolphin --new-window`
|
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Open specific directories in split view:
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
`dolphin --split {{path/to/directory1}} {{path/to/directory2}}`
|
2021-04-27 17:12:31 +01:00
|
|
|
|
2022-12-13 04:04:59 +00:00
|
|
|
- Launch the daemon (only required to use the DBus interface):
|
2021-04-27 17:12:31 +01:00
|
|
|
|
|
|
|
`dolphin --daemon`
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
`dolphin --help`
|