Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4.19k stars 113 forks source link

dua still doesn't write "DeletionDate" field in .trashinfo files #268

Closed 5121f closed 3 weeks ago

5121f commented 3 weeks ago

Reopen of #265

dua still doesn't write "DeletionDate" field in .trashinfo files.

I looked at the code, checked and found out that the enable of the "chrono" feature for the trash crate would solve the problem.

(IMHO trash crate should do this by default)

Byron commented 3 weeks ago

Thanks for the research. There is a new release to test now.

5121f commented 3 weeks ago

Yes. New release solved the problem.

Thanks for fast response and great app!