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>
pull/1/head
Emily Grace Seville 2022-12-23 14:02:53 +10:00 committed by GitHub
parent 34f8e09b55
commit f7ab10ee92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 6 deletions

View File

@ -1,16 +1,24 @@
# nemo
> File manager and graphical shell for Cinnamon.
> More information: <https://github.com/linuxmint/nemo>.
> Manages files and directories in Cinnamon desktop environment.
> More information: <https://manned.org/nemo>.
- 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`