HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

thunar — Graphical file manager for XFCE desktop environments. See also: `caja`, `dolphin`, `nautilus`, `mc`.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
xfcegraphicalcommandthunarclifileformanager
linux

Problem

How to use the thunar command: Graphical file manager for XFCE desktop environments. See also: caja, dolphin, nautilus, mc. More information: <https://docs.xfce.org/xfce/thunar/start>.

Solution

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

Code Snippets

Open a new window showing the current directory

thunar

Open the bulk rename utility

thunar --bulk-rename

Close all open thunar windows

thunar --quit

Context

tldr-pages: linux/thunar

Revisions (0)

No revisions yet.