1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 12:02:08 +02:00
tldr/pages/linux/dolphin.md
Emily Grace Seville 68b69b0ade
dolphin: refresh page (#9536)
* Fix examples:
- enhance descriptions
- fix wrong --split example
- fill a KDE bug: https://bugs.kde.org/show_bug.cgi?id=462046

* Extend third example:
- use ellipsis

* Apply suggestions from code review

* Add `specific` word to description

* Update pages/linux/dolphin.md

* Use lower case for `F` in `File`
2022-12-13 14:04:59 +10:00

653 B

dolphin

KDE's file manager to manage files and directories. More information: https://apps.kde.org/dolphin/.

  • Launch the file manager:

dolphin

  • Open specific directories:

dolphin {{path/to/directory1 path/to/directory2 ...}}

  • Open with specific files or directories selected:

dolphin --select {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}

  • Open a new window:

dolphin --new-window

  • Open specific directories in split view:

dolphin --split {{path/to/directory1}} {{path/to/directory2}}

  • Launch the daemon (only required to use the DBus interface):

dolphin --daemon

  • Display help:

dolphin --help