LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

thunar

Xfce graphical file manager

TLDR

Open current directory
$ thunar
copy
Open a specific directory
$ thunar [/path/to/directory]
copy
Open bulk rename utility
$ thunar --bulk-rename
copy
Bulk rename specific files
$ thunar --bulk-rename [file1] [file2] [file3]
copy
Close all Thunar windows
$ thunar --quit
copy

SYNOPSIS

thunar [OPTIONS] [URI...]

DESCRIPTION

thunar is the graphical file manager for the Xfce desktop environment. It provides a clean, lightweight interface for browsing files and directories with support for custom actions, emblems, and plugins.URIs may be specified as file: or trash: URIs, absolute paths, or paths relative to the current directory. If no URIs are specified, the current folder is opened.The bulk rename utility allows renaming multiple files at once using patterns and templates.

PARAMETERS

-B, --bulk-rename

Open the bulk rename utility. If URIs are specified, they are passed to the renamer.
-q, --quit
Close all Thunar windows and terminate the daemon if running.
--daemon
Run as a daemon in the background for faster startup of subsequent windows.
--display DISPLAY
X display to use.
-V, --version
Display version information and exit.
-h, --help
Display help information and exit.

CAVEATS

Designed primarily for Xfce but works on other desktops. Some features like custom actions require configuration. Plugins extend functionality for archives, media, and more.

HISTORY

Thunar was created by Benedikt Meurer for Xfce, replacing the older xffm file manager. It emphasizes speed and simplicity while providing essential file management features.

SEE ALSO

nautilus(1), dolphin(1), pcmanfm(1), nemo(1)

Copied to clipboard
Kai