Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
xfce:thunar:custom-actions [2018/08/03 23:08] alexxconsxfce:thunar:custom-actions [2018/08/03 23:09] – [Move files into a new folder] alexxcons
Line 222: Line 222:
 ==== Move files into a new folder ==== ==== Move files into a new folder ====
     * Name: **Move into new folder**     * Name: **Move into new folder**
-    * Description: Select any file. A dialog will popup in which you can write the nam of the folder to create. Files will be moved there.+    * Description: Select any number of file/folders. A dialog will popup in which you can write the name of a new folder to create. Selected Files will be moved there.
     * Command: NEW_FOLDER=$(/usr/bin/zenity --entry --title "Move into new folder" --text "Please enter a name for the new folder"); mkdir $NEW_FOLDER; mv %F $NEW_FOLDER      * Command: NEW_FOLDER=$(/usr/bin/zenity --entry --title "Move into new folder" --text "Please enter a name for the new folder"); mkdir $NEW_FOLDER; mv %F $NEW_FOLDER 
     * File pattern: *     * File pattern: *