Is your feature request related to a problem? Please describe.
Sometimes I just want to go in and delete whatever I find. I'm not interested in the extra stats that takes time to calculate.
Describe the solution you'd like
In #240, the --disable-size flag was suggested and implemented. It would be great to implement these two related flags:
--disable-age: same as --disable-size, but for the date.
--disable-stats: a shorthand for the other two. Using this disables the calculation of stats.
Is your feature request related to a problem? Please describe.
Sometimes I just want to go in and delete whatever I find. I'm not interested in the extra stats that takes time to calculate.
Describe the solution you'd like
In #240, the
--disable-sizeflag was suggested and implemented. It would be great to implement these two related flags:--disable-age: same as--disable-size, but for the date.--disable-stats: a shorthand for the other two. Using this disables the calculation of stats.