cboxdoerfer / fsearch

A fast file search utility for Unix-like systems based on GTK3
GNU General Public License v2.0
3.27k stars 207 forks source link

List of files, that have changed during the last 10 minutes #540

Open Golddouble opened 6 months ago

Golddouble commented 6 months ago

With the command dm:2024-03-18 I can find all files, that are changed on 2024-03-18.

But is there also a possibility to get a list of all files, that have changed during the last 10 minutes?

I need this for this purpose: For example I want to configure my system by using the command sudo dpkg-reconfigure fontconfig-config . To know, which config files were changed through this command I would like to use the possibility I have mentioned above.

rieje commented 6 months ago

If you're okay with a CLI solution, I suggest fd's --changed-within 10min.

Golddouble commented 5 months ago

Thank you for the hint:

I think for "/" better is: fd --changed-within 10min --exclude /sys --exclude /proc --exclude /run --exclude /dev