Linux command
thunar 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Example
thunar
Example
thunar [/path/to/directory]
Example
thunar --bulk-rename
Example
thunar --bulk-rename [file1] [file2] [file3]
Close
thunar --quit
说明
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.
参数
- -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.
FAQ
What is the thunar command used for?
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.
How do I run a basic thunar example?
Run `thunar` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -B, --bulk-rename do in thunar?
Open the bulk rename utility. If URIs are specified, they are passed to the renamer.