I deleted Documents folder instead of Downloads by mistake and forgot about it for three days. iCloud recovery came to the rescue.
➜ ~ history | grep -C 1 -i 'documents'
6481 ls Downloads
6482 rm -rf Documents
6483 cd Downloads
➜ ~ history | grep -C 1 -i 'documents'
6481 ls Downloads
6482 rm -rf Documents
6483 cd Downloads
Comments