# undelete Moves a file from your .trash directory to current directory then updates the .manifest file. ## Usage List deleted files: * `undelete list=true` * `undelete l=t` Undelete file or directory: * `undelete name=foobar.txt` * `undelete n=foobar.txt` Move to original location instead: * `undelete name=foobar.txt origin=true` * `undelete name=foobar.txt o=t`