I found an article that says that in order to create your function, you need to go to the scripts - /.config/caja/scripts and create a sh script with this content, and then make this file executable:
#!/bin/sh for f in $CAJA_SCRIPT_SELECTED_FILE_PATHS do mimetype $f | grep "image" && exiftool -all= $f done Actually the question is how to change it under the srm program?
Will the script be like this?:
#!/bin/sh for f in $CAJA_SCRIPT_SELECTED_FILE_PATHS do srm $f done Issue update
If you do as described above, then the scripts item will appear and in it our action (as in Create Document), and how to do how to Create Folder with the addition of a picture? :
