16 lines
245 B
Markdown
16 lines
245 B
Markdown
|
# delete
|
||
|
|
||
|
Moves a file to your .trash directory and updates the .manifest file therein.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Remove file:
|
||
|
|
||
|
* `delete path=foobar.txt`
|
||
|
* `delete p=foobar.txt`
|
||
|
|
||
|
Remove directory:
|
||
|
|
||
|
* `delete path=foobar/ dir=true`
|
||
|
* `delete path=foobar/ d=t`
|