Block a user
[Maintenance] Use pathlib instead of os.path.*
[Maintenance] Use pathlib instead of os.path.*
Interesting, i did not know that. I'll have a look at it
[Maintenance] Avoid from module import *
Add typehints for richer editor support
This is a very small codebase and not performance critical, and my editor does not have support for this.
[Maintenance] Use arg-parsing lib
[Maintenance] Use arg-parsing lib
I really don't think this is necessary since ftracker
is not meant to be run from CLI in production. The only argument exists solely for debugging purposes and could just as well be removed. I don't expect further CLI options since all customization happens via the config file.