From 4c08ebfd28e34b784d794616358e87b0232e5157 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 11 Dec 2018 06:09:50 +0000 Subject: [PATCH] thunar: add page (#2642) --- pages/linux/thunar.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/linux/thunar.md diff --git a/pages/linux/thunar.md b/pages/linux/thunar.md new file mode 100644 index 000000000..9bda32b04 --- /dev/null +++ b/pages/linux/thunar.md @@ -0,0 +1,15 @@ +# thunar + +> Graphical file manager for XFCE desktop environments. + +- Open a new window showing the current directory: + +`thunar` + +- Open the bulk rename utility: + +`thunar --bulk-rename` + +- Close all open thunar windows: + +`thunar --quit`