ableos_userland/programs/undelete
Able 9d95b3e97a
updates + Addition of AGL
2022-12-04 05:19:23 -06:00
..
src initial userland commit 2022-12-03 12:15:03 -06:00
Cargo.toml updates + Addition of AGL 2022-12-04 05:19:23 -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