mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
33 lines
554 B
Markdown
33 lines
554 B
Markdown
![]() |
# dolphin
|
||
|
|
||
|
> KDE file manager.
|
||
|
> More information: <https://apps.kde.org/dolphin/>.
|
||
|
|
||
|
- Launch Dolphin:
|
||
|
|
||
|
`dolphin`
|
||
|
|
||
|
- Launch Dolphin and display a specific directory:
|
||
|
|
||
|
`dolphin {{path/to/directory}}`
|
||
|
|
||
|
- Launch Dolphin with a specific file or directory selected:
|
||
|
|
||
|
`dolphin --select {{path/to/file_or_directory}}`
|
||
|
|
||
|
- Launch Dolphin in a separated window:
|
||
|
|
||
|
`dolphin --new-window`
|
||
|
|
||
|
- Launch Dolphin in split view:
|
||
|
|
||
|
`dolphin --split`
|
||
|
|
||
|
- Start the Dolphin daemon (only required to use the DBus interface):
|
||
|
|
||
|
`dolphin --daemon`
|
||
|
|
||
|
- Display help:
|
||
|
|
||
|
`dolphin --help`
|