wastebasket icon indicating copy to clipboard operation
wastebasket copied to clipboard

Implement listing

Open Bios-Marcel opened this issue 3 years ago • 1 comments

Support listing all trashed files from all trash bins that are readable.

API:

func List() ([]*TrashedFileInfo, error) {
    // ....
}

Depends on #13

Bios-Marcel avatar Jan 02 '23 12:01 Bios-Marcel

A quick and easy implementation would be using glob *.

Bios-Marcel avatar Feb 03 '25 15:02 Bios-Marcel