Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove subfolder #1314

Open
532910 opened this issue Apr 6, 2024 · 1 comment
Open

remove subfolder #1314

532910 opened this issue Apr 6, 2024 · 1 comment

Comments

@532910
Copy link

532910 commented Apr 6, 2024

please add support to remove folders recursively with subfolders

@caclark
Copy link
Collaborator

caclark commented Jun 15, 2024

You can override the built-in delete function with a plugin.
Go to Edit/Configure Plugins and create a new plugin with the name geeqie-delete-command.desktop

Edit the contents to include exec=rm --recursive --force %f

If you wish, instead create a script that is called from the plugin, and within that script call Zenity or Yad to provide a "Are you sure" message before carrying out the delete action.

[Other common actions can also be overridden - see https://www.geeqie.org/help/GuidePluginsConfig.html]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants