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`
pull/1/head
Emily Grace Seville 2022-12-13 14:04:59 +10:00 committed by GitHub
parent 3c944f84c3
commit 68b69b0ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 10 deletions

View File

@ -1,29 +1,29 @@
# dolphin
> KDE file manager.
> KDE's file manager to manage files and directories.
> More information: <https://apps.kde.org/dolphin/>.
- Launch Dolphin:
- Launch the file manager:
`dolphin`
- Launch Dolphin and display a specific directory:
- Open specific directories:
`dolphin {{path/to/directory}}`
`dolphin {{path/to/directory1 path/to/directory2 ...}}`
- Launch Dolphin with a specific file or directory selected:
- Open with specific files or directories selected:
`dolphin --select {{path/to/file_or_directory}}`
`dolphin --select {{path/to/file_or_directory1 path/to/file_or_directory2 ...}}`
- Launch Dolphin in a separated window:
- Open a new window:
`dolphin --new-window`
- Launch Dolphin in split view:
- Open specific directories in split view:
`dolphin --split`
`dolphin --split {{path/to/directory1}} {{path/to/directory2}}`
- Start the Dolphin daemon (only required to use the DBus interface):
- Launch the daemon (only required to use the DBus interface):
`dolphin --daemon`