forked from AbleOS/ableos_userland
374 B
374 B
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