2019-08-01 14:44:24 +01:00
|
|
|
# trash
|
|
|
|
|
|
|
|
> A CLI for managing your trashcan / recycling bin.
|
|
|
|
> More information: <https://github.com/andreafrancia/trash-cli>.
|
|
|
|
|
|
|
|
- Delete a file (send to trash):
|
|
|
|
|
|
|
|
`trash {{path/to/file}}`
|
|
|
|
|
|
|
|
- List files in trash:
|
|
|
|
|
|
|
|
`trash-list`
|
|
|
|
|
|
|
|
- Restore file from trash:
|
|
|
|
|
|
|
|
`trash-restore`
|
|
|
|
|
|
|
|
- Empty trash:
|
|
|
|
|
|
|
|
`trash-empty`
|
|
|
|
|
|
|
|
- Empty trash, keeping files trashed less than {{10}} days ago:
|
|
|
|
|
|
|
|
`trash-empty {{10}}`
|
2020-03-20 21:03:32 +00:00
|
|
|
|
|
|
|
- Remove all files named 'foo' from the trash:
|
|
|
|
|
|
|
|
`trash-rm foo`
|
|
|
|
|
|
|
|
- Remove all files with a given original location:
|
|
|
|
|
2020-05-28 10:57:32 +01:00
|
|
|
`trash-rm {{/absolute/path/to/file_or_directory}}`
|