From f7ab10ee92c30c150c34a82c7d99ca8f80707ac7 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Fri, 23 Dec 2022 14:02:53 +1000 Subject: [PATCH] nemo: refresh page (#8008) * Sync `nemo` with `caja` page: - standardize pages * Fix placeholders * Use `the current` * Change title and simplify man page url Co-authored-by: Axel Navarro Co-authored-by: Axel Navarro --- pages/linux/nemo.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/pages/linux/nemo.md b/pages/linux/nemo.md index 8603487eb6..c67fc8e0ce 100644 --- a/pages/linux/nemo.md +++ b/pages/linux/nemo.md @@ -1,16 +1,24 @@ # nemo -> File manager and graphical shell for Cinnamon. -> More information: . +> Manages files and directories in Cinnamon desktop environment. +> More information: . -- Open a new window showing the user's home directory: +- Open the current user home directory: `nemo` -- Open a new window showing the current directory: +- Open specific directories in separate windows: -`nemo .` +`nemo {{path/to/directory1 path/to/directory2 ...}}` -- Close all open nemo windows: +- Open specific directories in tabs: + +`nemo --tabs {{path/to/directory1 path/to/directory2 ...}}` + +- Open a directory with a specific window size: + +`nemo --geometry={{600}}x{{400}} {{path/to/directory}}` + +- Close all windows: `nemo --quit`