Bug 512642 - Every file delete/move operation should have git rm/mv option too (dolphin-plugins-git)
Summary: Every file delete/move operation should have git rm/mv option too (dolphin-pl...
Status: REOPENED
Alias: None
Product: dolphin
Classification: Applications
Component: plugins: git (other bugs)
Version First Reported In: 25.08.1
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: ---
Assignee: Sebastian Dörner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-26 15:23 UTC by Agron
Modified: 2026-01-03 11:03 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agron 2025-11-26 15:23:41 UTC
For every file operation I do, I need to do it again via command line to delete or move every single file I already did via dolphin.

So please, let's have the file operations that we do on dolphin also execute a git command to. Let this option be the default wheneven the git plugin is installed on dolphin. Let there be an option to turn off executing git commands for each file operation.

Example:
file delete on dolphin => if git plugin is installed and we are in a git folder => issue "git rm %1" instead.
file move on dolphin => if git plugin is installed and we are in a git folder tree => issue "git mv %1" instead.

file move on dolphin => if git plugin is installed and we are in a git folder A moving another git repo folder B => issue "git rm %1" on folder A, followed by "git add %1" on folder B.

This could be done for other plugins as well, like subversion etc. Maybe DropBox and Google Drive have something similar.
Comment 1 aristsakas 2026-01-02 19:37:12 UTC

*** This bug has been marked as a duplicate of bug 453625 ***