ableos_userland/programs/undelete
Able fe517fbe1f
initial userland commit
2022-12-03 12:15:03 -06:00
..
src initial userland commit 2022-12-03 12:15:03 -06:00
Cargo.toml initial userland commit 2022-12-03 12:15:03 -06:00
README.md initial userland commit 2022-12-03 12:15:03 -06:00

README.md

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