F-ing up myself is part of my routine. I always rm files that I don’t mean to (obviously not always but it happens). So I think it would be nice to have separate ‘delete’ permission. With that I could protect my files from accidental 'rm’s. What’s your opinion
Not a perfection solution, but one idea might be to use a rework of rm that places deleted files into a “trashbin”(just throws them into the tmp folder), so you can at least easily undo deletes
https://github.com/nivekuil/rip
I love tools like this. Thank you for sharing.