https://bugs.kde.org/show_bug.cgi?id=512642
Bug ID: 512642
Summary: Every file delete/move operation should have git rm/mv
option too (dolphin-plugins-git)
Classification: Applications
Product: dolphin
Version First 25.08.1
Reported In:
Platform: Manjaro
OS: Linux
Status: REPORTED
Severity: wishlist
Priority: NOR
Component: plugins: git
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
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.
--
You are receiving this mail because:
You are watching all bug changes.