-
Notifications
You must be signed in to change notification settings - Fork 270
Description
This would probably be hard to do, but since I haven't found any issue for this I thought I would create one just to start a discussion.
I think that since there is an option to perform some modifications in the filesystem source like:
- renaming
- moving
- deleting
It would be cool to have the ability to undo those modifications.
It seems that it could apply to a wider group of sources though for some it could be harder to do than for others (for example git
source)
Of course there is no regular way to restore a file after it was rm
, so for this one neo-tree would have to provide integration with something like trash-cli
if I am not mistaken.
Reverting renaming and moving should be just a matter of tracking those changes.
I am not sure how to approach git source, but at the same time I don't think that it is that needed.
Wdyt?