GitHub - 9yokuro/wrm: Remove files or directories.
Wrm - Remove files or directories
Installation
Run the following Cargo command:
Usage
To move files to trash($HOME/.config/wrm/trash):
To delete files:
To restore files in trash to where they came from:
wrm restore ~/.config/wrm/trash/foo ~/.config/wrm/trash/bar ...
To list all files and directories in trash:
To delete all files and directories in trash permanently:
Options
-n, --noninteractive Do not prompt whether to change destinations
-q, --quiet Do not print log messages
-h, --he...
Read more at github.com