From ee9eb616abb13455636a6606e81f27fff8896027 Mon Sep 17 00:00:00 2001 From: Axel Navarro Date: Tue, 27 Apr 2021 13:12:31 -0300 Subject: [PATCH] dolphin: add page (#5833) * dolphin: add page * Apply suggestions from code review Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/linux/dolphin.md Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> * Update pages/linux/dolphin.md Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: marchersimon <50295997+marchersimon@users.noreply.github.com> --- pages/linux/dolphin.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pages/linux/dolphin.md diff --git a/pages/linux/dolphin.md b/pages/linux/dolphin.md new file mode 100644 index 0000000000..c22b9a708a --- /dev/null +++ b/pages/linux/dolphin.md @@ -0,0 +1,32 @@ +# dolphin + +> KDE file manager. +> More information: . + +- 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`