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 [2019/11/30 21:58] – added icon and section dividers kevinbowenxfce:thunar:custom-actions [2020/04/24 03:18] – [Move files into a new folder] added nowiki block to perserve both dashes and replaced double quotes with single toz
Line 270: Line 270:
     * Name: **Move into new folder**     * Name: **Move into new folder**
     * 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.     * 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: <nowiki>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 </nowiki>
     * File pattern: *     * File pattern: *
     * Appears if selection contains: All     * Appears if selection contains: All