iridakos/stup

Optimize log

iridakos opened this issue · 2 comments

At the moment, when users request logging we find all the file names of notes and then we loop them and manually skip those that don't belong in the given timespan.

This filtering should take place using builtin commands (ex. awk or sed) piped on the find command.

@all-contributors please add @dspinellis for code.

Thank you for the tips and the feedback 🚀