Lucky I checked first - it seems this may be in progress! https://github.com/LemmyNet/lemmy-ui/issues/1673
Yeah, I’ve been using the “save” feature as a replacement when I remember.
I always set these because I’ve been burned too many times:
Turn on interactive mode for dangerous commands
alias cp='cp -iv'
alias mv='mv -iv'
alias rm='rm -iv'
That’s what I’ve been doing. There is a desire to add the feature, however. I was just wondering if it existed in some fashion and I just hadn’t found it.