| rmm is a small bash script that implements a trashbin in ~/trash. All deleted files will be stored there. If a file is being deleted, it will be renamed to an incrementing index-number (starting at 1) and the extension ".file". The old filename and path is saved in an additional file ".recover". rmm includes all basic operations for trashbin handling, such as: delete to trash, recover a single file, recover the whole trash, list trash, delete a single file in the trash, delete the whole trashdirectory, etc. |