-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Feature: transactional delete #6
Comments
Another option is to not delete it from the UI and just color code it some how. When ready, you can execute the transaction. |
Color coding it is interesting... how would you go about color coding all the parent folders though? |
One color for the actual files and folders to delete (red?) and color code with another the folders impacted up the tree (purple?) |
I think we can start with a transactional delete and then see where the usability takes us regarding colors and such. |
Maybe a mode that does not delete at all wout be the smartest thing, diskonaut then only only counts the size in the session, and exiting it outputs the list of files. This could then be piped into another script that does deletion or other things like moving/archiving. |
This feature would allow the user to do a "soft delete". Meaning they would mark a file for deletion, it would disappear from the UI but will not actually be deleted from the filesystem.
When the user exits the app, the app should give a list of these files marked for deletion and ask the user if they want to delete them.
Optionally, a "delete marked files" shortcut can also be added.
The text was updated successfully, but these errors were encountered: