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 <navarroaxel@gmail.com>

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
Emily Grace Seville
2022-12-23 14:02:53 +10:00
committed by GitHub
parent 34f8e09b55
commit f7ab10ee92

View File

@@ -1,16 +1,24 @@
# nemo # nemo
> File manager and graphical shell for Cinnamon. > Manages files and directories in Cinnamon desktop environment.
> More information: <https://github.com/linuxmint/nemo>. > More information: <https://manned.org/nemo>.
- Open a new window showing the user's home directory: - Open the current user home directory:
`nemo` `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` `nemo --quit`