mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
23 lines
440 B
Plaintext
23 lines
440 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# thunar
|
|
|
|
> Graphical file manager for XFCE desktop environments.
|
|
> See also: `caja`, `dolphin`, `nautilus`, `mc`.
|
|
> More information: <https://docs.xfce.org/xfce/thunar/start>.
|
|
|
|
- Open a new window showing the current directory:
|
|
|
|
`thunar`
|
|
|
|
- Open the bulk rename utility:
|
|
|
|
`thunar --bulk-rename`
|
|
|
|
- Close all open thunar windows:
|
|
|
|
`thunar --quit`
|